OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TDB_ALIGN
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
tdb.c
72
#define
TDB_ALIGN
(x,a) (((x) + (a)-1) & ~((a)-1))
784
size =
TDB_ALIGN
(tdb->map_size + size*10, TDB_PAGE_SIZE) - tdb->map_size;
868
length =
TDB_ALIGN
(length, TDB_ALIGNMENT);
[
all
...]
/external/e2fsprogs/lib/ext2fs/
tdb.c
135
#define
TDB_ALIGN
(x,a) (((x) + (a)-1) & ~((a)-1))
1067
size =
TDB_ALIGN
(tdb->map_size + size*10, tdb->page_size) - tdb->map_size;
[
all
...]
Completed in 65 milliseconds