Home
last modified time | relevance | path

Searched refs:hashword (Results 1 – 2 of 2) 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