Searched refs:BYTESIZ (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm_tune.h29 #define BYTESIZ 8 macro
H A Dsdbm_private.h81 db->maxbno = (long)(finfo.size * BYTESIZ); \
H A Dsdbm.c498 c = dbit / BYTESIZ;
512 return db->dirbuf[c % DBLKSIZ] & (1 << dbit % BYTESIZ);
522 c = dbit / BYTESIZ;
536 db->dirbuf[c % DBLKSIZ] |= (1 << dbit % BYTESIZ);
539 db->maxbno += DBLKSIZ * BYTESIZ;

Completed in 104 milliseconds