Home
last modified time | relevance | path

Searched defs:roundup2 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/fsck_msdos/
H A Dfreebsd-compat.h40 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro
/aosp_15_r20/external/tcpdump/
H A Dnetdissect.h116 #define roundup2(x, y) (((x)+((u_int)((y)-1)))&(~((u_int)((y)-1)))) macro