Home
last modified time | relevance | path

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

/dragonfly/lib/libc/db/hash/
H A Dhash_func.c81 #define dcharhash(h, c) ((h) = 0x63c63cd9*(h) + 0x9c39c33d + (c)) macro
95 dcharhash(h, c); in hash2()