Home
last modified time | relevance | path

Searched defs:ROUNDUP (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/sbin/routed/
H A Dif.c645 #define ROUNDUP(a) RT_ROUNDUP(a) in rt_xaddrs() macro
648 #define ROUNDUP(a) ((a) > 0 ? (1 + (((a) - 1) | (sizeof(__uint64_t) - 1))) \ in rt_xaddrs() macro
651 #define ROUNDUP(a) ((a) > 0 ? (1 + (((a) - 1) | (sizeof(long) - 1))) \ in rt_xaddrs() macro
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dgmon.h155 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dgmon.h155 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
/netbsd-src/usr.sbin/rarpd/
H A Dmkarp.c80 #define ROUNDUP(a) \ macro
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A Delf.c48 #define ROUNDUP(a, n) ((((int)(a)) + (n)-1)/(n)*(n)) macro
/netbsd-src/tests/fs/puffs/h_dtfs/
H A Ddtfs.h41 #define ROUNDUP(a,b) ((a) & ((b)-1)) macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/sol2/
H A Dgmon.c75 #define ROUNDUP(x, y) ((((x) + (y) - 1) / (y)) * (y)) macro
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sol2/
H A Dgmon.c75 #define ROUNDUP(x, y) ((((x) + (y) - 1) / (y)) * (y)) macro
/netbsd-src/external/bsd/tradcpp/dist/
H A Dutils.c51 #define ROUNDUP(len, size) ((size) * (((len) + (size) - 1) / (size))) macro
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmisc.h254 #define ROUNDUP(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/netbsd-src/usr.sbin/rwhod/
H A Drwhod.c448 #define ROUNDUP(a) \ macro
/netbsd-src/external/gpl2/libmalloc/dist/
H A Dralloc.c117 #define ROUNDUP(size) (((unsigned long int) (size) + page_size - 1) \ macro
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dcommon.c660 #define ROUNDUP(x) (((x) + ((ALIGNMENT)-1)) & ~((ALIGNMENT)-1)) macro
/netbsd-src/usr.sbin/route6d/
H A Droute6d.c84 #define ROUNDUP(a) RT_ROUNDUP(a) macro
86 #define ROUNDUP(a) \ macro
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/
H A DdecNumberLocal.h138 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecNumberLocal.h138 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/
H A DdecNumberLocal.h138 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecNumberLocal.h138 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro
/netbsd-src/usr.bin/make/
H A Dmeta.c93 # define ROUNDUP(n, u) (N2U((n), (u)) * (u)) macro
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpftn.c3494 #define ROUNDUP(x) (((x) + ((ALIGNMENT)-1)) & ~((ALIGNMENT)-1)) macro
/netbsd-src/sys/dev/pci/
H A Dradeonfb.c213 #define ROUNDUP(x,y) (((x) + ((y) - 1)) & ~((y) - 1)) macro