Searched defs:roundup (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/usr.sbin/ldomctl/
H A Dldom_util.h33 #define roundup(n, m) (((n) + ((m) - 1)) & ~((m) - 1)) macro
/openbsd-current/regress/usr.bin/ssh/unittests/sshbuf/
H A Dtest_sshbuf.c22 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/openbsd-current/sys/arch/hppa/spmath/
H A Dsfrem.c30 register int roundup = FALSE; local
H A Ddfrem.c31 register int roundup = FALSE; local
/openbsd-current/lib/libc/gdtoa/
H A Dhdtoa.c49 roundup(char *s0, int ndigits) function
/openbsd-current/usr.sbin/mkuboot/
H A Dcopy_elf.c39 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/openbsd-current/lib/libc/stdlib/
H A Dicdb.c108 roundup(uint32_t num) function
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-nsh.c40 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/openbsd-current/sbin/isakmpd/
H A Ddh.c29 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/openbsd-current/sys/sys/
H A Dparam.h188 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/openbsd-current/usr.bin/systat/
H A Dif.c32 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/openbsd-current/usr.bin/netstat/
H A Dif.c57 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/openbsd-current/gnu/llvm/libcxx/src/
H A Dmemory_resource.cpp137 static size_t roundup(size_t count, size_t alignment) { function in namespace:pmr
/openbsd-current/usr.bin/kstat/
H A Dkstat.c40 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/openbsd-current/sbin/growfs/
H A Dgrowfs.c71 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/openbsd-current/sbin/iked/
H A Diked.h34 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro

Completed in 215 milliseconds