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

/external/libnl/lib/
H A Dhash.c11 hash_word(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
16 You probably want to use hashlittle(). hashlittle() and hashbig()
17 hash byte arrays. hashlittle() is is faster than hashbig() on
20 hashlittle() except it returns two 32-bit hashes for the price of one.
32 a character string), use hashlittle(). If you have several byte arrays, or
33 a mix of things, see the comments above hashlittle().
149 hashlittle() -- hash a variable-length key into a 32-bit value
165 for (i=0, h=0; i<n; ++i) h = hashlittle( k[i], len[i], h);
175 static uint32_t hashlittle( cons function
[all...]

Completed in 31 milliseconds