Searched defs:roundup2 (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dalign.h8 #define roundup2(x, y) (((x) + ((y) - 1)) & (~((__typeof(x))(y) - 1))) macro
/openbsd-current/sys/tmpfs/
H A Dtmpfs_mem.c194 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro
/openbsd-current/lib/libelf/
H A D_elftc.h373 #define roundup2 roundup macro
417 #define roundup2 roundup macro
476 #define roundup2 roundup macro
/openbsd-current/sys/dev/pci/
H A Dixgbe.h122 #define roundup2(size, unit) (((size) + (unit) - 1) & ~((unit) - 1)) macro
H A Dif_igc.h191 #define roundup2(size, unit) (((size) + (unit) - 1) & ~((unit) - 1)) macro
H A Dif_ngbereg.h585 #define roundup2(size, unit) (((size) + (unit) - 1) & ~((unit) - 1)) macro
/openbsd-current/sys/ufs/ufs/
H A Dufs_lookup.c221 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro
/openbsd-current/sys/arch/arm/cortex/
H A Darml2cc.c87 #define roundup2(size, unit) (((size) + (unit) - 1) & ~((unit) - 1)) macro

Completed in 99 milliseconds