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

/barrelfish-master/lib/libc/db/hash/
H A Dhash.h121 #define MAX_BSIZE 32768 /* 2^15 but should be 65536 */ macro
H A Dhash.c294 if (hashp->BSIZE > MAX_BSIZE)
295 hashp->BSIZE = MAX_BSIZE;
304 if (hashp->BSIZE > MAX_BSIZE) {

Completed in 28 milliseconds