Home
last modified time | relevance | path

Searched defs:k (Results 1 – 25 of 36) 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
344 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
102 void operator()(SimpleKey& k, StringValue& v) { in operator ()()
114 void operator()(KeyWithPointer& k, StringValue&) { in operator ()()
/system/sepolicy/tools/sepolicy-analyze/
Dtypecmp.c10 static int insert_type_rule(avtab_key_t * k, avtab_datum_t * d, in insert_type_rule()
54 static int create_type_rules_helper(avtab_key_t * k, avtab_datum_t * d, in create_type_rules_helper()
93 static int create_type_rules(avtab_key_t * k, avtab_datum_t * d, void *args) in create_type_rules()
100 static int create_type_rules_cond(avtab_key_t * k, avtab_datum_t * d, in create_type_rules_cond()
Dbooleans.c7 static int list_booleans(hashtab_key_t k, in list_booleans()
Ddups.c12 static int find_dups_helper(avtab_key_t * k, avtab_datum_t * d, in find_dups_helper()
/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/verity/
DKeystoreSigner.java65 java.security.interfaces.RSAPublicKey k = in BootKey() local
101 BootKey k = new BootKey(pubkey); in addPublicKey() local
/system/core/liblog/tests/
Dliblog_test.cpp1280 for(size_t k = 10; k; --k) { in TEST() local
1289 for(size_t k = 10; k; --k) { in TEST() local
1321 for(size_t k = 10; k; --k) { in TEST() local
1330 for(size_t k = 10; k; --k) { in TEST() local
1350 for(size_t k = 10; k; --k) { in TEST() local
1359 for(size_t k = 10; k; --k) { in TEST() local
1381 for(size_t k = 10; k; --k) { in TEST() local
1390 for(size_t k = 10; k; --k) { in TEST() local
1410 for(size_t k = 10; k; --k) { in TEST() local
1419 for(size_t k = 10; k; --k) { in TEST() local
[all …]
/system/update_engine/common/
Dutils.h269 bool MapContainsKey(const std::map<KeyType, ValueType>& m, const KeyType& k) { in MapContainsKey()
273 bool SetContainsKey(const std::set<KeyType>& s, const KeyType& k) { in SetContainsKey()
/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.c295 void PORT_ParNegInd (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in PORT_ParNegInd()
386 void PORT_ParNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in PORT_ParNegCnf()
1116 void port_get_credits (tPORT *p_port, UINT8 k) in port_get_credits()
Drfc_ts_frames.c220 void rfc_send_pn (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, UINT16 mtu, UINT8 cl, UINT8 k) in rfc_send_pn()
/system/extras/tests/pagingtest/
Dthrashing_test.c17 long long k; in thrashing_test() local
/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.cpp122 size_t k = i % 8; in DumpFileHeader() local
/system/tpm/trunks/ftdi/
Dsupport.c98 int i = 0, j = 0, k = 0, dsize = 0, num_blocks = 0, total_size = 0, in build_block_buffer() 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()
/system/connectivity/shill/
Dkey_file_store.cc43 static string ObjectID(const KeyFileStore* k) { return "(key_file_store)"; } in ObjectID()
/system/core/toolbox/
Dgetevent.c99 int i, j, k; in print_possible_events() local
/system/sepolicy/tools/
Dcheck_seapp.c604 static void free_kvp(kvp *k) { in free_kvp()
686 kvp *k = NULL; in rule_map_new() 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

12