Home
last modified time | relevance | path

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

/external/regex-re2/util/
Dutil.h116 uint32 hashword(const uint32*, size_t, uint32);
120 return hashword((uint32*)s, len/4, seed); in Hash32StringWithSeed()
Dhash.cc150 uint32 hashword( in hashword() function
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp710 static inline uint32_t hashword(const uint64_t *k64, size_t length) in hashword() function
763 hash = hashword(pVal, getNumWords()*2); in getHashValue()