Home
last modified time | relevance | path

Searched defs:decoded (Results 26 - 50 of 67) sorted by relevance

123

/third_party/openssl/crypto/rsa/
H A Drsa_gen.c484 unsigned char *decoded = NULL; in rsa_keygen_pairwise_test() local
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbt-codec-msbc.c267 ssize_t decoded; in decode_buffer() local
H A Da2dp-codec-sbc.c893 ssize_t decoded; in decode_buffer() local
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddatapiece.cc263 std::string decoded; in ToBytes() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dspinlock_test_common.cc157 uint64_t decoded = SpinLockTest::DecodeWaitCycles(lock_value); in TEST() local
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dencrypt.rs508 let mut decoded = vec![0u8; buffer_len]; in rsa_encrypt_decrypt() variables
539 let mut decoded = vec![0u8; buffer_len]; rsa_encrypt_decrypt_with_sha256() variables
566 let mut decoded = vec![0u8; buffer_len]; rsa_encrypt_decrypt_oaep_label() variables
574 let mut decoded = vec![0u8; buffer_len]; rsa_encrypt_decrypt_oaep_label() variables
[all...]
/third_party/ffmpeg/libavcodec/
H A Dflacdec.c63 int32_t *decoded[FLAC_MAX_CHANNELS]; ///< decoded samples member
221 static int decode_residuals(FLACContext *s, int32_t *decoded, int pred_order) in decode_residuals() argument
282 static int decode_subframe_fixed(FLACContext *s, int32_t *decoded, in decode_subframe_fixed() argument
334 lpc_analyze_remodulate(SUINT32 *decoded, const int coeffs[32], int order, int qlevel, int len, int bps) lpc_analyze_remodulate() argument
361 decode_subframe_lpc(FLACContext *s, int32_t *decoded, int pred_order, int bps) decode_subframe_lpc() argument
407 int32_t *decoded = s->decoded[channel]; decode_subframe() local
[all...]
H A Dsvq1enc.c373 uint8_t *decoded = decoded_plane + offset; in svq1_encode_plane() local
93 encode_block(SVQ1EncContext *s, uint8_t *src, uint8_t *ref, uint8_t *decoded, int stride, int level, int threshold, int lambda, int intra) encode_block() argument
H A Dshorten.c93 int32_t *decoded[MAX_CHANNELS]; member
[all...]
H A Dtakdec.c62 int32_t *decoded[TAK_MAX_CHANNELS]; ///< decoded samples for each channel member
255 static int decode_segment(TAKDecContext *s, int8_t mode, int32_t *decoded, int len) in decode_segment() argument
299 static int decode_residues(TAKDecContext *s, int32_t *decoded, int length) in decode_residues() argument
386 decode_subframe(TAKDecContext *s, int32_t *decoded, int subframe_size, int prev_subframe_size) decode_subframe() argument
514 int32_t *decoded = s->decoded[chan]; decode_channel() local
773 int32_t *decoded = s->decoded[chan]; tak_decode_frame() local
862 int32_t *decoded = s->decoded[chan]; tak_decode_frame() local
894 int32_t *decoded = s->decoded[chan]; tak_decode_frame() local
902 int32_t *decoded = s->decoded[chan]; tak_decode_frame() local
[all...]
/third_party/mesa3d/src/freedreno/decode/
H A Dscript.c388 char *decoded; in l_rnn_reg_meta_tostring() local
514 char *decoded; in l_rnn_regval() local
[all...]
H A Dcrashdec.c465 char *decoded = rnndec_decodeval(rnn->vc, info->typeinfo, value); in dump_register() local
/third_party/node/deps/v8/src/strings/
H A Duri.cc77 void AddToBuffer(base::uc16 decoded, String::FlatContent* uri_content, in AddToBuffer() argument
106 base::uc16 decoded = static_cast<base::uc16>(two_digits); in IntoTwoByte() local
156 base::uc16 decoded = static_cast<base::uc16>(two_digits); in IntoOneAndTwoByte() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Dutils.cc99 std::ostringstream decoded; in FileUriDecode() local
/third_party/python/Modules/
H A D_codecsmodule.c164 PyObject *codec_tuple(PyObject *decoded, in codec_tuple() argument
185 PyObject *decoded = PyBytes_DecodeEscape(data->buf, data->len, in _codecs_escape_decode_impl() local
268 PyObject *decoded = PyUnicode_DecodeUTF7Stateful(data->buf, data->len, in _codecs_utf_7_decode_impl() local
288 PyObject *decoded = PyUnicode_DecodeUTF8Stateful(data->buf, data->len, in _codecs_utf_8_decode_impl() local
310 PyObject *decoded in _codecs_utf_16_decode_impl() local
332 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, _codecs_utf_16_le_decode_impl() local
354 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, _codecs_utf_16_be_decode_impl() local
384 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, _codecs_utf_16_ex_decode_impl() local
408 PyObject *decoded = PyUnicode_DecodeUTF32Stateful(data->buf, data->len, _codecs_utf_32_decode_impl() local
430 PyObject *decoded = PyUnicode_DecodeUTF32Stateful(data->buf, data->len, _codecs_utf_32_le_decode_impl() local
452 PyObject *decoded = PyUnicode_DecodeUTF32Stateful(data->buf, data->len, _codecs_utf_32_be_decode_impl() local
480 PyObject *decoded = PyUnicode_DecodeUTF32Stateful(data->buf, data->len, _codecs_utf_32_ex_decode_impl() local
502 PyObject *decoded = _PyUnicode_DecodeUnicodeEscapeStateful(data->buf, data->len, _codecs_unicode_escape_decode_impl() local
522 PyObject *decoded = _PyUnicode_DecodeRawUnicodeEscapeStateful(data->buf, data->len, _codecs_raw_unicode_escape_decode_impl() local
540 PyObject *decoded = PyUnicode_DecodeLatin1(data->buf, data->len, errors); _codecs_latin_1_decode_impl() local
556 PyObject *decoded = PyUnicode_DecodeASCII(data->buf, data->len, errors); _codecs_ascii_decode_impl() local
573 PyObject *decoded; _codecs_charmap_decode_impl() local
598 PyObject *decoded = PyUnicode_DecodeMBCSStateful(data->buf, data->len, _codecs_mbcs_decode_impl() local
617 PyObject *decoded = PyUnicode_DecodeCodePageStateful(CP_OEMCP, _codecs_oem_decode_impl() local
637 PyObject *decoded = PyUnicode_DecodeCodePageStateful(codepage, _codecs_code_page_decode_impl() local
[all...]
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_rkvdec2_link.h87 u32 decoded; member
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_rkvdec2_link.h87 u32 decoded; member
/third_party/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp193 UChar *decoded = NULL; in checkEncoding() local
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding_test.cc409 std::vector<uint16_t> decoded = in TEST() local
444 std::vector<uint16_t> decoded = in TEST() local
569 std::vector<uint16_t> decoded = TEST() local
590 std::vector<uint8_t> decoded; TEST() local
754 std::string decoded; TEST() local
775 std::string decoded; TEST() local
808 std::string decoded; TEST() local
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Ddisassemble.c138 struct bifrost_reg_ctrl decoded = {}; in DecodeRegCtrl() local
[all...]
/third_party/node/deps/v8/src/diagnostics/s390/
H A Ddisasm-s390.cc1031 bool decoded = DecodeSpecial(instr); in InstructionDecode() local
/third_party/python/Modules/_io/
H A Dwinconsoleio.c74 PyObject *decoded; in _PyIO_get_console_type() local
H A Dstringio.c180 PyObject *decoded = NULL; in write_str() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp136 std::string decoded; in ParseFromSchemaString() local
/third_party/curl/lib/
H A Durlapi.c780 char *decoded; in urldecode_host() local
1626 char *decoded; in curl_url_get() local

Completed in 28 milliseconds

123