Home
last modified time | relevance | path

Searched refs:hashkey (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/cld/encodings/compact_lang_det/
Dcldutil.h1031 uint32* subscr, uint32* hashkey) { in QuadFPJustHash() argument
1033 *hashkey = quadhash & keymask; in QuadFPJustHash()
1042 uint32 subscr, hashkey; in QuadHashV3Lookup4() local
1046 QuadFPJustHash(quadhash, keymask, bucketcount, &subscr, &hashkey); in QuadHashV3Lookup4()
1049 if (((hashkey ^ bucket_ptr->keyvalue[0]) & keymask) == 0) { in QuadHashV3Lookup4()
1052 if (((hashkey ^ bucket_ptr->keyvalue[1]) & keymask) == 0) { in QuadHashV3Lookup4()
1055 if (((hashkey ^ bucket_ptr->keyvalue[2]) & keymask) == 0) { in QuadHashV3Lookup4()
1058 if (((hashkey ^ bucket_ptr->keyvalue[3]) & keymask) == 0) { in QuadHashV3Lookup4()
1078 uint32* subscr, uint32* hashkey) { in OctaFPJustHash() argument
1082 *hashkey = temp & keymask; in OctaFPJustHash()
[all …]
/external/iproute2/
DREADME.iproute2+tc114 hashkey mask 0x00ff0000 at 8 \
/external/ipsec-tools/src/racoon/
Doakley.c973 vchar_t *hashkey = NULL; local
1002 hashkey = iph1->skeyid;
1044 hashkey = hash;
1087 res = oakley_prf(hashkey, buf, iph1);
/external/chromium_org/third_party/icu/source/common/
Duresbund.c326 UHashTok hashkey; in init_entry() local
345 hashkey.pointer = (void *)&find; in init_entry()