Home
last modified time | relevance | path

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

/dragonfly/lib/libc/db/hash/
H A Dhash.h122 #define MAX_BSIZE 32768 /* 2^15 but should be 65536 */ macro
H A Dhash.c293 if (hashp->BSIZE > MAX_BSIZE) in init_hash()
294 hashp->BSIZE = MAX_BSIZE; in init_hash()
303 if (hashp->BSIZE > MAX_BSIZE) { in init_hash()