Searched refs:DB_MAX_PGSIZE (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_upgrade.c118 u_int8_t buf[DB_MAX_PGSIZE];
127 memset(buf, 0, DB_MAX_PGSIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h148 #define DB_MAX_PGSIZE 0x010000 /* Maximum page size (65536). */ 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.h147 #define DB_MAX_PGSIZE 0x010000 /* Maximum page size (65536). */ 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.h146 #define DB_MAX_PGSIZE 0x010000 /* Maximum page size (65536). */ 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.h150 #define DB_MAX_PGSIZE 0x010000 /* Maximum page size (65536). */ 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.h147 #define DB_MAX_PGSIZE 0x010000 /* Maximum page size (65536). */ 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.h147 #define DB_MAX_PGSIZE 0x010000 /* Maximum page size (65536). */ 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.c893 if (db_pagesize > DB_MAX_PGSIZE) {
895 (u_long)DB_MAX_PGSIZE);
H A Ddb_vrfy.c2653 for (guess = DB_MAX_PGSIZE; guess >= DB_MIN_PGSIZE; guess >>= 1) {

Completed in 208 milliseconds