Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/yp/
H A Ddbm.c118 hmask = 0; in dbmclose()
130 for (hmask = 0; ; hmask = (hmask<<1) + 1) { in forder()
131 blkno = hash & hmask; in forder()
132 bitno = blkno + hmask; in forder()
226 if (calchash(item) & (hmask+1)) { in store()
244 (void) lseek(pagf, (blkno+hmask+1)*PBLKSIZ, 0); in store()
323 for (hmask = 0; ; hmask = (hmask<<1) + 1) { in dbm_access()
324 blkno = hash & hmask; in dbm_access()
325 bitno = blkno + hmask; in dbm_access()
473 hash &= hmask; in hashinc()
[all …]
/titanic_41/usr/src/ucblib/libdbm/
H A Ddbm.c121 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()
[all …]
H A Dmapfile-vers53 hmask;
/titanic_41/usr/src/head/rpcsvc/
H A Ddbm.h54 long hmask; variable
/titanic_41/usr/src/ucbhead/
H A Ddbm.h60 long hmask; variable
/titanic_41/usr/src/lib/libnsl/common/
H A Dmapfile-vers582 hmask;