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

/freebsd-10-stable/contrib/ofed/management/opensm/include/complib/
H A Dcl_math.h134 #define ROUNDUP(val, align) \ macro
/freebsd-10-stable/usr.sbin/rtsold/
H A Drtsock.c58 #define ROUNDUP(a, size) \ macro
H A Dif.c238 #define ROUNDUP(a, size) \ macro
/freebsd-10-stable/contrib/ntp/lib/isc/unix/
H A Difiter_sysctl.c35 #define ROUNDUP(a) ((a) > 0 ? \ macro
39 #define ROUNDUP(a) ((a) > 0 ? (1 + (((a) - 1) | (sizeof(long) - 1))) \ macro
/freebsd-10-stable/contrib/gcc/config/i386/
H A Dgmon-sol2.c97 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
/freebsd-10-stable/contrib/gcc/config/sparc/
H A Dgmon-sol2.c65 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
/freebsd-10-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.h41 #define ROUNDUP(a,b) ((a) & ((b)-1)) macro
/freebsd-10-stable/contrib/tcsh/
H A Dtc.alloc.c138 #define ROUNDUP 15 macro
140 #define ROUNDUP 7 macro
/freebsd-10-stable/usr.sbin/rtadvd/
H A Dif.c60 #define ROUNDUP(a, size) \ macro
/freebsd-10-stable/release/picobsd/tinyware/ns/
H A Dns.c176 #define ROUNDUP(a,size) (((a) & ((size)-1))?(1+((a)|((size)-1))):(a)) macro
/freebsd-10-stable/sys/sys/
H A Dgmon.h150 #define ROUNDUP(x,y) roundup(x,y) macro
/freebsd-10-stable/usr.sbin/ppp/
H A Ddefs.h118 #define ROUNDUP(x) ((x) ? (1 + (((x) - 1) | (sizeof(long) - 1))) : sizeof(long)) macro
/freebsd-10-stable/sys/dev/snc/
H A Ddp83932var.h34 #define ROUNDUP(p, N) (((int) p + N - 1) & ~(N - 1)) macro
/freebsd-10-stable/usr.sbin/ndp/
H A Dndp.c114 #define ROUNDUP(a) \ macro
/freebsd-10-stable/contrib/bmake/
H A Dmeta.c99 # define ROUNDUP(n, u) (N2U((n), (u)) * (u)) macro
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h419 #define ROUNDUP(value, to_what) QLNX_ROUNDUP((value), (to_what)) macro
/freebsd-10-stable/sbin/dhclient/
H A Ddhclient.c133 #define ROUNDUP(a) \ macro
/freebsd-10-stable/usr.sbin/route6d/
H A Droute6d.c85 #define ROUNDUP(a) \ macro
[all...]

Completed in 300 milliseconds