Home
last modified time | relevance | path

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

123456

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dmacro-expr-basic.rs11 pub const MIN: i64 = -9223372036854775808; constant
/third_party/ltp/include/
Dtst_minmax.h9 # define MIN(a, b) ({ \ macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dmacro-expr-basic.h5 #define MIN (1 << 63) macro
/third_party/musl/porting/linux/user/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/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/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
Dvsnprintf.c13 #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
/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/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/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/musl/porting/liteos_a/kernel/src/stdio/
Dfread.c4 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
Dvsnprintf.c13 #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/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/lwip/src/include/lwip/distributed_net/
Ddistributed_net.h52 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/third_party/musl/src/misc/
Dsetrlimit.c6 #define MIN(a, b) ((a)<(b) ? (a) : (b)) macro

123456