Home
last modified time | relevance | path

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

/NextBSD/usr.bin/grep/regex/
HDhashtable.h14 #define HASHSTEP(x,c) (((x << 5) + x) + (c)) macro
/NextBSD/sys/sys/
HDhash.h36 #define HASHSTEP(x,c) (((x << 5) + x) + (c)) macro