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

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c255 "LOW MASK ", hashp->hdr.low_mask,
396 hashp->hdr.max_bucket = hashp->hdr.low_mask = nbuckets - 1;
982 old_bucket = (hashp->hdr.max_bucket & hashp->hdr.low_mask);
1000 hashp->hdr.low_mask = hashp->hdr.high_mask;
1001 hashp->hdr.high_mask = new_bucket | hashp->hdr.low_mask;
1023 bucket = bucket & hashp->hdr.low_mask;
1046 P_32_COPY(srcp->low_mask, destp->low_mask);
1075 M_32_SWAP(hdrp->low_mask);
H A Dhash.h76 int32_t low_mask; /* Mask to modulo into lower half of table */ member in struct:hashhdr
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash.c232 hcp->hdr->low_mask = (nbuckets >> 1) - 1;
844 old_bucket = (hcp->hdr->max_bucket & hcp->hdr->low_mask);
859 hcp->hdr->low_mask = hcp->hdr->high_mask;
860 hcp->hdr->high_mask = new_bucket | hcp->hdr->low_mask;
888 bucket = bucket & hcp->hdr->low_mask;
H A Dhash_rec.c635 hcp->hdr->low_mask = hcp->hdr->high_mask;
637 hcp->hdr->max_bucket | hcp->hdr->low_mask;
647 hcp->hdr->low_mask = (pow >> 1) - 1;
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h87 u_int32_t low_mask; /* 40-43: Modulo mask into table lower half */ member in struct:hashhdr
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c298 fprintf(fp, "\tlow_mask %#lx\n", (u_long)hcp->hdr->low_mask);

Completed in 25 milliseconds