Searched refs:TDB_ALIGN (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Dfreelist.c208 length = TDB_ALIGN(length, TDB_ALIGNMENT);
H A Dtdb_private.h59 #define TDB_ALIGN(x,a) (((x) + (a)-1) & ~((a)-1)) macro
H A Dio.c267 size = TDB_ALIGN(tdb->map_size + size*10, tdb->page_size) - tdb->map_size;
H A Dtransaction.c640 *recovery_max_size = TDB_ALIGN(sizeof(rec) + *recovery_size, tdb->page_size) - sizeof(rec);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dtdb.c34 #define TDB_ALIGN 4 macro
35 #define MIN_REC_SIZE (2*sizeof(struct list_struct) + TDB_ALIGN)
426 length = (length + TDB_ALIGN) & ~(TDB_ALIGN-1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c72 #define TDB_ALIGN(x,a) (((x) + (a)-1) & ~((a)-1)) macro
784 size = TDB_ALIGN(tdb->map_size + size*10, TDB_PAGE_SIZE) - tdb->map_size;
868 length = TDB_ALIGN(length, TDB_ALIGNMENT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c77 #define TDB_ALIGN(x,a) (((x) + (a)-1) & ~((a)-1)) macro
791 size = TDB_ALIGN(tdb->map_size + size*10, TDB_PAGE_SIZE) - tdb->map_size;
873 length = TDB_ALIGN(length, TDB_ALIGNMENT);

Completed in 74 milliseconds