Home
last modified time | relevance | path

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

/dragonfly/lib/libc/db/hash/
H A Dhash_func.c156 #define HASH4b h = (h << 5) + h + *k++; in hash4() macro
157 #define HASH4 HASH4b in hash4()