/netbsd-src/sbin/routed/ |
H A D | if.c | 645 #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 D | gmon.h | 155 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
|
/netbsd-src/external/gpl3/binutils/dist/gprof/ |
H A D | gmon.h | 155 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
|
/netbsd-src/usr.sbin/rarpd/ |
H A D | mkarp.c | 80 #define ROUNDUP(a) \ macro
|
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ |
H A D | elf.c | 48 #define ROUNDUP(a, n) ((((int)(a)) + (n)-1)/(n)*(n)) macro
|
/netbsd-src/tests/fs/puffs/h_dtfs/ |
H A D | dtfs.h | 41 #define ROUNDUP(a,b) ((a) & ((b)-1)) macro
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/sol2/ |
H A D | gmon.c | 75 #define ROUNDUP(x, y) ((((x) + (y) - 1) / (y)) * (y)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sol2/ |
H A D | gmon.c | 75 #define ROUNDUP(x, y) ((((x) + (y) - 1) / (y)) * (y)) macro
|
/netbsd-src/external/bsd/tradcpp/dist/ |
H A D | utils.c | 51 #define ROUNDUP(len, size) ((size) * (((len) + (size) - 1) / (size))) macro
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | misc.h | 254 #define ROUNDUP(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
/netbsd-src/usr.sbin/rwhod/ |
H A D | rwhod.c | 448 #define ROUNDUP(a) \ macro
|
/netbsd-src/external/gpl2/libmalloc/dist/ |
H A D | ralloc.c | 117 #define ROUNDUP(size) (((unsigned long int) (size) + page_size - 1) \ macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
H A D | common.c | 660 #define ROUNDUP(x) (((x) + ((ALIGNMENT)-1)) & ~((ALIGNMENT)-1)) macro
|
/netbsd-src/usr.sbin/route6d/ |
H A D | route6d.c | 84 #define ROUNDUP(a) RT_ROUNDUP(a) macro 86 #define ROUNDUP(a) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/ |
H A D | decNumberLocal.h | 138 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/ |
H A D | decNumberLocal.h | 138 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro
|
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/ |
H A D | decNumberLocal.h | 138 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro
|
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/ |
H A D | decNumberLocal.h | 138 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro
|
/netbsd-src/usr.bin/make/ |
H A D | meta.c | 93 # define ROUNDUP(n, u) (N2U((n), (u)) * (u)) macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | pftn.c | 3494 #define ROUNDUP(x) (((x) + ((ALIGNMENT)-1)) & ~((ALIGNMENT)-1)) macro
|
/netbsd-src/sys/dev/pci/ |
H A D | radeonfb.c | 213 #define ROUNDUP(x,y) (((x) + ((y) - 1)) & ~((y) - 1)) macro
|