Home
last modified time | relevance | path

Searched defs:min_t (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dminmax.h104 #define min_t(type, x, y) __careful_cmp((type)(x), (type)(y), <) macro
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dtypes.h40 #define min_t(type, a, b) min(((type) a), ((type) b)) macro
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Dtypes.h40 #define min_t(type, a, b) min(((type) a), ((type) b)) macro
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_intersection_shader.c192 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 Dminmax.h161 #define min_t(type, x, y) __careful_cmp(min, (type)(x), (type)(y)) macro
/kernel/linux/linux-6.6/tools/include/linux/
H A Dkernel.h57 #define min_t(type, x, y) min((type)x, (type)y) macro
/kernel/linux/linux-5.10/tools/testing/scatterlist/linux/
H A Dmm.h72 #define min_t(type, x, y) \ macro
/kernel/linux/linux-6.6/tools/testing/scatterlist/linux/
H A Dmm.h72 #define min_t(type, x, y) \ macro
/third_party/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp411 double min_t=1000000.0, sum_t=0.0; in runTestLoop() local
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Duperf.cpp411 double min_t=1000000.0, sum_t=0.0; in runTestLoop() local
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h136 #define min_t(t, x, y) ((t)(x) < (t)(y) ? (t)(x) : (t)(y)) macro
/kernel/linux/linux-5.10/tools/vm/
H A Dpage-types.c213 #define min_t(type, x, y) ({ \ macro
/kernel/linux/linux-6.6/tools/mm/
H A Dpage-types.c213 #define min_t(type, x, y) ({ \ macro
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_rt.c992 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 Dpage-types.c207 #define min_t(type, x, y) ({ \ macro

Completed in 14 milliseconds