/third_party/ltp/include/ |
H A D | tst_minmax.h | 21 # define MAX(a, b) ({ \ macro
|
/third_party/ltp/tools/sparse/sparse-src/validation/expand/ |
H A D | bad-shift.c | 1 #define MAX (sizeof(int) * __CHAR_BIT__) macro
|
/third_party/icu/icu4c/source/i18n/ |
H A D | quant.h | 28 enum { MAX = 0x7FFFFFFF }; enumerator
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | xfscompat.h | 7 #define MAX(a,b) ((a)>(b) ? (a):(b)) macro
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | quant.h | 28 enum { MAX = 0x7FFFFFFF }; enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | quant.h | 28 enum { MAX = 0x7FFFFFFF }; enumerator
|
/third_party/curl/tests/libtest/ |
H A D | lib1905.c | 65 int MAX = 0; in test() local
|
/third_party/musl/src/thread/ |
H A D | pthread_setattr_default_np.c | 6 #define MAX(a,b) ((a)>(b) ? (a) : (b)) macro
|
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | wcscat.c | 22 #define MAX (20) macro
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | readpng.h | 62 # define MAX(a,b) ((a) > (b)? (a) : (b)) macro
|
/third_party/FreeBSD/sys/dev/usb/implementation/ |
H A D | _macro_ref.h | 58 #define MAX(a,b) (a > b ? a : b) macro
|
/third_party/musl/src/string/ |
H A D | wcsstr.c | 3 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
|
H A D | strstr.c | 27 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
|
/third_party/libexif/libexif/ |
H A D | exif-utils.h | 182 #undef MAX macro 183 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
H A D | cmp-zext-uimm0.c | 2 #define MAX (1ULL << 32) macro
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | vswprintf.c | 22 #define MAX (20) macro
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
H A D | timer_delete.c | 22 #define MAX (3) macro
|
/third_party/ffmpeg/libavfilter/ |
H A D | blend_modes.c | 30 #undef MAX macro 36 #define MAX 255 macro 41 #define MAX 1.f macro 46 #define MAX ((1 << DEPTH) - 1) macro [all...] |
/third_party/alsa-utils/topology/nhlt/intel/ |
H A D | intel-nhlt.h | 25 #define MAX(a, b) ({ \ macro
|
/third_party/mbedtls/tests/include/test/ |
H A D | macros.h | 248 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
H A D | strstr.c | 27 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
H A D | strstr.c | 27 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
|
/third_party/musl/porting/liteos_m/kernel/src/string/ |
H A D | strstr.c | 27 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
|
/third_party/mesa3d/src/intel/perf/ |
H A D | intel_perf_setup.h | 30 #define MAX(a, b) ((a > b) ? (a) : (b)) macro
|
/third_party/ltp/testcases/realtime/include/ |
H A D | libstats.h | 50 #define MAX(A,B) ((A)>(B)?(A):(B)) macro
|