Searched refs:DB_MIN_PGSIZE (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h147 #define DB_MIN_PGSIZE 0x000200 /* Minimum page size (512). */ macro
150 (POWER_OF_TWO(x) && (x) >= DB_MIN_PGSIZE && ((x) <= DB_MAX_PGSIZE))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h146 #define DB_MIN_PGSIZE 0x000200 /* Minimum page size (512). */ macro
149 (POWER_OF_TWO(x) && (x) >= DB_MIN_PGSIZE && ((x) <= DB_MAX_PGSIZE))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h145 #define DB_MIN_PGSIZE 0x000200 /* Minimum page size (512). */ macro
148 (POWER_OF_TWO(x) && (x) >= DB_MIN_PGSIZE && ((x) <= DB_MAX_PGSIZE))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h149 #define DB_MIN_PGSIZE 0x000200 /* Minimum page size (512). */ macro
152 (POWER_OF_TWO(x) && (x) >= DB_MIN_PGSIZE && ((x) <= DB_MAX_PGSIZE))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h146 #define DB_MIN_PGSIZE 0x000200 /* Minimum page size (512). */ macro
149 (POWER_OF_TWO(x) && (x) >= DB_MIN_PGSIZE && ((x) <= DB_MAX_PGSIZE))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h146 #define DB_MIN_PGSIZE 0x000200 /* Minimum page size (512). */ macro
149 (POWER_OF_TWO(x) && (x) >= DB_MIN_PGSIZE && ((x) <= DB_MAX_PGSIZE))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_method.c888 if (db_pagesize < DB_MIN_PGSIZE) {
890 (u_long)DB_MIN_PGSIZE);
H A Ddb_vrfy.c2653 for (guess = DB_MAX_PGSIZE; guess >= DB_MIN_PGSIZE; guess >>= 1) {

Completed in 178 milliseconds