Searched refs:NCACHED (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash.h82 #define NCACHED 32 /* number of bit maps and spare macro
84 int32_t spares[NCACHED];/* spare pages for overflow */
85 u_int16_t bitmaps[NCACHED]; /* address of overflow page
110 u_int32_t *mapp[NCACHED]; /* Pointers to page maps */
H A Dhash.c396 for (i = 0; i < NCACHED; i++)
498 for (i = 0; i < NCACHED; i++)
927 for (i = 0; i < NCACHED; i++) {
958 for (i = 0; i < NCACHED; i++) {
H A Dhash_page.c709 if (++splitnum >= NCACHED) {
723 if (free_page >= NCACHED) {
748 if (++splitnum >= NCACHED) {
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb_upgrade.h66 #define NCACHED 32 /* number of spare points */ macro
68 u_int32_t spares[NCACHED];
H A Ddb_page.h136 #define NCACHED 32 /* number of spare points */ macro
138 u_int32_t spares[NCACHED];
/macosx-10.10/BerkeleyDB-21/db/hash/
H A Dhash_conv.c105 for (i = 0; i < NCACHED; ++i)
H A Dhash_upgrade.c91 for (i = 1; i < NCACHED && i <= max_entry; i++)
H A Dhash_open.c307 for (; i < NCACHED; i++)
504 for (i = 0; i < NCACHED && meta->spares[i] != PGNO_INVALID; i++)
H A Dhash_stat.c421 if (spares_entry >= NCACHED ||
H A Dhash_verify.c149 for (i = 0; m->spares[i] != 0 && i < NCACHED; i++) {
454 spares_entry < NCACHED && m->spares[spares_entry] != 0; bucket++) {
/macosx-10.10/BerkeleyDB-21/db/db_dump185/
H A Ddb_dump185.c69 #define NCACHED 32 /* number of bit maps and spare points */ macro
70 int32_t spares[NCACHED];/* spare pages for overflow */
72 u_int16_t bitmaps[NCACHED];
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_pr.c397 for (i = 0; i < NCACHED; i++)

Completed in 123 milliseconds