Home
last modified time | relevance | path

Searched defs:p_min (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_addr.c1129 unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN]; in addr_contains() local
H A Dv3_asid.c672 ASN1_INTEGER *p_min = NULL, *p_max = NULL, *c_min = NULL, *c_max = NULL; in asid_contains() local
/third_party/openssl/crypto/x509/
H A Dv3_asid.c658 ASN1_INTEGER *p_min = NULL, *p_max = NULL, *c_min = NULL, *c_max = NULL; in asid_contains() local
H A Dv3_addr.c1125 unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN]; in addr_contains() local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dvlv_dsi_pll.c60 unsigned int m_min, m_max, p_min = 2, p_max = 6; in dsi_calc_mnp() local
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dvlv_dsi_pll.c64 unsigned int m_min, m_max, p_min = 2, p_max = 6; in dsi_calc_mnp() local
/kernel/linux/linux-5.10/net/sched/
H A Dsch_sfb.c289 u32 p_min = ~0; in sfb_enqueue() local
/kernel/linux/linux-6.6/net/sched/
H A Dsch_sfb.c289 u32 p_min = ~0; in sfb_enqueue() local
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c944 u32 p_min, p_max, p_inc, div_max; in calc_pll_params() local
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c942 u32 p_min, p_max, p_inc, div_max; in calc_pll_params() local
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dchipone-icn6211.c257 unsigned int p_min, p_max; in chipone_configure_pll() local
H A Dsamsung-dsim.c559 u8 p_min, p_max; in samsung_dsim_pll_find_pms() local
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c549 u8 p_min, p_max; in exynos_dsi_pll_find_pms() local
/kernel/linux/linux-6.6/lib/
H A Dmaple_tree.c6693 unsigned long p_min, p_max; in mas_dfs_postorder() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp2122 bool ImGui::DataTypeClamp(ImGuiDataType data_type, void* p_data, const void* p_min, const void* p_max) in DataTypeClamp() argument
2341 DragBehavior(ImGuiID id, ImGuiDataType data_type, void* p_v, float v_speed, const void* p_min, const void* p_max, const char* format, ImGuiSliderFlags flags) DragBehavior() argument
2379 DragScalar(const char* label, ImGuiDataType data_type, void* p_data, float v_speed, const void* p_min, const void* p_max, const char* format, ImGuiSliderFlags flags) DragScalar() argument
2465 DragScalarN(const char* label, ImGuiDataType data_type, void* p_data, int components, float v_speed, const void* p_min, const void* p_max, const char* format, ImGuiSliderFlags flags) DragScalarN() argument
2610 DragScalar(const char* label, ImGuiDataType data_type, void* p_data, float v_speed, const void* p_min, const void* p_max, const char* format, float power) DragScalar() argument
2622 DragScalarN(const char* label, ImGuiDataType data_type, void* p_data, int components, float v_speed, const void* p_min, const void* p_max, const char* format, float power) DragScalarN() argument
[all...]
H A Dimgui_draw.cpp1388 void ImDrawList::AddRect(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding, ImDrawFlags flags, float thickness) in AddRect() argument
1399 void ImDrawList::AddRectFilled(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding, ImDrawFlags flags) in AddRectFilled() argument
1416 void ImDrawList::AddRectFilledMultiColor(const ImVec2& p_min, const ImVec2& p_max, ImU32 col_upr_left, ImU32 col_upr_right, ImU32 col_bot_right, ImU32 col_bot_left) in AddRectFilledMultiColor() argument
1605 AddImage(ImTextureID user_texture_id, const ImVec2& p_min, const ImVec2& p_max, const ImVec2& uv_min, const ImVec2& uv_max, ImU32 col) AddImage() argument
1637 AddImageRounded(ImTextureID user_texture_id, const ImVec2& p_min, const ImVec2& p_max, const ImVec2& uv_min, const ImVec2& uv_max, ImU32 col, float rounding, ImDrawFlags flags) AddImageRounded() argument
3916 RenderColorRectWithAlphaCheckerboard(ImDrawList* draw_list, ImVec2 p_min, ImVec2 p_max, ImU32 col, float grid_step, ImVec2 grid_off, float rounding, ImDrawFlags flags) RenderColorRectWithAlphaCheckerboard() argument
[all...]
H A Dimgui.cpp2875 void ImGui::RenderFrame(ImVec2 p_min, ImVec2 p_max, ImU32 fill_col, bool border, float rounding) in RenderFrame() argument
2888 void ImGui::RenderFrameBorder(ImVec2 p_min, ImVec2 p_max, float rounding) in RenderFrameBorder() argument
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp2373 void ImGui::RenderFrame(ImVec2 p_min, ImVec2 p_max, ImU32 fill_col, bool border, float rounding) in RenderFrame() argument
2386 void ImGui::RenderFrameBorder(ImVec2 p_min, ImVec2 p_max, float rounding) in RenderFrameBorder() argument
2399 void ImGui::RenderArrow(ImVec2 p_min, ImGuiDir dir, float scale) in RenderArrow() argument
[all...]

Completed in 68 milliseconds