/third_party/mesa3d/src/freedreno/rnn/ |
D | util.h | 106 struct astr { struct 111 void print_escaped_astr(FILE *out, struct astr *astr); argument
|
/third_party/protobuf/src/google/protobuf/io/ |
D | io_win32.cc | 430 std::unique_ptr<CHAR[]> astr(new CHAR[size]); in wcs_to_mbs() local 432 outUtf8 ? CP_UTF8 : CP_ACP, 0, s, -1, astr.get(), size, nullptr, nullptr); in wcs_to_mbs() 433 out->assign(astr.get()); in wcs_to_mbs()
|
/third_party/openssl/crypto/x509/ |
D | v3_utl.c | 854 unsigned char *astr; in do_check_string() local 855 astrlen = ASN1_STRING_to_UTF8(&astr, a); in do_check_string() 863 rv = equal(astr, astrlen, (unsigned char *)b, blen, flags); in do_check_string() 865 *peername = OPENSSL_strndup((char *)astr, astrlen); in do_check_string() 867 OPENSSL_free(astr); in do_check_string() 871 OPENSSL_free(astr); in do_check_string()
|
/third_party/gn/src/gn/ |
D | parse_tree.cc | 987 std::string_view astr = GetStringRepresentation(a); in SortAsStringsList() local 989 return astr < bstr; in SortAsStringsList() 997 std::string_view astr = GetStringRepresentation(a); in SortAsTargetsList() local 999 return std::make_pair(GetDepsCategory(astr), SplitAtFirst(astr, ':')) < in SortAsTargetsList()
|
/third_party/gstreamer/gstplugins_good/gst/udp/ |
D | gstmultiudpsink.c | 646 gchar astr[64] G_GNUC_UNUSED; in gst_multiudpsink_send_messages() local 678 gst_udp_address_get_string (msg->address, astr, sizeof (astr)), in gst_multiudpsink_send_messages() 693 gst_udp_address_get_string (msg->address, astr, sizeof (astr)), in gst_multiudpsink_send_messages()
|
/third_party/openssl/providers/implementations/encode_decode/ |
D | encode_key2any.c | 846 ASN1_STRING *astr = NULL; in prepare_rsa_params() local 881 if ((astr = ASN1_STRING_new()) == NULL) in prepare_rsa_params() 884 ASN1_STRING_set0(astr, str, (int)str_sz); in prepare_rsa_params() 885 *pstr = astr; in prepare_rsa_params()
|
/third_party/libuv/src/win/ |
D | process.c | 662 wchar_t* astr = *(wchar_t* const*)a; in qsort_wcscmp() local 664 return env_strncmp(astr, -1, bstr); in qsort_wcscmp()
|
/third_party/libinput/test/ |
D | litest.h | 106 const char *astr, 115 const char *astr,
|
D | litest.c | 202 const char *astr, in litest_fail_comparison_int() argument 205 litest_log("FAILED COMPARISON: %s %s %s\n", astr, operator, bstr); in litest_fail_comparison_int() 220 const char *astr, in litest_fail_comparison_double() argument 223 litest_log("FAILED COMPARISON: %s %s %s\n", astr, operator, bstr); in litest_fail_comparison_double()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | custrtrn.c | 1397 char astr[100]; in Test_widestrs() local 1408 …log_err("u_strToWCS: ustr = %s, ul = %d, ws = %S, wl = %d!\n", u_austrcpy(astr, ustr), ul, ws, wl); in Test_widestrs() 1419 …_err("u_strFromWCS: wcs = %S, wl = %d,rts = %s, rtl = %d!\n", wcs, wl, u_austrcpy(astr, rts), rtl); in Test_widestrs()
|