Home
last modified time | relevance | path

Searched defs:roundup (Results 1 – 23 of 23) sorted by relevance

/netbsd/distrib/common/
H A Dbuildfloppies.sh64 roundup() function
/netbsd/sys/arch/landisk/stand/boot/
H A Dboot.h15 #define roundup(v,s) ((v + ((s) - 1)) & (~((s) - 1))) macro
/netbsd/sys/arch/hppa/spmath/
H A Dsfrem.c59 register int roundup = false; in sgl_frem() local
H A Ddfrem.c60 register int roundup = false; in dbl_frem() local
/netbsd/distrib/cdrom/macppc_installboot/
H A Dinstallboot.c44 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
H A Dcd9660.c57 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/netbsd/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
/netbsd/sys/arch/zaurus/stand/zbsdmod/
H A Dzbsdmod.c171 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) in elf32bsdboot() macro
/netbsd/lib/libc/gdtoa/
H A Dhdtoa.c71 roundup(char *s0, int ndigits) in roundup() function
/netbsd/external/bsd/pcc/dist/pcc/f77/fcom/
H A Ddefines.h264 #define roundup(a,b) ( b * ( (a+b-1)/b) ) macro
/netbsd/sys/sys/
H A Dparam.h433 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/netbsd/external/cddl/osnet/dist/uts/common/sys/
H A Dsysmacros.h233 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/netbsd/external/bsd/libpcap/dist/
H A Dpcap-bpf.c1980 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/netbsd/tools/compat/
H A Dcompat_defs.h1273 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/netbsd/sys/dev/sdmmc/
H A Dsdhc.c1035 u_int roundup = dvs & 1; in sdhc_clock_divisor() local
/netbsd/external/gpl3/binutils/dist/libctf/
H A Dctf-create.c30 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/netbsd/external/gpl3/gdb/dist/libctf/
H A Dctf-create.c32 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/netbsd/external/gpl3/binutils.old/dist/libctf/
H A Dctf-create.c27 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/netbsd/external/gpl3/gdb.old/dist/libctf/
H A Dctf-create.c32 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/netbsd/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/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.c16684 tree stack, f_top, f_off, off, arg, roundup, on_stack; in aarch64_gimplify_va_arg_expr() local
H A Daarch64.cc19727 tree stack, f_top, f_off, off, arg, roundup, on_stack; in aarch64_gimplify_va_arg_expr() local
/netbsd/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c16684 tree stack, f_top, f_off, off, arg, roundup, on_stack; in aarch64_gimplify_va_arg_expr() local