/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | cpu_errata.c | 126 #define CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ 128 .midr_range = MIDR_RANGE(model, v_min, r_min, v_max, r_max) 137 #define ERRATA_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ 139 CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max) 146 #define ERRATA_MIDR_REV_RANGE(m, var, r_min, r_max) \ 147 ERRATA_MIDR_RANGE(m, var, r_min, var, r_max)
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | cpu_errata.c | 140 #define CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ 142 .midr_range = MIDR_RANGE(model, v_min, r_min, v_max, r_max) 151 #define ERRATA_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ 153 CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max) 160 #define ERRATA_MIDR_REV_RANGE(m, var, r_min, r_max) \ 161 ERRATA_MIDR_RANGE(m, var, r_min, var, r_max)
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | cputype.h | 187 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ 190 .rv_min = MIDR_CPU_VAR_REV(v_min, r_min), \ 194 #define MIDR_REV_RANGE(m, v, r_min, r_max) MIDR_RANGE(m, v, r_min, v, r_max)
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | cputype.h | 227 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ 230 .rv_min = MIDR_CPU_VAR_REV(v_min, r_min), \ 234 #define MIDR_REV_RANGE(m, v, r_min, r_max) MIDR_RANGE(m, v, r_min, v, r_max)
|
/kernel/linux/linux-6.6/tools/arch/arm64/include/asm/ |
H A D | cputype.h | 220 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ 223 .rv_min = MIDR_CPU_VAR_REV(v_min, r_min), \ 227 #define MIDR_REV_RANGE(m, v, r_min, r_max) MIDR_RANGE(m, v, r_min, v, r_max)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | svga.h | 61 u16 r_min; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | svga.h | 61 u16 r_min; member
|
H A D | maple_tree.h | 396 unsigned long r_min; /* range min */ member
|
/third_party/backends/backend/ |
H A D | dc25.c | 925 int r_min = SMAX, g_min = SMAX, b_min = SMAX; in adjust_color_and_saturation() local 997 if (r_min > r) in adjust_color_and_saturation() 998 r_min = r; in adjust_color_and_saturation() 1149 int r_min = 255, g_min = 255, b_min = 255; in output_rgb() local 1187 if (r_min > r) in output_rgb() 1188 r_min = r; in output_rgb()
|
/kernel/linux/linux-6.6/lib/ |
H A D | maple_tree.c | 2241 wr_mas->r_max = wr_mas->r_min = mas->index; in mas_wr_node_walk() 2256 wr_mas->r_min = mas_safe_min(mas, wr_mas->pivots, offset); in mas_wr_node_walk() 3613 wr_mas->mas->min = wr_mas->r_min; in mas_wr_walk_traverse() 3675 l_mas->index = l_wr_mas->r_min; in mas_extend_spanning_null() 3677 if ((l_mas->index == l_wr_mas->r_min) && in mas_extend_spanning_null() 3961 if (wr_mas->r_min < mas->index) { in mas_wr_node_store() 4021 if (mas->index == wr_mas->r_min) { in mas_wr_slot_store() 4079 mas->index = wr_mas->r_min; in mas_wr_extend_null() 4082 if (mas->index == wr_mas->r_min && mas->offset && in mas_wr_extend_null() 4085 wr_mas->r_min in mas_wr_extend_null() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | svgalib.c | 398 while ((ar > pll->r_min) && (f_vco > pll->f_vco_max)) { in svga_compute_pll()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | svgalib.c | 393 while ((ar > pll->r_min) && (f_vco > pll->f_vco_max)) { in svga_compute_pll()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 654 IMGUI_API bool IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip = true); // is mouse hovering given bounding rect (in screen space). clipped by current clipping settings, but disregarding of other consideration of focus/window ordering/popup-block.
|
H A D | imgui.cpp | 4007 bool ImGui::IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip) in IsMouseHoveringRect() argument 4012 ImRect rect_clipped(r_min, r_max); in IsMouseHoveringRect()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 903 IMGUI_API bool IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip = true);// is mouse hovering given bounding rect (in screen space). clipped by current clipping settings, but disregarding of other consideration of focus/window ordering/popup-block.
|
H A D | imgui.cpp | 4648 bool ImGui::IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip) in IsMouseHoveringRect() argument 4653 ImRect rect_clipped(r_min, r_max); in IsMouseHoveringRect()
|