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

/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb_upgrade.h62 u_int32_t low_mask; /* 80-83: Modulo mask into table lower half */ member in struct:_hashmeta31
151 u_int32_t low_mask; /* 64-67: Modulo mask into table lower half */ member in struct:_hashmeta30
229 u_int32_t low_mask; /* 40-43: Modulo mask into table lower half */ member in struct:hashhdr
H A Ddb_page.h132 u_int32_t low_mask; /* 80-83: Modulo mask into table lower half */ member in struct:_hashmeta33
/macosx-10.10/BerkeleyDB-21/db/hash/
H A Dhash_upgrade.c61 newmeta.low_mask = oldmeta->low_mask;
195 newmeta->low_mask = oldmeta->low_mask;
H A Dhash_rec.c731 hcp->hdr->low_mask = hcp->hdr->high_mask;
733 (argp->bucket + 1) | hcp->hdr->low_mask;
742 hcp->hdr->low_mask = hcp->hdr->high_mask >> 1;
1297 hcp->hdr->low_mask = hcp->hdr->high_mask;
1299 (argp->bucket + 1) | hcp->hdr->low_mask;
1308 hcp->hdr->low_mask = hcp->hdr->high_mask >> 1;
H A Dhash_verify.c105 * max_bucket, high_mask and low_mask: high_mask must be one
107 * low_mask must be one less than the power of two below it.
117 if (m->low_mask != pwr - 1) {
119 "Page %lu: incorrect low_mask %lu, should be %lu",
120 (u_long)pgno, (u_long)m->low_mask, (u_long)pwr - 1));
768 bucket = bucket & m->low_mask;
H A Dhash.c1165 old_bucket = new_bucket & hcp->hdr->low_mask;
1250 hcp->hdr->low_mask = hcp->hdr->high_mask;
1251 hcp->hdr->high_mask = new_bucket | hcp->hdr->low_mask;
1293 bucket = bucket & hcp->hdr->low_mask;
H A Dhash_open.c284 meta->low_mask = (nbuckets >> 1) - 1;
/macosx-10.10/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash.h76 u_int32_t low_mask; /* Mask to modulo into lower half of member in struct:hashhdr
284 #define LOW_MASK hdr.low_mask
H A Dhash.c922 P_32_COPY(srcp->low_mask, destp->low_mask);
953 M_32_SWAP(hdrp->low_mask);
/macosx-10.10/BerkeleyDB-21/db/db_dump185/
H A Ddb_dump185.c44 int low_mask; /* Mask to modulo into lower half of member in struct:hashhdr185
64 int32_t low_mask; /* Mask to modulo into lower half of table */ member in struct:hashhdr186
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_pr.c392 __db_msg(env, "\tlow_mask: %#lx", (u_long)h->low_mask);

Completed in 141 milliseconds