Searched refs:hashlittle (Results 1 - 1 of 1) sorted by path

/system/extras/ksmutils/
H A Dlookup3.c6 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
11 You probably want to use hashlittle(). hashlittle() and hashbig()
12 hash byte arrays. hashlittle() is is faster than hashbig() on
15 hashlittle() except it returns two 32-bit hashes for the price of one.
27 a character string), use hashlittle(). If you have several byte arrays, or
28 a mix of things, see the comments above hashlittle().
167 The function hashword() is identical to hashlittle() on little-endian
170 bytes. hashlittle() is more complicated than hashword() only because
171 hashlittle() ha
283 uint32_t hashlittle( const void *key, size_t length, uint32_t initval) function
[all...]

Completed in 97 milliseconds