Home
last modified time | relevance | path

Searched refs:astr (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/freedreno/rnn/
Dutil.h106 struct astr { struct
111 void print_escaped_astr(FILE *out, struct astr *astr); argument
/third_party/protobuf/src/google/protobuf/io/
Dio_win32.cc430 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/
Dv3_utl.c854 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/
Dparse_tree.cc987 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/
Dgstmultiudpsink.c646 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/
Dencode_key2any.c846 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/
Dprocess.c662 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/
Dlitest.h106 const char *astr,
115 const char *astr,
Dlitest.c202 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/
Dcustrtrn.c1397 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()