Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/yp/
H A Ddbm.c93 maxbno = statb.st_size*BYTESIZ-1; in dbminit()
351 n = bitno % BYTESIZ; in getbit()
352 bn = bitno / BYTESIZ; in getbit()
382 n = bitno % BYTESIZ; in setbit()
383 bn = bitno / BYTESIZ; in setbit()
496 for (j = 0; j < BYTESIZ; j += 4) { in calchash()
/titanic_41/usr/src/ucblib/libdbm/
H A Ddbm.c96 maxbno = (off_t)statb.st_size * BYTESIZ - 1; in dbminit()
361 n = bitno % BYTESIZ; in getbit()
362 bn = bitno / BYTESIZ; in getbit()
391 n = bitno % BYTESIZ; in setbit()
392 bn = bitno / BYTESIZ; in setbit()
503 for (j = 0; j < BYTESIZ; j += 4) { in calchash()
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dndbm.c94 #define BYTESIZ 8 macro
140 db->dbm_maxbno = statb.st_size*BYTESIZ-1; in dbm_open()
622 n = my_bitno % BYTESIZ; in dbm_access()
623 bn = my_bitno / BYTESIZ; in dbm_access()
674 n = db->dbm_bitno % BYTESIZ; in getbit()
675 bn = db->dbm_bitno / BYTESIZ; in getbit()
696 n = db->dbm_bitno % BYTESIZ; in setbit()
697 bn = db->dbm_bitno / BYTESIZ; in setbit()
816 for (j=0; j<BYTESIZ; j+=4) { in dcalchash()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dndbm.c155 #define BYTESIZ 8 macro
201 db->dbm_maxbno = statb.st_size * BYTESIZ-1; in dbm_open()
732 n = my_bitno % BYTESIZ; in dbm_access()
733 bn = my_bitno / BYTESIZ; in dbm_access()
790 n = db->dbm_bitno % BYTESIZ; in getbit()
791 bn = db->dbm_bitno / BYTESIZ; in getbit()
815 n = db->dbm_bitno % BYTESIZ; in setbit()
816 bn = db->dbm_bitno / BYTESIZ; in setbit()
951 for (j = 0; j < BYTESIZ; j += 4) { in dcalchash()
/titanic_41/usr/src/head/rpcsvc/
H A Ddbm.h46 #define BYTESIZ 8 macro
/titanic_41/usr/src/ucbhead/
H A Ddbm.h51 #define BYTESIZ 8 macro