Home
last modified time | relevance | path

Searched defs:MIN (Results 1 – 25 of 172) sorted by relevance

1234567

/third_party/flatbuffers/tests/evolution_test/
Devolution_v1_generated.h26 MIN = King, enumerator
57 MIN = NONE, enumerator
Devolution_v2_generated.h31 MIN = King, enumerator
67 MIN = NONE, enumerator
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_rotate.h23 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
/third_party/ltp/include/
Dtst_minmax.h9 # define MIN(a, b) ({ \ macro
/third_party/flatbuffers/tests/cpp17/generated_cpp17/
Dmonster_test_generated.h132 MIN = None, enumerator
168 MIN = NONE, enumerator
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dfgets.c4 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
Dfread.c4 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dfgets.c4 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
Dfread.c4 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
Dvsnprintf.c13 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/third_party/musl/src/stdio/
Dfgets.c4 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
Dfread.c4 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
Dvsnprintf.c12 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dfread.c4 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
/third_party/ltp/testcases/kernel/fs/fsstress/
Dxfscompat.h6 #define MIN(a,b) ((a)<(b) ? (a):(b)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtarget_env_test.cpp126 #define VK(MAJ, MIN) ((MAJ << 22) | (MIN << 12)) argument
127 #define SPV(MAJ, MIN) ((MAJ << 16) | (MIN << 8)) argument
/third_party/skia/third_party/externals/spirv-tools/test/
Dtarget_env_test.cpp126 #define VK(MAJ, MIN) ((MAJ << 22) | (MIN << 12)) argument
127 #define SPV(MAJ, MIN) ((MAJ << 16) | (MIN << 8)) argument
/third_party/spirv-tools/test/
Dtarget_env_test.cpp126 #define VK(MAJ, MIN) ((MAJ << 22) | (MIN << 12)) argument
127 #define SPV(MAJ, MIN) ((MAJ << 16) | (MIN << 8)) argument
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Dreadpng.h63 # define MIN(a,b) ((a) < (b)? (a) : (b)) macro
/third_party/libpng/contrib/gregbook/
Dreadpng.h63 # define MIN(a,b) ((a) < (b)? (a) : (b)) macro
/third_party/musl/src/thread/
Dpthread_setattr_default_np.c5 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
/third_party/ltp/tools/sparse/sparse-src/
Dtest-sort.c14 #define MIN(_x,_y) ((_x) < (_y) ? (_x) : (_y)) macro
/third_party/weston/shared/
Dhelpers.h52 #define MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
/third_party/lwip/src/include/lwip/distributed_net/
Ddistributed_net.h47 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/third_party/musl/porting/liteos_a/user/src/misc/
Dsetrlimit.c6 #define MIN(a, b) ((a)<(b) ? (a) : (b)) macro

1234567