Searched refs:hashword (Results 1 - 2 of 2) sorted by relevance
/external/regex-re2/util/ |
H A D | util.h | 116 uint32 hashword(const uint32*, size_t, uint32); 120 return hashword((uint32*)s, len/4, seed);
|
H A D | hash.cc | 2 // Also threw away all but hashword and hashword2. 10 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final() 30 4-byte integers to hash, use hashword(). If you have a byte array (like 143 The function hashword() is identical to hashlittle() on little-endian 146 bytes. hashlittle() is more complicated than hashword() only because 150 uint32 hashword( function in namespace:re2 188 hashword2() -- same as hashword(), but take two seeds and return two 191 (*pc) will be the same as the return value from hashword().
|
Completed in 89 milliseconds