Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash.h169 (B) + hashp->HDRPAGES + ((B) ? hashp->SPARES[__log2((B)+1)-1] : 0)
283 #define HDRPAGES hdr.hdrpages macro
H A Dhash.c358 hashp->HDRPAGES = ((MAX(sizeof(HASHHDR), MINHDRSIZE) - 1) >> in init_htab()