Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libc/db/hash/
Dhash.h170 (B) + hashp->HDRPAGES + ((B) ? hashp->SPARES[__log2((B)+1)-1] : 0)
284 #define HDRPAGES hdr.hdrpages macro
Dhash.c363 hashp->HDRPAGES = ((MAX(sizeof(HASHHDR), MINHDRSIZE) - 1) >> in init_htab()