Searched defs:ROUND_UP (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | internal.h | 93 #define ROUND_UP(a, b) \ macro
|
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/ |
H A D | testFunction.h | 162 ROUND_UP, enumerator
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | system.h | 405 #define ROUND_UP(x,y) (((x) + (y) - 1) & ~((y) - 1)) macro
|
/netbsd-src/external/gpl2/mkhybrid/dist/ |
H A D | mkisofs.h | 477 #define ROUND_UP(X) ((X + (SECTOR_SIZE - 1)) & ~(SECTOR_SIZE - 1)) macro
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | deffilep.y | 33 #define ROUND_UP(a, b) (((a)+((b)-1))&~((b)-1)) macro
|
H A D | deffilep.c | 103 #define ROUND_UP(a, b) (((a)+((b)-1))&~((b)-1)) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | deffilep.y | 33 #define ROUND_UP(a, b) (((a)+((b)-1))&~((b)-1)) macro
|
H A D | deffilep.c | 103 #define ROUND_UP(a, b) (((a)+((b)-1))&~((b)-1)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | system.h | 396 #define ROUND_UP(x,y) (((x) + (y) - 1) & ~((y) - 1)) macro
|
/netbsd-src/lib/libc/softfloat/ |
H A D | timesoftfloat.c | 2042 ROUND_UP, enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | io.h | 263 { ROUND_UP = GFC_FPE_UPWARD, enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | io.h | 259 { ROUND_UP = GFC_FPE_UPWARD, enumerator
|
/netbsd-src/external/mit/expat/dist/lib/ |
H A D | xmlparse.c | 192 #define ROUND_UP(n, sz) (((n) + ((sz)-1)) & ~((sz)-1)) macro
|