Home
last modified time | relevance | path

Searched defs:k (Results 1 – 25 of 33) sorted by relevance

12

/device/google/crosshatch/json-c/
Dlinkhash.c36 unsigned long lh_ptr_hash(const void *k) in lh_ptr_hash()
112 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) argument
242 const uint32_t *k = (const uint32_t *)key; /* read 32-bit chunks */ in hashlittle() local
307 const uint16_t *k = (const uint16_t *)key; /* read 16-bit chunks */ in hashlittle() local
354 const uint8_t *k = (const uint8_t *)key; in hashlittle() local
400 unsigned long lh_char_hash(const void *k) in lh_char_hash()
493 int lh_table_insert(struct lh_table *t, void *k, const void *v) in lh_table_insert()
527 struct lh_entry* lh_table_lookup_entry(struct lh_table *t, const void *k) in lh_table_lookup_entry()
545 const void* lh_table_lookup(struct lh_table *t, const void *k) in lh_table_lookup()
552 json_bool lh_table_lookup_ex(struct lh_table* t, const void* k, void **v) in lh_table_lookup_ex()
[all …]
Dlinkhash.h66 void *k; member
/device/google/bonito/json-c/
Dlinkhash.c36 unsigned long lh_ptr_hash(const void *k) in lh_ptr_hash()
112 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) argument
242 const uint32_t *k = (const uint32_t *)key; /* read 32-bit chunks */ in hashlittle() local
307 const uint16_t *k = (const uint16_t *)key; /* read 16-bit chunks */ in hashlittle() local
354 const uint8_t *k = (const uint8_t *)key; in hashlittle() local
400 unsigned long lh_char_hash(const void *k) in lh_char_hash()
493 int lh_table_insert(struct lh_table *t, void *k, const void *v) in lh_table_insert()
527 struct lh_entry* lh_table_lookup_entry(struct lh_table *t, const void *k) in lh_table_lookup_entry()
545 const void* lh_table_lookup(struct lh_table *t, const void *k) in lh_table_lookup()
552 json_bool lh_table_lookup_ex(struct lh_table* t, const void* k, void **v) in lh_table_lookup_ex()
[all …]
Dlinkhash.h66 void *k; member
/device/google/coral/json-c/
Dlinkhash.c36 unsigned long lh_ptr_hash(const void *k) in lh_ptr_hash()
112 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) argument
242 const uint32_t *k = (const uint32_t *)key; /* read 32-bit chunks */ in hashlittle() local
307 const uint16_t *k = (const uint16_t *)key; /* read 16-bit chunks */ in hashlittle() local
354 const uint8_t *k = (const uint8_t *)key; in hashlittle() local
400 unsigned long lh_char_hash(const void *k) in lh_char_hash()
493 int lh_table_insert(struct lh_table *t, void *k, const void *v) in lh_table_insert()
527 struct lh_entry* lh_table_lookup_entry(struct lh_table *t, const void *k) in lh_table_lookup_entry()
545 const void* lh_table_lookup(struct lh_table *t, const void *k) in lh_table_lookup()
552 json_bool lh_table_lookup_ex(struct lh_table* t, const void* k, void **v) in lh_table_lookup_ex()
[all …]
Dlinkhash.h66 void *k; member
/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c103 uint32_t k; in mat33Multiply() local
186 uint32_t k; in mat33MultiplyTransposed() local
209 uint32_t k; in mat33MultiplyTransposed2() local
229 uint32_t i, k; in mat33Invert() local
290 uint32_t k; in mat33SwapRows() local
310 uint32_t i, j, k, l, m; in mat33GetEigenbasis() local
422 uint32_t mat33Maxind(const struct Mat33 *A, uint32_t k) { in mat33Maxind()
438 void mat33Rotate(struct Mat33 *A, float c, float s, uint32_t k, uint32_t l, in mat33Rotate()
469 uint32_t i, j, k; in mat44DecomposeLup() local
505 uint32_t k; in mat44SwapRows() local
[all …]
/device/google/contexthub/lib/nanohub/
Daes.c155 void aesInitForEncr(struct AesContext *ctx, const uint32_t *k) in aesInitForEncr()
183 … aesInitForDecr(struct AesContext *ctx, struct AesSetupTempWorksSpace *tmpSpace, const uint32_t *k) in aesInitForDecr()
207 uint32_t *k = ctx->K, i; in aesEncr() local
277 uint32_t *k = ctx->K, i; in aesDecr() local
344 void aesCbcInitForEncr(struct AesCbcContext *ctx, const uint32_t *k, const uint32_t *iv) in aesCbcInitForEncr()
350 void aesCbcInitForDecr(struct AesCbcContext *ctx, const uint32_t *k, const uint32_t *iv) in aesCbcInitForDecr()
Dsha2.c58 static const uint32_t k[] = { in sha2processBlock() local
/device/linaro/hikey/hifi/xaf/hifi-dpf/plugins/cadence/pcm_proc/
Dxa-pcm.c119 u8 k = d->in_channels; in xa_pcm_do_execute_copy() local
146 u8 k = d->in_channels, j; in xa_pcm_do_execute_pcm16_chmap() local
190 u8 k = d->in_channels, j; in xa_pcm_do_execute_pcm24_chmap() local
227 u8 k = d->in_channels, j; in xa_pcm_do_execute_pcm24_to_pcm16() local
269 u8 k = d->in_channels, j; in xa_pcm_do_execute_pcm16_to_pcm24() local
304 static inline int xa_pcm_is_identity_mapping(u32 chmap, u8 k) in xa_pcm_is_identity_mapping()
/device/amlogic/yukawa/hal/audio/
Dfir_filter.c120 for (int k = 0; k < fir->filter_length; k++, offset -= fir->channels) { in fir_process_interleaved() local
129 for (int k = 0; k < fir->filter_length; k++, offset -= fir->channels) { in fir_process_interleaved() local
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-io.c188 u32 k; in xf_input_port_fill() local
248 s32 k; in xf_input_port_pad() local
291 u32 k = port->filled - n; in xf_input_port_consume() local
/device/google/contexthub/firmware/lib/libm/
Dsf_scalbn.c43 __int32_t k,ix; local
Def_atan2.c39 __int32_t k,m,hx,hy,ix,iy; local
Def_exp.c50 __int32_t k = 0,xsb,sx; local
Dkf_rem_pio2.c62 __int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
Def_pow.c68 __int32_t i,j,k,yisint,n; local
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
De_atan2f.c36 int32_t k,m,hx,hy,ix,iy; in __ieee754_atan2f() local
De_expf.c49 int32_t k=0,xsb; in __ieee754_expf() local
/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCameraDevice.cpp346 for (int k = 0; k < mUVTotalNum; k++, U += mUVStep, V += mUVStep) { in drawSolid() local
384 for (int k = 0; k < each_in_row; k++, U += mUVStep, V += mUVStep) { in drawStripes() local
/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp452 for (unsigned int k = 0; k < (x-lastX); k++) { in captureRGBA() local
491 for (unsigned int k = 0; k < (x-lastX); k++) { in captureRGB() local
547 for (unsigned int k = 0; k < (x-lastX); k++) { in captureYU12() local
586 for (unsigned int k = 0; k < (x-lastX); k++) { in captureDepth() local
/device/generic/goldfish/camera/
DEmulatorCameraTest.cpp75 for (unsigned int k = 0; k < (x-lastX); k++) { in captureRGBA() local
133 for (unsigned int k = 0; k < (x-lastX); k++) { in captureYU12() local
DEmulatedFakeCameraDevice.cpp431 for (int k = 0; k < each_in_row; k++, U += mUVStep, V += mUVStep) { in drawStripes() local
/device/google/contexthub/firmware/os/algos/
Dtime_sync.c36 size_t k, m; in time_sync_truncate() local
/device/generic/goldfish-opengl/system/GLESv2_enc/
DIOStream2.cpp200 for (int k = 0; k < depth; ++k) { in uploadPixels() local

12