Searched refs:high_mask (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c254 "HIGH MASK ", hashp->hdr.high_mask,
397 hashp->hdr.high_mask = (nbuckets << 1) - 1;
998 if (new_bucket > hashp->hdr.high_mask) {
1000 hashp->hdr.low_mask = hashp->hdr.high_mask;
1001 hashp->hdr.high_mask = new_bucket | hashp->hdr.low_mask;
1021 bucket = n & hashp->hdr.high_mask;
1045 P_32_COPY(srcp->high_mask, destp->high_mask);
1074 M_32_SWAP(hdrp->high_mask);
H A Dhash.h75 int32_t high_mask; /* Mask to modulo into entire table */ member in struct:hashhdr
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_rec.c634 if (hcp->hdr->max_bucket > hcp->hdr->high_mask) {
635 hcp->hdr->low_mask = hcp->hdr->high_mask;
636 hcp->hdr->high_mask =
646 hcp->hdr->high_mask = pow - 1;
H A Dhash.c231 hcp->hdr->max_bucket = hcp->hdr->high_mask = nbuckets - 1;
857 if (new_bucket > hcp->hdr->high_mask) {
859 hcp->hdr->low_mask = hcp->hdr->high_mask;
860 hcp->hdr->high_mask = new_bucket | hcp->hdr->low_mask;
886 bucket = n & hcp->hdr->high_mask;
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h86 u_int32_t high_mask; /* 36-39: Modulo mask into table */ member in struct:hashhdr
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c297 fprintf(fp, "\thigh_mask %#lx\n", (u_long)hcp->hdr->high_mask);

Completed in 223 milliseconds