Home
last modified time | relevance | path

Searched defs:MAX (Results 1 – 25 of 105) sorted by relevance

12345

/third_party/boost/libs/preprocessor/test/
Drepetition.cpp20 # 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/
Dquant.h28 enum { MAX = 0x7FFFFFFF }; enumerator
/third_party/icu/icu4c/source/i18n/
Dquant.h28 enum { MAX = 0x7FFFFFFF }; enumerator
/third_party/node/deps/icu-small/source/i18n/
Dquant.h28 enum { MAX = 0x7FFFFFFF }; enumerator
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dquant.h28 enum { MAX = 0x7FFFFFFF }; enumerator
/third_party/ltp/include/
Dtst_minmax.h17 # define MAX(a, b) ({ \ macro
/third_party/curl/tests/libtest/
Dlib1905.c62 int MAX = 0; in test() local
/third_party/ltp/testcases/kernel/fs/fsstress/
Dxfscompat.h7 #define MAX(a,b) ((a)>(b) ? (a):(b)) macro
/third_party/libpng/contrib/gregbook/
Dreadpng.h62 # define MAX(a,b) ((a) > (b)? (a) : (b)) macro
/third_party/musl/src/thread/
Dpthread_setattr_default_np.c6 #define MAX(a,b) ((a)>(b) ? (a) : (b)) macro
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Dreadpng.h62 # define MAX(a,b) ((a) > (b)? (a) : (b)) macro
/third_party/weston/shared/
Dhelpers.h63 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro
/third_party/musl/src/string/
Dwcsstr.c3 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DQuantifier.java24 public static final int MAX = Integer.MAX_VALUE; field in Quantifier
/third_party/FreeBSD/sys/dev/usb/implementation/
D_macro_ref.h58 #define MAX(a,b) (a > b ? a : b) macro
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_mathlib.h142 #define MAX(x,y) ((x)>(y)?(x):(y)) macro
/third_party/libexif/libexif/
Dexif-utils.h183 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
/third_party/node/test/parallel/
Dtest-http-max-http-headers.js7 const MAX = +(process.argv[2] || 16 * 1024); // Command line option, or 16KB. constant
Dtest-stream-readable-object-multi-push-async.js7 const MAX = 42; constant
/third_party/ltp/testcases/realtime/include/
Dlibstats.h50 #define MAX(A,B) ((A)>(B)?(A):(B)) macro
/third_party/lz4/ossfuzz/
Dfuzz_helpers.h33 #define MAX(a,b) ( (a) > (b) ? (a) : (b) ) macro
/third_party/libsnd/src/ALAC/
DALACBitUtilities.h36 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
/third_party/musl/include/sys/
Dparam.h19 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dparam.h22 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dparam.h19 #define MAX(a,b) (((a)>(b))?(a):(b)) macro

12345