Home
last modified time | relevance | path

Searched defs:roundup (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/test/nvmm/demo/toyvirt/
H A Dcommon.h37 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/dflybsd-src/sys/sys/
H A Dparam.h389 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/dflybsd-src/usr.sbin/makefs/
H A Dmakefs.h158 off_t roundup; /* round image size up to this value */ member
/dflybsd-src/contrib/libpcap/
H A Dpcap-bpf.c2077 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/dflybsd-src/crypto/openssh/
H A Ddefines.h501 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-create.c27 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/dflybsd-src/sys/dev/netif/ath/ath_hal/
H A Dah_internal.h42 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro