Home
last modified time | relevance | path

Searched defs:p_min (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/crypto/x509/
Dv3_asid.c658 ASN1_INTEGER *p_min = NULL, *p_max = NULL, *c_min = NULL, *c_max = NULL; in asid_contains() local
Dv3_addr.c1125 unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN]; in addr_contains() local
/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_asid.c672 ASN1_INTEGER *p_min = NULL, *p_max = NULL, *c_min = NULL, *c_max = NULL; in asid_contains() local
Dv3_addr.c1129 unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN]; in addr_contains() local
/third_party/mesa3d/src/imgui/
Dimgui.cpp2373 void ImGui::RenderFrame(ImVec2 p_min, ImVec2 p_max, ImU32 fill_col, bool border, float rounding) in RenderFrame()
2386 void ImGui::RenderFrameBorder(ImVec2 p_min, ImVec2 p_max, float rounding) in RenderFrameBorder()
2399 void ImGui::RenderArrow(ImVec2 p_min, ImGuiDir dir, float scale) in RenderArrow()
Dimgui_widgets.cpp4057 void ImGui::RenderColorRectWithAlphaCheckerboard(ImVec2 p_min, ImVec2 p_max, ImU32 col, float grid_… in RenderColorRectWithAlphaCheckerboard()