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

/asus-wl-520gu-7.0.1.45/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);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dtdb.c34 #define TDB_ALIGN 4 macro
35 #define MIN_REC_SIZE (2*sizeof(struct list_struct) + TDB_ALIGN)
432 length = (length + TDB_ALIGN) & ~(TDB_ALIGN-1);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dtdb.c34 #define TDB_ALIGN 4 macro
35 #define MIN_REC_SIZE (2*sizeof(struct list_struct) + TDB_ALIGN)
432 length = (length + TDB_ALIGN) & ~(TDB_ALIGN-1);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/tdb/
H A Dtdb.c75 #define TDB_ALIGN(x,a) (((x) + (a)-1) & ~((a)-1)) macro
796 size = TDB_ALIGN(tdb->map_size + size*10, TDB_PAGE_SIZE) - tdb->map_size;
880 length = TDB_ALIGN(length, TDB_ALIGNMENT);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dtdb.c135 #define TDB_ALIGN(x,a) (((x) + (a)-1) & ~((a)-1)) macro
1067 size = TDB_ALIGN(tdb->map_size + size*10, tdb->page_size) - tdb->map_size;
1838 *recovery_max_size = TDB_ALIGN(sizeof(rec) + *recovery_size, tdb->page_size) - sizeof(rec);
2435 length = TDB_ALIGN(length, TDB_ALIGNMENT);

Completed in 53 milliseconds