Lines Matching refs:hmask
121 hmask = 0; in dbmclose()
133 for (hmask = 0; ; hmask = (hmask<<1)+1) { in forder()
134 blkno = hash & hmask; in forder()
135 bitno = blkno + hmask; in forder()
244 if (calchash(item) & (hmask+1)) { in store()
261 (void) lseek(pagf, (blkno+hmask+1)*PBLKSIZ, 0); in store()
334 for (hmask = 0; ; hmask = (hmask<<1)+1) { in dbm_access()
335 blkno = hash & hmask; in dbm_access()
336 bitno = blkno + hmask; in dbm_access()
480 hash &= hmask; in hashinc()
481 bit = hmask+1; in hashinc()