HomeSort by: relevance | last modified time | path
    Searched defs:hashword (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nsd/dist/
lookup3.c 16 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
36 4-byte integers to hash, use hashword(). If you have a byte array (like
207 The function hashword() is identical to hashlittle() on little-endian
210 bytes. hashlittle() is more complicated than hashword() only because
214 uint32_t hashword( function
256 hashword2() -- same as hashword(), but take two seeds and return two
259 (*pc) will be the same as the return value from hashword().
704 * This is the same as hashword() on big-endian machines. It is different
945 hashword((const uint32_t *)q, (sizeof(q)-1)/4, 13),
946 hashword((const uint32_t *)q, (sizeof(q)-5)/4, 13)
    [all...]
  /src/external/bsd/unbound/dist/util/storage/
lookup3.c 19 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
39 4-byte integers to hash, use hashword(). If you have a byte array (like
225 The function hashword() is identical to hashlittle() on little-endian
228 bytes. hashlittle() is more complicated than hashword() only because
232 uint32_t hashword( function
278 hashword2() -- same as hashword(), but take two seeds and return two
281 (*pc) will be the same as the return value from hashword().
817 * This is the same as hashword() on big-endian machines. It is different
1096 hashword((const uint32_t *)q, (sizeof(q)-1)/4, 13),
1097 hashword((const uint32_t *)q, (sizeof(q)-5)/4, 13)
    [all...]

Completed in 27 milliseconds