Home
last modified time | relevance | path

Searched refs:BYTESIZ (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/yp/
H A Ddbm.c91 maxbno = statb.st_size*BYTESIZ-1; in dbminit()
349 n = bitno % BYTESIZ; in getbit()
350 bn = bitno / BYTESIZ; in getbit()
380 n = bitno % BYTESIZ; in setbit()
381 bn = bitno / BYTESIZ; in setbit()
494 for (j = 0; j < BYTESIZ; j += 4) { in calchash()
/illumos-gate/usr/src/ucblib/libdbm/
H A Ddbm.c100 maxbno = (off_t)statb.st_size * BYTESIZ - 1; in dbminit()
365 n = bitno % BYTESIZ; in getbit()
366 bn = bitno / BYTESIZ; in getbit()
395 n = bitno % BYTESIZ; in setbit()
396 bn = bitno / BYTESIZ; in setbit()
508 for (j = 0; j < BYTESIZ; j += 4) { in calchash()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c157 #define BYTESIZ 8 macro
203 db->dbm_maxbno = statb.st_size * BYTESIZ-1; in dbm_open()
734 n = my_bitno % BYTESIZ; in dbm_access()
735 bn = my_bitno / BYTESIZ; in dbm_access()
792 n = db->dbm_bitno % BYTESIZ; in getbit()
793 bn = db->dbm_bitno / BYTESIZ; in getbit()
817 n = db->dbm_bitno % BYTESIZ; in setbit()
818 bn = db->dbm_bitno / BYTESIZ; in setbit()
953 for (j = 0; j < BYTESIZ; j += 4) { in dcalchash()
/illumos-gate/usr/src/head/rpcsvc/
H A Ddbm.h49 #define BYTESIZ 8 macro
/illumos-gate/usr/src/ucbhead/
H A Ddbm.h52 #define BYTESIZ 8 macro