Searched defs:roundup (Results 1 - 12 of 12) sorted by last modified time

/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-bpf.c1853 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dparam.h219 #define roundup(x, y) ((((x) % (y)) == 0) ? \ macro
/macosx-10.10.1/network_cmds-457/traceroute.tproj/
H A Dfindsaddr-socket.c105 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/macosx-10.10.1/OpenSSH-189/openssh/
H A Ddefines.h432 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/macosx-10.10.1/dcerpc-61/dcerpc/idl_lib/
H A Dround.c.h179 int roundup, more_bits; variable
/macosx-10.10.1/Heimdal-398.1.2/appl/rcp/
H A Dutil.c142 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/macosx-10.10.1/libutil-38/
H A Dwipefs.cpp37 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A D_hdtoa.c49 roundup(char *s0, int ndigits) function
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Drgb2ycbcr.c47 #define roundup(x, y) (howmany(x,y)*((uint32)(y))) macro
H A Dtiff2rgba.c47 #define roundup(x, y) (howmany(x,y)*((uint32)(y))) macro
/macosx-10.10.1/smb-759.0/lib/librpc/
H A Dmemory.hpp89 #define roundup(value, boundary) ( \ macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexhp9k800.c79 #undef roundup macro
78 #undef roundup macro

Completed in 214 milliseconds