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

/macosx-10.10/network_cmds-457/rtsol.tproj/
H A Drtsock.c58 #define ROUNDUP(a, size) \ macro
H A Dif.c240 #define ROUNDUP(a, size) \ macro
/macosx-10.10/bind9-45.101/bind9/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
/macosx-10.10/ntp-92/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
/macosx-10.10/bootp-298/bootplib/
H A Dutil.c413 #define ROUNDUP(a) \ macro
/macosx-10.10/configd-699.1.5/dnsinfo/
H A Ddnsinfo_create.c41 #define ROUNDUP(a, size) \ macro
/macosx-10.10/emacs-93/emacs/src/
H A Dralloc.c111 #define ROUNDUP macro
[all...]
/macosx-10.10/network_cmds-457/rtadvd.tproj/
H A Dif.c52 #define ROUNDUP(a, size) \ macro
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.alloc.c131 #define ROUNDUP 7 macro
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dgmon.h195 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.h206 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A DdecNumberLocal.h107 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n) macro
/macosx-10.10/network_cmds-457/netstat.tproj/
H A Droute.c88 #define ROUNDUP(a) \ macro
H A Dif.c97 #define ROUNDUP(a, size) (((a) & ((size) - 1)) ? (1 + ((a)|(size - 1))) : (a)) macro
/macosx-10.10/hfs-285/newfs_hfs/
H A Dnewfs_hfs.c73 #define ROUNDUP(x,y) (((x)+(y)-1)/(y)*(y)) macro
H A Dmakehfs.c166 #define ROUNDUP(x, u) (((x) % (u) == 0) ? (x) : ((x)/(u) + 1) * (u)) macro
/macosx-10.10/network_cmds-457/ndp.tproj/
H A Dndp.c140 #define ROUNDUP(a) \ macro
/macosx-10.10/network_cmds-457/route.tproj/
H A Droute.c144 #define ROUNDUP(a) \ macro
/macosx-10.10/xnu-2782.1.97/osfmk/profiling/
H A Dprofile-internal.h185 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
/macosx-10.10/network_cmds-457/natd.tproj/
H A Dnatd.c1399 #define ROUNDUP(a) \ macro
/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dipsec_utils.c2318 #define ROUNDUP(a, size) \ macro
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkReachability.c762 #define ROUNDUP(a, size) \ macro
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Ddlil.c5255 #define ROUNDUP(a) (1 + (((a) - 1) | (sizeof (u_int32_t) - 1))) macro
5259 #undef ROUNDUP macro

Completed in 324 milliseconds