/device/google/sunfish/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/redbull/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 | 104 uint32_t k; in mat33Multiply() local 187 uint32_t k; in mat33MultiplyTransposed() local 210 uint32_t k; in mat33MultiplyTransposed2() local 230 uint32_t i, k; in mat33Invert() local 291 uint32_t k; in mat33SwapRows() local 311 uint32_t i, j, k, l, m; in mat33GetEigenbasis() local 423 uint32_t mat33Maxind(const struct Mat33 *A, uint32_t k) { in mat33Maxind() 439 void mat33Rotate(struct Mat33 *A, float c, float s, uint32_t k, uint32_t l, in mat33Rotate() 470 uint32_t i, j, k; in mat44DecomposeLup() local 506 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/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/dragonboard/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/google/cuttlefish/host/commands/secure_env/rust/ |
D | tpm.rs | 114 let k = self.tpm_hmac.tpm_hmac(b"TPM ISharedSecret")?; in kak() localVariable 115 let k: [u8; 32] = in kak() localVariable 132 let mut k = self.tpm_hmac.tpm_hmac(b"TPM unique ID HBK")?; in unique_id_hbk() localVariable
|
/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/contexthub/firmware/os/algos/ |
D | time_sync.c | 36 size_t k, m; in time_sync_truncate() local
|
D | fusion.c | 409 uint32_t k; in scaleCovariance() local
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | boot_config.cc | 139 const auto& k = kv.first; in ReplaceKernelBootArgs() local
|
/device/google/contexthub/firmware/os/core/ |
D | appSec.c | 266 uint32_t k[AES_KEY_WORDS]; in appSecProcessIncomingHdr() local
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess.c | 126 size_t i, j, k; in packNanoRelocs() local
|
/device/google/contexthub/firmware/os/drivers/orientation/ |
D | orientation.c | 453 size_t k = 0; in drainSamples() local
|