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

/src/sys/arch/landisk/stand/boot/
H A Dboot.h15 #define roundup(v,s) ((v + ((s) - 1)) & (~((s) - 1))) macro
/src/distrib/common/
H A Dbuildfloppies.sh64 roundup() function
/src/sys/arch/hppa/spmath/
H A Ddfrem.c60 register int roundup = false; local in function:dbl_frem
H A Dsfrem.c59 register int roundup = false; local in function:sgl_frem
/src/usr.sbin/installboot/
H A Dcd9660.c61 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/src/sys/arch/macppc/stand/installboot/
H A Dinstallboot.c44 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/src/lib/libc/gdtoa/
H A Dhdtoa.c75 roundup(char *s0, int ndigits) function in typeref:typename:int
/src/sys/arch/zaurus/stand/zbsdmod/
H A Dzbsdmod.c171 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/src/lib/libc/locale/
H A Drune.c77 #define roundup(X, N) ((((X) + ((N) - 1))/(N))*(N)) macro
/src/sys/sys/
H A Dparam.h433 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/src/sys/dev/sdmmc/
H A Dsdhc.c1037 u_int roundup = dvs & 1; local in function:sdhc_clock_divisor
/src/tools/compat/
H A Dcompat_defs.h1295 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/src/sys/external/isc/atheros_hal/dist/
H A Dah_internal.h35 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro

Completed in 13 milliseconds