Home
last modified time | relevance | path

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

/original-bsd/lib/libc/db/hash/
H A Dhash.h89 #define MAX_BSIZE 65536 /* 2^16 */ macro
H A Dhash.c287 if (hashp->BSIZE > MAX_BSIZE) {