Searched refs:MEGABYTE (Results 26 - 50 of 52) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog.c132 __env_alloc(&dblp->reginfo, MEGABYTE, &bulk)) != 0)
135 lp->bulk_len = MEGABYTE;
979 s += MEGABYTE;
1053 lp->stat.st_wc_mbytes += bytes / MEGABYTE;
1054 lp->stat.st_wc_bytes += bytes % MEGABYTE;
1221 DB_ASSERT(env, (mbytes * MEGABYTE + bytes) >= from_lsn->offset);
1222 len = (mbytes * MEGABYTE + bytes) - from_lsn->offset;
H A Dlog_put.c1234 if ((lp->stat.st_wc_bytes += len) >= MEGABYTE) {
1235 lp->stat.st_wc_bytes -= MEGABYTE;
1239 if ((lp->stat.st_w_bytes += len) >= MEGABYTE) {
1240 lp->stat.st_w_bytes -= MEGABYTE;
H A Dlog_get.c90 logc->bp_maxrec = MEGABYTE;
1303 if (logc->bp_maxrec < (mbytes * MEGABYTE + bytes))
1304 logc->bp_maxrec = mbytes * MEGABYTE + bytes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fopen.c417 last_pgno = (db_pgno_t)(mbytes * (MEGABYTE / pagesize));
507 if (mbytes > maxmap / MEGABYTE ||
508 (mbytes == maxmap / MEGABYTE &&
509 bytes >= maxmap % MEGABYTE))
515 dbmfp->len = (size_t)mbytes * MEGABYTE + bytes;
H A Dmp_method.c164 if (bytes < 500 * MEGABYTE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_verify/
H A Ddb_verify.c62 cache = MEGABYTE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_put.c25 cachesize = MEGABYTE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_verify/
H A Ddb_verify.c48 cache = MEGABYTE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_register.c332 end = (off_t)mbytes * MEGABYTE + bytes;
H A Denv_region.c162 size = mbytes * MEGABYTE + bytes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_put.c25 cachesize = MEGABYTE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_dump/
H A Ddb_dump.c70 cache = MEGABYTE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_stat/
H A Ddb_stat.c68 cache = MEGABYTE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_upg.c471 pgno_last = mbytes * (MEGABYTE / dbp->pgsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_dump/
H A Ddb_dump.c56 cache = MEGABYTE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_stat/
H A Ddb_stat.c54 cache = MEGABYTE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Drep.h214 #define REP_DEFAULT_THROTTLE (10 * MEGABYTE) /* Default value is < 1Gig. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h131 #define MEGABYTE 1048576 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h130 #define MEGABYTE 1048576 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h129 #define MEGABYTE 1048576 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h133 #define MEGABYTE 1048576 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h130 #define MEGABYTE 1048576 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h130 #define MEGABYTE 1048576 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_load/
H A Ddb_load.c100 ldg.cache = MEGABYTE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_load/
H A Ddb_load.c86 ldg.cache = MEGABYTE;

Completed in 159 milliseconds

123