/third_party/openssl/crypto/x509v3/ |
D | v3_asid.c | 282 ASN1_INTEGER *a_min = NULL, *a_max = NULL, *b_min = NULL, *b_max = in ASIdentifierChoice_is_canonical() local 329 ASN1_INTEGER *a_min, *a_max; in ASIdentifierChoice_is_canonical() local 393 ASN1_INTEGER *a_min = NULL, *a_max = NULL, *b_min = NULL, *b_max = in ASIdentifierChoice_canonize() local 484 ASN1_INTEGER *a_min, *a_max; in ASIdentifierChoice_canonize() local
|
D | v3_addr.c | 684 unsigned char a_min[ADDR_RAW_BUF_LEN], a_max[ADDR_RAW_BUF_LEN]; in X509v3_addr_is_canonical() local 807 unsigned char a_min[ADDR_RAW_BUF_LEN], a_max[ADDR_RAW_BUF_LEN]; in IPAddressOrRanges_canonize() local 852 unsigned char a_min[ADDR_RAW_BUF_LEN], a_max[ADDR_RAW_BUF_LEN]; in IPAddressOrRanges_canonize() local
|
/third_party/boost/boost/math/special_functions/detail/ |
D | hypergeometric_1F1_negative_b_regions.hpp | 401 static const double a_max = domain[total_elements - 1][0]; in hypergeometric_1F1_negative_b_recurrence_region() local
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 1145 void ImDrawList::_PathArcToN(const ImVec2& center, float radius, float a_min, float a_max, int num_… in _PathArcToN() 1174 void ImDrawList::PathArcTo(const ImVec2& center, float radius, float a_min, float a_max, int num_se… in PathArcTo() 1494 const float a_max = (IM_PI * 2.0f) * ((float)num_segments - 1.0f) / (float)num_segments; in AddCircle() local 1518 const float a_max = (IM_PI * 2.0f) * ((float)num_segments - 1.0f) / (float)num_segments; in AddCircleFilled() local 1532 const float a_max = (IM_PI * 2.0f) * ((float)num_segments - 1.0f) / (float)num_segments; in AddNgon() local 1544 const float a_max = (IM_PI * 2.0f) * ((float)num_segments - 1.0f) / (float)num_segments; in AddNgonFilled() local
|
/third_party/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 953 void ImDrawList::PathArcTo(const ImVec2& centre, float radius, float a_min, float a_max, int num_se… in PathArcTo() 1150 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; in AddCircle() local 1161 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; in AddCircleFilled() local
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 951 void ImDrawList::PathArcTo(const ImVec2& centre, float radius, float a_min, float a_max, int num_se… in PathArcTo() 1144 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; in AddCircle() local 1154 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; in AddCircleFilled() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | dec_neon.c | 681 const uint8x16_t a_max = vmaxq_u8(a_p1_p0, a_q1_q0); in NeedsHev_NEON() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | dec_neon.c | 681 const uint8x16_t a_max = vmaxq_u8(a_p1_p0, a_q1_q0); in NeedsHev_NEON() local
|
/third_party/toybox/toys/pending/ |
D | bc.c | 1184 int a_max, neg = 0; in bc_num_cmp() local
|