/device/google/crosshatch/json-c/ |
D | linkhash.c | 36 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 …]
|
D | linkhash.h | 66 void *k; member
|
/device/google/bonito/json-c/ |
D | linkhash.c | 36 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 …]
|
D | linkhash.h | 66 void *k; member
|
/device/google/coral/json-c/ |
D | linkhash.c | 36 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 …]
|
D | linkhash.h | 66 void *k; member
|
/device/google/contexthub/firmware/os/algos/common/math/ |
D | mat.c | 103 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/ |
D | aes.c | 155 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()
|
D | sha2.c | 58 static const uint32_t k[] = { in sha2processBlock() local
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/plugins/cadence/pcm_proc/ |
D | xa-pcm.c | 119 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/ |
D | fir_filter.c | 120 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/ |
D | xf-io.c | 188 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/ |
D | sf_scalbn.c | 43 __int32_t k,ix; local
|
D | ef_atan2.c | 39 __int32_t k,m,hx,hy,ix,iy; local
|
D | ef_exp.c | 50 __int32_t k = 0,xsb,sx; local
|
D | kf_rem_pio2.c | 62 __int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
|
D | ef_pow.c | 68 __int32_t i,j,k,yisint,n; local
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
D | e_atan2f.c | 36 int32_t k,m,hx,hy,ix,iy; in __ieee754_atan2f() local
|
D | e_expf.c | 49 int32_t k=0,xsb; in __ieee754_expf() local
|
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedFakeCameraDevice.cpp | 346 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/ |
D | Sensor.cpp | 452 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/ |
D | EmulatorCameraTest.cpp | 75 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
|
D | EmulatedFakeCameraDevice.cpp | 431 for (int k = 0; k < each_in_row; k++, U += mUVStep, V += mUVStep) { in drawStripes() local
|
/device/google/contexthub/firmware/os/algos/ |
D | time_sync.c | 36 size_t k, m; in time_sync_truncate() local
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | IOStream2.cpp | 200 for (int k = 0; k < depth; ++k) { in uploadPixels() local
|