Searched refs:HASHSTEP (Results 1 – 2 of 2) sorted by relevance
38 #define HASHSTEP(x,c) (((x << 5) + x) + (c)) macro52 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()
309 h = HASHSTEP(0, fl->l_pid); in lf_hash_owner()310 h = HASHSTEP(h, fl->l_sysid); in lf_hash_owner()