/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/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/node/deps/icu-small/source/i18n/ |
D | quant.h | 28 enum { MAX = 0x7FFFFFFF }; enumerator
|
/third_party/flutter/skia/third_party/externals/icu/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/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/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/skia/third_party/externals/libpng/contrib/gregbook/ |
D | readpng.h | 62 # 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/musl/src/string/ |
D | wcsstr.c | 3 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
|
/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
D | astc_mathlib.h | 142 #define MAX(x,y) ((x)>(y)?(x):(y)) macro
|
/third_party/libexif/libexif/ |
D | exif-utils.h | 183 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
|
/third_party/node/test/parallel/ |
D | test-http-max-http-headers.js | 7 const MAX = +(process.argv[2] || 16 * 1024); // Command line option, or 16KB. constant
|
D | test-stream-readable-object-multi-push-async.js | 7 const MAX = 42; constant
|
/third_party/ltp/testcases/realtime/include/ |
D | libstats.h | 50 #define MAX(A,B) ((A)>(B)?(A):(B)) macro
|
/third_party/lz4/ossfuzz/ |
D | fuzz_helpers.h | 33 #define MAX(a,b) ( (a) > (b) ? (a) : (b) ) macro
|
/third_party/libsnd/src/ALAC/ |
D | ALACBitUtilities.h | 36 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
|
/third_party/musl/include/sys/ |
D | param.h | 19 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | param.h | 22 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | param.h | 19 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
|