Searched refs:BYTESIZ (Results 1 – 6 of 6) sorted by relevance
93 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()
96 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()
94 #define BYTESIZ 8 macro140 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()
155 #define BYTESIZ 8 macro201 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()
46 #define BYTESIZ 8 macro
51 #define BYTESIZ 8 macro