Home
last modified time | relevance | path

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

12

/device/google/sunfish/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/redbull/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.c104 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/
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/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/dragonboard/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/google/cuttlefish/host/commands/secure_env/rust/
Dtpm.rs114 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/
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/contexthub/firmware/os/algos/
Dtime_sync.c36 size_t k, m; in time_sync_truncate() local
Dfusion.c409 uint32_t k; in scaleCovariance() local
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_config.cc139 const auto& k = kv.first; in ReplaceKernelBootArgs() local
/device/google/contexthub/firmware/os/core/
DappSec.c266 uint32_t k[AES_KEY_WORDS]; in appSecProcessIncomingHdr() local
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c126 size_t i, j, k; in packNanoRelocs() local
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c453 size_t k = 0; in drainSamples() local

12