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

/freebsd-11-stable/sys/sys/
H A Dhash.h124 * Hashing function from Bob Jenkins. Implementation in libkern/jenkins_hash.c.
126 uint32_t jenkins_hash(const void *, size_t, uint32_t);
/freebsd-11-stable/sys/libkern/
H A Djenkins_hash.c213 uint32_t jenkins_hash( const void *key, size_t length, uint32_t initval) function
366 uint32_t jenkins_hash( const void *key, size_t length, uint32_t initval) function
/freebsd-11-stable/sys/dev/random/
H A Drandom_harvestq.c444 event->he_entropy[0] = jenkins_hash(entropy, size, (uint32_t)(uintptr_t)event);
467 harvest_context.hc_entropy_fast_accumulator.buf[pos] ^= jenkins_hash(entropy, size, (uint32_t)get_cyclecount());
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.c251 hash = jenkins_hash(tuple, 41, HASHINIT) % fcount;
278 hash = jenkins_hash(tuple, 17, HASHINIT) % fcount;
H A Ddn_sched_fq_pie.c824 hash = jenkins_hash(tuple, 41, HASHINIT) % fcount;
850 hash = jenkins_hash(tuple, 17, HASHINIT) % fcount;
/freebsd-11-stable/sys/net/
H A Dif_vxlan.c2289 hash = jenkins_hash(m->m_data, ETHER_HDR_LEN,
/freebsd-11-stable/share/man/man9/
H A DMakefile871 hash.9 jenkins_hash.9 \

Completed in 184 milliseconds