Searched refs:DB_ALIGN (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dqam.h101 (u_int32_t)DB_ALIGN((uintmax_t)SSZA(QAMDATA, data) + \
122 (DB_ALIGN((uintmax_t)SSZA(QAMDATA, data) + \
H A Ddb_page.h555 * without the index value. The (u_int16_t) cast avoids warnings: DB_ALIGN
561 (u_int16_t)DB_ALIGN((len) + SSZA(BKEYDATA, data), sizeof(u_int32_t))
586 ((u_int16_t)DB_ALIGN(sizeof(BOVERFLOW), sizeof(u_int32_t)))
631 (u_int16_t)DB_ALIGN((len) + SSZA(BINTERNAL, data), sizeof(u_int32_t))
656 (u_int16_t)DB_ALIGN(sizeof(RINTERNAL), sizeof(u_int32_t))
H A Dbtree.h249 (BKEYDATA_PSIZE(0) + DB_ALIGN(1, sizeof(int32_t)))))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_list.c79 DB_ALIGN((obj)->size, \
247 if ((uintptr_t)dp != DB_ALIGN((uintptr_t)dp, sizeof(u_int32_t))) {
265 dp = ((u_int8_t *)dp) + DB_ALIGN(size, sizeof(u_int32_t));
355 dp = ((u_int8_t *)dp) + DB_ALIGN(size, sizeof(u_int32_t));
H A Dlock_deadlock.c465 nentries = (u_int32_t)DB_ALIGN(count, 32) / 32;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_alloc.c159 (size_t)DB_ALIGN((len) + sizeof(ALLOC_ELEMENT) + 1, sizeof(uintmax_t))
162 (size_t)DB_ALIGN((len) + sizeof(ALLOC_ELEMENT), sizeof(uintmax_t))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_region.c297 return ((size_t)DB_ALIGN(sizeof(DB_MUTEX), dbenv->mutex_align));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h162 #undef DB_ALIGN macro
163 #define DB_ALIGN(v, bound) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h161 #undef DB_ALIGN macro
162 #define DB_ALIGN(v, bound) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h160 #undef DB_ALIGN macro
161 #define DB_ALIGN(v, bound) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h164 #undef DB_ALIGN macro
165 #define DB_ALIGN(v, bound) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h161 #undef DB_ALIGN macro
162 #define DB_ALIGN(v, bound) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h161 #undef DB_ALIGN macro
162 #define DB_ALIGN(v, bound) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_get.c864 len = (size_t)DB_ALIGN((uintmax_t)hdr->len * 2, 128);
915 len = (size_t)DB_ALIGN((uintmax_t)(b_region + b_disk) * 2, 128);
1052 len = (size_t)DB_ALIGN((uintmax_t)hdr->len * 2, 128);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_verify.c73 if (DB_ALIGN(meta->re_len + sizeof(QAMDATA) - 1, sizeof(u_int32_t)) *
H A Dqam.c1501 DB_ALIGN((u_int32_t)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_verify.c757 if (i != DB_ALIGN(i, sizeof(u_int32_t)))
771 if (i != DB_ALIGN(i, sizeof(u_int32_t))) {
2210 end = (db_indx_t)DB_ALIGN(
H A Dbt_cursor.c1173 DB_ALIGN(size +
1309 DB_ALIGN(size +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_method.c870 (size_t)DB_ALIGN(count * sizeof(db_pgno_t), 512);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_sel.c789 DB_ALIGN(sizeof(REPMGR_MESSAGE), MEM_ALIGN);
793 memsize = (size_t)DB_ALIGN(memsize, MEM_ALIGN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c656 DB_ALIGN(size +
760 DB_ALIGN(size +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_pr.c1113 data.size = (u_int32_t)DB_ALIGN(data.size, 1024);
H A Ddb_vrfy.c2116 if (offset != DB_ALIGN(offset, sizeof(u_int32_t))) {

Completed in 212 milliseconds