/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/x509v3/ |
D | v3_utl.c | 841 unsigned char *astr; in do_check_string() local 842 astrlen = ASN1_STRING_to_UTF8(&astr, a); in do_check_string() 850 rv = equal(astr, astrlen, (unsigned char *)b, blen, flags); in do_check_string() 852 *peername = OPENSSL_strndup((char *)astr, astrlen); in do_check_string() 854 OPENSSL_free(astr); in do_check_string() 858 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/libinput/test/ |
D | litest.h | 95 const char *astr, 104 const char *astr,
|
D | litest.c | 200 const char *astr, in litest_fail_comparison_int() argument 203 litest_log("FAILED COMPARISON: %s %s %s\n", astr, operator, bstr); in litest_fail_comparison_int() 218 const char *astr, in litest_fail_comparison_double() argument 221 litest_log("FAILED COMPARISON: %s %s %s\n", astr, operator, bstr); in litest_fail_comparison_double()
|
/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/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()
|