/third_party/boost/libs/preprocessor/test/ |
D | repetition.cpp | 20 # define MAX 10 macro 24 int add(BOOST_PP_ENUM_PARAMS(MAX, int x)) { in add()
|
/third_party/flatbuffers/tests/evolution_test/ |
D | evolution_v1_generated.h | 27 MAX = Queen enumerator 58 MAX = TableB enumerator
|
D | evolution_v2_generated.h | 32 MAX = Bishop enumerator 68 MAX = TableC enumerator
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | quant.h | 28 enum { MAX = 0x7FFFFFFF }; enumerator
|
/third_party/node/deps/icu-small/source/i18n/ |
D | quant.h | 28 enum { MAX = 0x7FFFFFFF }; enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | quant.h | 28 enum { MAX = 0x7FFFFFFF }; enumerator
|
/third_party/icu/icu4c/source/i18n/ |
D | quant.h | 28 enum { MAX = 0x7FFFFFFF }; enumerator
|
/third_party/ltp/include/ |
D | tst_minmax.h | 17 # define MAX(a, b) ({ \ macro
|
/third_party/ltp/tools/sparse/sparse-src/validation/expand/ |
D | bad-shift.c | 1 #define MAX (sizeof(int) * __CHAR_BIT__) macro
|
/third_party/flatbuffers/tests/cpp17/generated_cpp17/ |
D | monster_test_generated.h | 133 MAX = Elf enumerator 169 MAX = MyGame_Example2_Monster enumerator
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
D | timer_delete.c | 22 #define MAX (3) macro
|
/third_party/curl/tests/libtest/ |
D | lib1905.c | 62 int MAX = 0; in test() local
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
D | xfscompat.h | 7 #define MAX(a,b) ((a)>(b) ? (a):(b)) macro
|
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
D | wcscat.c | 22 #define MAX (20) macro
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | readpng.h | 62 # define MAX(a,b) ((a) > (b)? (a) : (b)) macro
|
/third_party/libpng/contrib/gregbook/ |
D | readpng.h | 62 # define MAX(a,b) ((a) > (b)? (a) : (b)) macro
|
/third_party/musl/src/thread/ |
D | pthread_setattr_default_np.c | 6 #define MAX(a,b) ((a)>(b) ? (a) : (b)) macro
|
/third_party/weston/shared/ |
D | helpers.h | 63 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/ |
D | binary_cross_entropy_grad.c | 19 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
D | cmp-zext-uimm0.c | 2 #define MAX (1ULL << 32) macro
|
/third_party/musl/src/string/ |
D | wcsstr.c | 3 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | vswprintf.c | 22 #define MAX (20) macro
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Quantifier.java | 23 public static final int MAX = Integer.MAX_VALUE; field in Quantifier
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Quantifier.java | 24 public static final int MAX = Integer.MAX_VALUE; field in Quantifier
|
/third_party/FreeBSD/sys/dev/usb/implementation/ |
D | _macro_ref.h | 58 #define MAX(a,b) (a > b ? a : b) macro
|