Home
last modified time | relevance | path

Searched refs:roundup2 (Results 1 – 3 of 3) sorted by relevance

/external/fsck_msdos/
Dfreebsd-compat.h39 #ifndef roundup2
40 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro
Dfat.c126 size_t bitmap_size = roundup2(bits, LONG_BIT) / (LONG_BIT / 8); in bitmap_ctor()
/external/tcpdump/
Dprint-802_11.c2016 #ifndef roundup2
2017 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro
2058 hdrlen = roundup2(hdrlen, 4); in ieee802_11_print()