Home
last modified time | relevance | path

Searched defs:encoded (Results 76 - 100 of 105) sorted by relevance

12345

/third_party/curl/tests/server/
H A Dmqttd.c376 unsigned char encoded = 0x80; in decode_length() local
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c1178 uint32_t *encoded = (uint32_t *)dest; in fxt1_encode() local
/third_party/skia/src/image/
H A DSkImage.cpp173 sk_sp<SkImage> SkImage::MakeFromEncoded(sk_sp<SkData> encoded) { in MakeFromEncoded() argument
/third_party/vixl/src/aarch64/
H A Doperands-aarch64.h847 int64_t encoded = unshifted.AsIntN(zd.GetLaneSizeInBits() - kShift); in TryEncodeAsShiftedIntNForLane() local
/third_party/python/Modules/
H A D_json.c1375 PyObject *encoded; in encoder_encode_string() local
1416 PyObject *encoded = encoder_encode_string(s, obj); in encoder_listencode_obj() local
1422 PyObject *encoded = PyLong_Type.tp_repr(obj); encoder_listencode_obj() local
1428 PyObject *encoded = encoder_encode_float(s, obj); encoder_listencode_obj() local
1562 PyObject *encoded, *key, *value; encoder_listencode_dict() local
[all...]
H A Dreadline.c197 PyObject *encoded = encode(string); in readline_parse_and_bind() local
563 PyObject *encoded = encode(string); in readline_set_completer_delims() local
663 PyObject *encoded; readline_replace_history_item_impl() local
705 PyObject *encoded = encode(string); readline_add_history() local
918 PyObject *encoded = encode(string); readline_insert_text() local
1126 PyObject *encoded = encode(r); on_completion() local
[all...]
H A D_tkinter.c1018 PyObject *encoded; in AsObj() local
[all...]
/third_party/python/Modules/cjkcodecs/
H A D_codecs_iso2022.c160 DBCHAR encoded; in ENCODER() local
[all...]
/third_party/skia/third_party/etc1/
H A Detc1.cpp526 etc1_byte encoded[ETC1_ENCODED_BLOCK_SIZE]; in etc1_encode_image() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_er.c900 unsigned char *encoded; in wps_er_soap_hdr() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Deapol_test.c442 unsigned char *encoded; in eapol_test_write_cert() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_er.c900 char *encoded; in wps_er_soap_hdr() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Deapol_test.c442 char *encoded; in eapol_test_write_cert() local
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp688 char encoded[4]; in AddCurlHandle() local
/third_party/curl/lib/vtls/
H A Dvtls.c999 char *encoded = NULL, *pinkeycopy, *begin_pos, *end_pos; in Curl_pin_peer_pubkey() local
/third_party/mbedtls/library/
H A Drsa.c2683 unsigned char *encoded = NULL, *encoded_expected = NULL; in mbedtls_rsa_rsassa_pkcs1_v15_verify() local
[all...]
/third_party/mesa3d/src/compiler/
H A Dglsl_types.cpp3112 union packed_type encoded; in encode_type_to_blob() local
3218 union packed_type encoded; decode_type_from_blob() local
[all...]
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_pds.c104 uint64_t encoded = 0; in pvr_pds_encode_ld_src0() local
129 uint64_t encoded = 0; in pvr_pds_encode_st_src0() local
160 uint32_t encoded = pvr_pds_encode_doutw_src1() local
[all...]
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding.cc236 void WriteTokenStartTmpl(MajorType type, uint64_t value, C* encoded) { in WriteTokenStartTmpl() argument
259 encoded); WriteTokenStartTmpl() local
266 WriteTokenStart(MajorType type, uint64_t value, std::vector<uint8_t>* encoded) WriteTokenStart() argument
271 WriteTokenStart(MajorType type, uint64_t value, std::string* encoded) WriteTokenStart() argument
[all...]
/third_party/openssl/test/
H A Dendecode_test.c158 void *encoded = NULL; in test_encode_decode() local
226 encode_EVP_PKEY_prov(const char *file, const int line, void **encoded, long *encoded_len, void *object, int selection, const char *output_type, const char *output_structure, const char *pass, const char *pcipher) encode_EVP_PKEY_prov() argument
267 decode_EVP_PKEY_prov(const char *file, const int line, void **object, void *encoded, long encoded_len, const char *input_type, const char *structure_type, const char *keytype, int selection, const char *pass) decode_EVP_PKEY_prov() argument
342 encode_EVP_PKEY_legacy_PEM(const char *file, const int line, void **encoded, long *encoded_len, void *object, ossl_unused int selection, ossl_unused const char *output_type, ossl_unused const char *output_structure, const char *pass, const char *pcipher) encode_EVP_PKEY_legacy_PEM() argument
382 encode_EVP_PKEY_MSBLOB(const char *file, const int line, void **encoded, long *encoded_len, void *object, int selection, ossl_unused const char *output_type, ossl_unused const char *output_structure, ossl_unused const char *pass, ossl_unused const char *pcipher) encode_EVP_PKEY_MSBLOB() argument
427 encode_EVP_PKEY_PVK(const char *file, const int line, void **encoded, long *encoded_len, void *object, int selection, ossl_unused const char *output_type, ossl_unused const char *output_structure, const char *pass, ossl_unused const char *pcipher) encode_EVP_PKEY_PVK() argument
[all...]
H A Devp_extra_test.c901 unsigned char *encoded = NULL; in test_EC_priv_pub() local
[all...]
/third_party/python/Objects/
H A Dbytearrayobject.c780 PyObject *encoded, *new; in bytearray___init___impl() local
/third_party/skia/dm/
H A DDMSrcSink.cpp1449 SkString encoded; compare_bitmaps() local
[all...]
/third_party/python/Python/
H A Dsysmodule.c611 PyObject *encoded, *escaped_str, *repr_str, *buffer, *result; in sys_displayhook_unencodable() local
[all...]
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp668 sk_sp<SkData> encoded = out.detachAsData(); in flatten() local

Completed in 64 milliseconds

12345