Home
last modified time | relevance | path

Searched defs:MAX (Results 1 - 25 of 118) sorted by relevance

12345

/third_party/ltp/include/
H A Dtst_minmax.h21 # define MAX(a, b) ({ \ macro
/third_party/ltp/tools/sparse/sparse-src/validation/expand/
H A Dbad-shift.c1 #define MAX (sizeof(int) * __CHAR_BIT__) macro
/third_party/icu/icu4c/source/i18n/
H A Dquant.h28 enum { MAX = 0x7FFFFFFF }; enumerator
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dxfscompat.h7 #define MAX(a,b) ((a)>(b) ? (a):(b)) macro
/third_party/node/deps/icu-small/source/i18n/
H A Dquant.h28 enum { MAX = 0x7FFFFFFF }; enumerator
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dquant.h28 enum { MAX = 0x7FFFFFFF }; enumerator
/third_party/curl/tests/libtest/
H A Dlib1905.c65 int MAX = 0; in test() local
/third_party/musl/src/thread/
H A Dpthread_setattr_default_np.c6 #define MAX(a,b) ((a)>(b) ? (a) : (b)) macro
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwcscat.c22 #define MAX (20) macro
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Dreadpng.h62 # define MAX(a,b) ((a) > (b)? (a) : (b)) macro
/third_party/FreeBSD/sys/dev/usb/implementation/
H A D_macro_ref.h58 #define MAX(a,b) (a > b ? a : b) macro
/third_party/musl/src/string/
H A Dwcsstr.c3 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
H A Dstrstr.c27 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
/third_party/libexif/libexif/
H A Dexif-utils.h182 #undef MAX macro
183 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dcmp-zext-uimm0.c2 #define MAX (1ULL << 32) macro
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dvswprintf.c22 #define MAX (20) macro
/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dtimer_delete.c22 #define MAX (3) macro
/third_party/ffmpeg/libavfilter/
H A Dblend_modes.c30 #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 Dintel-nhlt.h25 #define MAX(a, b) ({ \ macro
/third_party/mbedtls/tests/include/test/
H A Dmacros.h248 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dstrstr.c27 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrstr.c27 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dstrstr.c27 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf_setup.h30 #define MAX(a, b) ((a > b) ? (a) : (b)) macro
/third_party/ltp/testcases/realtime/include/
H A Dlibstats.h50 #define MAX(A,B) ((A)>(B)?(A):(B)) macro

Completed in 10 milliseconds

12345