/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | regset.h | 95 #define EXECUTE_IF_SET_IN_REG_SET(REGSET, MIN, REGNUM, RSI) \ argument 101 #define EXECUTE_IF_AND_COMPL_IN_REG_SET(REGSET1, REGSET2, MIN, REGNUM, RSI) \ argument 107 #define EXECUTE_IF_AND_IN_REG_SET(REGSET1, REGSET2, MIN, REGNUM, RSI) \ argument
|
H A D | bitmap.h | 770 #define EXECUTE_IF_SET_IN_BITMAP(BITMAP, MIN, BITNUM, ITER) \ argument 781 #define EXECUTE_IF_AND_IN_BITMAP(BITMAP1, BITMAP2, MIN, BITNUM, ITER) \ argument 792 #define EXECUTE_IF_AND_COMPL_IN_BITMAP(BITMAP1, BITMAP2, MIN, BITNUM, ITER) \ argument
|
H A D | params.c | 42 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) argument 50 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) \ argument
|
H A D | params-enum.h | 20 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) argument
|
H A D | ira-int.h | 645 #define SET_MINMAX_SET_BIT(R, I, MIN, MAX) __extension__ \ argument 658 #define CLEAR_MINMAX_SET_BIT(R, I, MIN, MAX) __extension__ \ argument 670 #define TEST_MINMAX_SET_BIT(R, I, MIN, MAX) __extension__ \ argument 684 #define SET_MINMAX_SET_BIT(R, I, MIN, MAX) \ argument 688 #define CLEAR_MINMAX_SET_BIT(R, I, MIN, MAX) \ argument 692 #define TEST_MINMAX_SET_BIT(R, I, MIN, MAX) \ argument 772 #define FOR_EACH_BIT_IN_MINMAX_SET(VEC, MIN, MAX, N, ITER) \ argument
|
H A D | sbitmap.h | 229 #define EXECUTE_IF_SET_IN_BITMAP(BITMAP, MIN, BITNUM, ITER) \ argument
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | regset.h | 98 #define EXECUTE_IF_SET_IN_REG_SET(REGSET, MIN, REGNUM, RSI) \ argument 104 #define EXECUTE_IF_AND_COMPL_IN_REG_SET(REGSET1, REGSET2, MIN, REGNUM, RSI) \ argument 110 #define EXECUTE_IF_AND_IN_REG_SET(REGSET1, REGSET2, MIN, REGNUM, RSI) \ argument
|
H A D | bitmap.h | 570 #define EXECUTE_IF_SET_IN_BITMAP(BITMAP, MIN, BITNUM, ITER) \ argument 580 #define EXECUTE_IF_AND_IN_BITMAP(BITMAP1, BITMAP2, MIN, BITNUM, ITER) \ argument 591 #define EXECUTE_IF_AND_COMPL_IN_BITMAP(BITMAP1, BITMAP2, MIN, BITNUM, ITER) \ argument
|
H A D | ira-int.h | 609 #define SET_MINMAX_SET_BIT(R, I, MIN, MAX) __extension__ \ argument 622 #define CLEAR_MINMAX_SET_BIT(R, I, MIN, MAX) __extension__ \ argument 634 #define TEST_MINMAX_SET_BIT(R, I, MIN, MAX) __extension__ \ argument 648 #define SET_MINMAX_SET_BIT(R, I, MIN, MAX) \ argument 652 #define CLEAR_MINMAX_SET_BIT(R, I, MIN, MAX) \ argument 656 #define TEST_MINMAX_SET_BIT(R, I, MIN, MAX) \ argument 736 #define FOR_EACH_BIT_IN_MINMAX_SET(VEC, MIN, MAX, N, ITER) \ argument
|
H A D | params.c | 42 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) \ argument
|
H A D | ebitmap.h | 163 #define EXECUTE_IF_SET_IN_EBITMAP(EBITMAP, MIN, N, ITER) \ argument
|
H A D | sbitmap.h | 168 #define EXECUTE_IF_SET_IN_SBITMAP(SBITMAP, MIN, N, ITER) \ argument
|
/dflybsd-src/contrib/cvs-1.12/lib/ |
H A D | minmax.h | 57 # define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
|
/dflybsd-src/contrib/grep/lib/ |
H A D | minmax.h | 57 # define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
|
/dflybsd-src/test/stress/fsstress/ |
H A D | xfscompat.h | 10 #define MIN(a,b) ((a)<(b) ? (a):(b)) macro
|
/dflybsd-src/contrib/bmake/ |
H A D | dirname.c | 56 # define MIN(a, b) ((a < b) ? a : b) macro
|
/dflybsd-src/lib/libc/stdio/ |
H A D | fvwrite.c | 63 #define MIN(a, b) ((a) < (b) ? (a) : (b)) in __sfvwrite() macro
|
/dflybsd-src/games/phantasia/ |
H A D | macros.h | 13 #define MIN(A, B) ((A) < (B) ? (A) : (B)) macro
|
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-decls.h | 73 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/dflybsd-src/games/atc/ |
H A D | log.c | 79 #define MIN(t) (((t) % SECAHOUR) / SECAMIN) macro
|
/dflybsd-src/contrib/binutils-2.27/gprof/ |
H A D | gprof.h | 44 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
|
/dflybsd-src/contrib/binutils-2.34/gprof/ |
H A D | gprof.h | 44 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
|
/dflybsd-src/usr.bin/telnet/ |
H A D | ring.c | 64 #define MIN(a,b) (((a)<(b))? (a):(b)) macro
|
/dflybsd-src/contrib/wpa_supplicant/src/crypto/ |
H A D | sha512-internal.c | 101 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
|
H A D | sha256-internal.c | 80 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
|