Home
last modified time | relevance | path

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

12

/system/extras/ksmutils/
Dlookup3.c69 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) argument
175 const uint32_t *k, /* the key, an array of uint32_t values */ in hashword()
219 const uint32_t *k, /* the key, an array of uint32_t values */ in hashword2()
293 const uint32_t *k = (const uint32_t *)key; /* read 32-bit chunks */ in hashlittle() local
359 const uint16_t *k = (const uint16_t *)key; /* read 16-bit chunks */ in hashlittle() local
406 const uint8_t *k = (const uint8_t *)key; in hashlittle() local
478 const uint32_t *k = (const uint32_t *)key; /* read 32-bit chunks */ in hashlittle2() local
544 const uint16_t *k = (const uint16_t *)key; /* read 16-bit chunks */ in hashlittle2() local
591 const uint8_t *k = (const uint8_t *)key; in hashlittle2() local
655 const uint32_t *k = (const uint32_t *)key; /* read 32-bit chunks */ in hashbig() local
[all …]
Dksminfo.c191 size_t i, j, k; in read_pages() local
345 size_t i, j, k; in print_pages() local
/system/core/libutils/tests/
DBlobCache_test.cpp225 uint8_t k = i; in TEST_F() local
230 uint8_t k = i; in TEST_F() local
242 uint8_t k = i; in TEST_F() local
247 uint8_t k = maxEntries; in TEST_F() local
253 uint8_t k = i; in TEST_F() local
299 uint8_t k = i; in TEST_F() local
307 uint8_t k = i; in TEST_F() local
318 uint8_t k = i; in TEST_F() local
329 uint8_t k = i; in TEST_F() local
340 uint8_t k = i; in TEST_F() local
DLruCache_test.cpp29 int k; member
91 void operator()(SimpleKey& k, StringValue& v) { in operator ()()
DBasicHashtable_test.cpp32 int k; member
/system/extras/verity/
DKeystoreSigner.java65 java.security.interfaces.RSAPublicKey k = in BootKey() local
101 BootKey k = new BootKey(pubkey); in addPublicKey() local
/system/bt/btif/src/
Dbtif_config_transcode.cpp53 for (XMLElement *k = j->FirstChildElement(); k != NULL; k = k->NextSiblingElement()) { in btif_config_transcode() local
/system/extras/tests/pagingtest/
Dthrashing_test.c18 long long k; in thrashing_test() local
/system/bt/stack/rfcomm/
Drfc_port_if.c144 UINT8 k; in RFCOMM_ParNegReq() local
194 void RFCOMM_ParNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in RFCOMM_ParNegRsp()
Dport_rfc.c294 void PORT_ParNegInd (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in PORT_ParNegInd()
385 void PORT_ParNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in PORT_ParNegCnf()
1115 void port_get_credits (tPORT *p_port, UINT8 k) in port_get_credits()
Drfc_ts_frames.c235 void rfc_send_pn (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, UINT16 mtu, UINT8 cl, UINT8 k) in rfc_send_pn()
Drfc_int.h98 UINT8 k; member
/system/bt/bta/sys/
Dutl.c124 UINT16 j, k; in utl_itoa() local
/system/core/libpixelflinger/codeflinger/
DCodeCache.h108 key_t(const AssemblyKeyBase& k) : mKey(&k) { } in key_t()
Dtexturing.cpp715 int k = scratches.obtain(); in filter8() local
820 int k = scratches.obtain(); in filter16() local
903 int k = scratches.obtain(); in filter32() local
/system/extras/simpleperf/
Dcmd_dumprecord.cpp104 size_t k = i % 8; in DumpFileHeader() local
/system/bt/stack/smp/
Dp_256_ecc_pp.c160 static void ECC_NAF(uint8_t *naf, uint32_t *NumNAF, DWORD *k, uint32_t keyLength) in ECC_NAF()
Daes.c372 static void copy_and_key( void *d, const void *s, const void *k ) in copy_and_key()
/system/core/toolbox/
Dgetevent.c99 int i, j, k; in print_possible_events() local
/system/keymaster/
Docb.c796 unsigned i, k, tz, remaining; in process_ad() local
925 unsigned i, k; in ae_encrypt() local
1136 unsigned i, k; in ae_decrypt() local
/system/core/logd/
DLogBuffer.cpp264 LogBufferElementKey(uint64_t k):value(k) { } in LogBufferElementKey()
/system/extras/perfprofd/tests/
Dperfprofd_test.cc252 for (size_t k = 0; k < mod.address_samples_size(); k++) { in encodedModuleSamplesToString() local
/system/bt/bta/hl/
Dbta_hl_utils.c1214 UINT8 i,j,k; in bta_hl_find_mdl_idx_using_handle() local
1308 UINT8 i,j,k; in bta_hl_find_non_active_mdl_cfg() local
/system/extras/micro_bench/
Dmicro_bench.cpp461 size_t k; in benchmarkMemread() local
/system/media/camera/src/
Dcamera_metadata.c933 int j, k; in print_data() local

12