Searched defs:ROUNDUP (Results 1 - 22 of 22) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dgmon.h155 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
/netbsd-6-1-5-RELEASE/usr.sbin/rtsold/
H A Drtsock.c58 #define ROUNDUP(a, size) \ macro
H A Dif.c186 #define ROUNDUP(a, size) \ macro
/netbsd-6-1-5-RELEASE/usr.sbin/rarpd/
H A Dmkarp.c80 #define ROUNDUP(a) \ macro
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/unix/
H A Difiter_sysctl.c37 #define ROUNDUP(a) ((a) > 0 ? \ macro
41 #define ROUNDUP(a) ((a) > 0 ? (1 + (((a) - 1) | (sizeof(long) - 1))) \ macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/unix/
H A Difiter_sysctl.c37 #define ROUNDUP(a) ((a) > 0 ? \ macro
41 #define ROUNDUP(a) ((a) > 0 ? (1 + (((a) - 1) | (sizeof(long) - 1))) \ macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dgmon-sol2.c103 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dgmon-sol2.c65 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Dgmon-sol2.c99 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sparc/
H A Dgmon-sol2.c65 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
/netbsd-6-1-5-RELEASE/gnu/lib/libmalloc/
H A Dralloc.c116 #define ROUNDUP macro
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/pbsdboot/
H A Delf.c48 #define ROUNDUP(a, n) ((((int)(a)) + (n)-1)/(n)*(n)) macro
/netbsd-6-1-5-RELEASE/tests/fs/puffs/h_dtfs/
H A Ddtfs.h41 #define ROUNDUP(a,b) ((a) & ((b)-1)) macro
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c682 #define ROUNDUP(a) \ macro
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Dcommon.c573 #define ROUNDUP(x) (((x) + ((ALIGNMENT)-1)) & ~((ALIGNMENT)-1)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/
H A DdecNumberLocal.h138 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dif.c645 #define ROUNDUP(a) RT_ROUNDUP(a) macro
648 #define ROUNDUP(a) ((a) > 0 ? (1 + (((a) - 1) | (sizeof(__uint64_t) - 1))) \ macro
651 #define ROUNDUP(a) ((a) > 0 ? (1 + (((a) - 1) | (sizeof(long) - 1))) \ macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/
H A DdecNumberLocal.h138 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro
/netbsd-6-1-5-RELEASE/usr.sbin/rwhod/
H A Drwhod.c447 #define ROUNDUP(a) \ macro
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dmeta.c78 # define ROUNDUP(n, u) (N2U((n), (u)) * (u)) macro
/netbsd-6-1-5-RELEASE/usr.sbin/route6d/
H A Droute6d.c86 #define ROUNDUP(a) \ macro
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dradeonfb.c201 #define ROUNDUP(x,y) (((x) + ((y) - 1)) & ~((y) - 1)) macro

Completed in 333 milliseconds