Home
last modified time | relevance | path

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

/openbsd/lib/libc/db/hash/
H A Dhash.h122 #define MAX_BSIZE 65536 /* 2^16 */ macro
H A Dhash.c297 if (hashp->BSIZE > MAX_BSIZE) { in init_hash()