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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c104 #define TDB_ALIGN(x,a) (((x) + (a)-1) & ~((a)-1)) macro
816 size = TDB_ALIGN(tdb->map_size + size*10, TDB_PAGE_SIZE) - tdb->map_size;
900 length = TDB_ALIGN(length, TDB_ALIGNMENT);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/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);
/netgear-WNDR4500-V1.0.1.40_1.0.68/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);

Completed in 28 milliseconds