/kernel/linux/linux-5.10/include/linux/ |
H A D | minmax.h | 104 #define min_t(type, x, y) __careful_cmp((type)(x), (type)(y), <) macro
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | types.h | 40 #define min_t(type, a, b) min(((type) a), ((type) b)) macro
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | types.h | 40 #define min_t(type, a, b) min(((type) a), ((type) b)) macro
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir_lower_intersection_shader.c | 192 nir_ssa_def *min_t = nir_load_ray_t_min(b); in brw_nir_lower_intersection_shader() local
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | minmax.h | 161 #define min_t(type, x, y) __careful_cmp(min, (type)(x), (type)(y)) macro
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | kernel.h | 57 #define min_t(type, x, y) min((type)x, (type)y) macro
|
/kernel/linux/linux-5.10/tools/testing/scatterlist/linux/ |
H A D | mm.h | 72 #define min_t(type, x, y) \ macro
|
/kernel/linux/linux-6.6/tools/testing/scatterlist/linux/ |
H A D | mm.h | 72 #define min_t(type, x, y) \ macro
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
H A D | uperf.cpp | 411 double min_t=1000000.0, sum_t=0.0; in runTestLoop() local
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
H A D | uperf.cpp | 411 double min_t=1000000.0, sum_t=0.0; in runTestLoop() local
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | kernel.h | 136 #define min_t(t, x, y) ((t)(x) < (t)(y) ? (t)(x) : (t)(y)) macro
|
/kernel/linux/linux-5.10/tools/vm/ |
H A D | page-types.c | 213 #define min_t(type, x, y) ({ \ macro
|
/kernel/linux/linux-6.6/tools/mm/ |
H A D | page-types.c | 213 #define min_t(type, x, y) ({ \ macro
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline_rt.c | 992 nir_ssa_def *min_t = nir_load_ray_t_min(b); in nir_lower_intersection_shader() local
|
/third_party/ltp/testcases/kernel/mce-test/tools/ |
H A D | page-types.c | 207 #define min_t(type, x, y) ({ \ macro
|