Home
last modified time | relevance | path

Searched refs:HASHSTEP (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dhash.h38 #define HASHSTEP(x,c) (((x << 5) + x) + (c)) macro
52 hash = HASHSTEP(hash, *p++); in hash32_buf()
66 hash = HASHSTEP(hash, *p++); in hash32_str()
80 hash = HASHSTEP(hash, *p++); in hash32_strn()
96 hash = HASHSTEP(hash, *p++); in hash32_stre()
116 hash = HASHSTEP(hash, *p++); in hash32_strne()
/f-stack/freebsd/kern/
H A Dkern_lockf.c309 h = HASHSTEP(0, fl->l_pid); in lf_hash_owner()
310 h = HASHSTEP(h, fl->l_sysid); in lf_hash_owner()