Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cld/encodings/compact_lang_det/
Dcldutil.h1075 inline void OctaFPJustHash(uint64 longwordhash, in OctaFPJustHash() argument
1079 uint32 temp = (longwordhash + (longwordhash >> 12)) & (bucketcount - 1); in OctaFPJustHash()
1081 temp = longwordhash >> 4; in OctaFPJustHash()
1090 uint64 longwordhash) { in OctaHashV3Lookup4() argument
1095 OctaFPJustHash(longwordhash, keymask, bucketcount, in OctaHashV3Lookup4()