Home
last modified time | relevance | path

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

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