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

/netbsd-current/sys/arch/landisk/stand/boot/
H A Dboot.h15 #define roundup(v,s) ((v + ((s) - 1)) & (~((s) - 1))) macro
/netbsd-current/distrib/common/
H A Dbuildfloppies.sh64 roundup() function
/netbsd-current/sys/arch/hppa/spmath/
H A Ddfrem.c60 register int roundup = false; local
H A Dsfrem.c59 register int roundup = false; local
/netbsd-current/usr.sbin/installboot/
H A Dcd9660.c61 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/netbsd-current/distrib/cdrom/macppc_installboot/
H A Dinstallboot.c44 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/netbsd-current/lib/libc/gdtoa/
H A Dhdtoa.c71 roundup(char *s0, int ndigits) function
/netbsd-current/sys/arch/zaurus/stand/zbsdmod/
H A Dzbsdmod.c171 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-mo.c60 # define roundup(x, y) ({typeof(x) _x = (x); typeof(y) _y = (y); \ macro
63 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dsysmacros.h233 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/netbsd-current/external/bsd/pcc/dist/pcc/f77/fcom/
H A Ddefines.h264 #define roundup(a,b) ( b * ( (a+b-1)/b) ) macro
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-create.c30 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-create.c30 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-bpf.c2098 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/netbsd-current/sys/sys/
H A Dparam.h433 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-create.c27 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-create.c32 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/netbsd-current/tools/compat/
H A Dcompat_defs.h1272 #undef roundup macro
1273 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/netbsd-current/sys/dev/sdmmc/
H A Dsdhc.c1047 u_int roundup = dvs & 1; local
/netbsd-current/sys/external/isc/atheros_hal/dist/
H A Dah_internal.h35 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c16684 tree stack, f_top, f_off, off, arg, roundup, on_stack; local
[all...]

Completed in 271 milliseconds