Searched defs:HASH (Results 1 - 5 of 5) sorted by relevance

/src/sys/net/agr/
H A Dif_agrether_hash.c48 #define HASH(p, l, h) hash32_buf((p), (l), (h)) macro
[all...]
/src/common/lib/libc/atomic/
H A Datomic_init_testset.c62 #define HASH(PTR) (((uintptr_t)(PTR) >> 3) & 127) macro
/src/usr.bin/make/unit-tests/
H A Dvarmod-select-words.mk20 HASH= \# macro
/src/usr.sbin/lockstat/
H A Dmain.c136 #define HASH(a) (&bucket[((a) >> 6) & (__arraycount(bucket) - 1)]) macro
/src/sys/dev/usb/
H A Dohci.c1893 #define HASH(a) (((a) >> 4) % OHCI_HASH_SIZE) macro

Completed in 10 milliseconds