Searched defs:roundup (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/dcerpc-58/dcerpc/idl_lib/
H A Dround.c.h179 int roundup, more_bits; variable
/macosx-10.9.5/Heimdal-323.92.1/appl/rcp/
H A Dutil.c142 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/macosx-10.9.5/Libc-997.90.3/gdtoa/FreeBSD/
H A D_hdtoa.c49 roundup(char *s0, int ndigits) function
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexhp9k800.c79 #undef roundup macro
78 #undef roundup macro
/macosx-10.9.5/network_cmds-433/traceroute.tproj/
H A Dfindsaddr-socket.c110 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/macosx-10.9.5/libutil-34/
H A Dwipefs.cpp37 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/macosx-10.9.5/smb-697.95.1/lib/librpc/
H A Dmemory.hpp89 #define roundup(value, boundary) ( \ macro
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2rgba.c47 #define roundup(x, y) (howmany(x,y)*((uint32)(y))) macro
H A Drgb2ycbcr.c47 #define roundup(x, y) (howmany(x,y)*((uint32)(y))) macro
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dparam.h219 #define roundup(x, y) ((((x) % (y)) == 0) ? \ macro
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-bpf.c1826 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/macosx-10.9.5/OpenSSH-186/openssh/
H A Ddefines.h432 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro

Completed in 141 milliseconds