/third_party/mesa3d/src/freedreno/isa/ |
H A D | encode.c | 342 const bitmask_t encoded = encode__instruction(&s, NULL, instr); in isa_assemble() local
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | cbor_test.cc | 121 std::vector<uint8_t> encoded; in TEST() local 139 std::vector<uint8_t> encoded; in TEST() local 155 std::vector<uint8_t> encoded; TEST() local 175 std::vector<uint8_t> encoded; TEST() local 176 EncodeInt32(std::numeric_limits<int32_t>::max(), &encoded); TEST() local 196 std::vector<uint8_t> encoded; TEST() local 197 EncodeInt32(std::numeric_limits<int32_t>::min(), &encoded); TEST() local 222 std::vector<uint8_t> encoded; TEST() local 272 std::vector<uint8_t> encoded; TEST() local 299 std::vector<uint8_t> encoded; TEST() local 315 std::vector<uint8_t> encoded; TEST() local 316 EncodeString16(span<uint16_t>(), &encoded); TEST() local 350 std::vector<uint8_t> encoded; TEST() local 351 EncodeString16(span<uint16_t>(msg.data(), msg.size()), &encoded); TEST() local 385 std::vector<uint8_t> encoded; TEST() local 386 EncodeString16(span<uint16_t>(two_fifty.data(), two_fifty.size()), &encoded); TEST() local 436 std::vector<uint8_t> encoded; TEST() local 437 EncodeString8(SpanFrom(utf8_msg), &encoded); TEST() local 489 std::vector<uint8_t> encoded; TEST() local 490 EncodeFromLatin1(SpanFrom(latin1), &encoded); TEST() local 502 std::vector<uint8_t> encoded; TEST() local 503 EncodeFromUTF16(span<uint16_t>(ascii.data(), ascii.size()), &encoded); TEST() local 519 std::vector<uint8_t> encoded; TEST() local 520 EncodeFromUTF16(span<uint16_t>(msg.data(), msg.size()), &encoded); TEST() local 536 std::vector<uint8_t> encoded; TEST() local 537 EncodeBinary(span<uint8_t>(binary.data(), binary.size()), &encoded); TEST() local 583 std::vector<uint8_t> encoded; TEST() local 611 std::vector<uint8_t> encoded; TEST() local 697 std::vector<uint8_t> encoded; TEST() local 723 std::vector<uint8_t> encoded; TEST() local 784 std::vector<uint8_t> encoded; TEST() local 806 std::vector<uint8_t> encoded; TEST() local 1284 std::vector<uint8_t> encoded = { TYPED_TEST() local [all...] |
H A D | protocol_core_test.cc | 103 std::vector<uint8_t> encoded; in TEST() local [all...] |
H A D | cbor.cc | 155 WriteTokenStart(MajorType type, uint64_t value, std::vector<uint8_t>* encoded) WriteTokenStart() argument 180 encoded); WriteTokenStart() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | erarules.cpp | 81 static int32_t compareEncodedDateWithYMD(int encoded, int year, int month, int day) { in compareEncodedDateWithYMD() argument [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | source-position-table.cc | 63 unsigned_type encoded = static_cast<unsigned_type>(value); in EncodeInt() local 127 CheckTableEquals(const ZoneVector<PositionTableEntry>& raw_entries, SourcePositionTableIterator* encoded) CheckTableEquals() argument [all...] |
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap-object-header.h | 131 static constexpr size_t DecodeSize(uint16_t encoded) { in DecodeSize() argument 216 const uint16_t encoded = in GetGCInfoIndex() local 258 const uint16_t encoded = in IsInConstruction() local 270 const uint16_t encoded in IsMarked() local [all...] |
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_rogue_pds_encode.h | 71 uint32_t encoded = 0; in pvr_pds_inst_encode_stflp64() local 123 uint32_t encoded = 0; pvr_pds_inst_encode_stflp32() local 155 uint32_t encoded = 0; pvr_pds_inst_encode_stm() local 205 uint32_t encoded = 0; pvr_rogue_inst_encode_mad() local 233 uint32_t encoded = 0; pvr_pds_inst_encode_add64() local 259 uint32_t encoded = 0; pvr_pds_inst_encode_add32() local 283 uint32_t encoded = 0; pvr_pds_inst_encode_cmp() local 307 uint32_t encoded = 0; pvr_pds_inst_encode_cmpi() local 331 uint32_t encoded = 0; pvr_pds_inst_encode_bra() local 350 uint32_t encoded = 0; pvr_pds_inst_encode_ld() local 365 uint32_t encoded = 0; pvr_pds_inst_encode_st() local 380 uint32_t encoded = 0; pvr_pds_inst_encode_wdf() local 397 uint32_t encoded = 0; pvr_pds_inst_encode_limm() local 417 uint32_t encoded = 0; pvr_pds_inst_encode_lock() local 432 uint32_t encoded = 0; pvr_pds_inst_encode_release() local 447 uint32_t encoded = 0; pvr_pds_inst_encode_halt() local 463 uint32_t encoded = 0; pvr_pds_inst_encode_stmc() local 494 uint32_t encoded = 0; pvr_pds_inst_encode_ddmad() local 520 uint32_t encoded = 0; pvr_pds_inst_encode_dout() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_sign.c | 279 const unsigned char *encoded = NULL; in RSA_sign() local 337 unsigned char *decrypt_buf = NULL, *encoded = NULL; in ossl_rsa_verify() local [all...] |
/third_party/openssl/crypto/rsa/ |
H A D | rsa_sign.c | 279 const unsigned char *encoded = NULL; in RSA_sign() local 337 unsigned char *decrypt_buf = NULL, *encoded = NULL; in ossl_rsa_verify() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | erarules.cpp | 81 static int32_t compareEncodedDateWithYMD(int encoded, int year, int month, int day) { in compareEncodedDateWithYMD() argument [all...] |
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | bt-codec-msbc.c | 153 ssize_t encoded; in encode_buffer() local
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | strutil_unittest.cc | 497 &encoded); in TEST() local [all...] |
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | datapiece.cc | 372 std::string encoded; in DecodeBase64() local 386 std::string encoded; in DecodeBase64() local 388 dest->length(), &encoded, false); in DecodeBase64() local
|
/third_party/skia/gm/ |
H A D | readpixels.cpp | 50 sk_sp<SkData> encoded = GetResourceAsData("images/randPixels.png"); in make_codec_image() local
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | encrypt.rs | 501 let mut encoded = vec![0u8; buffer_len]; in rsa_encrypt_decrypt() variables 530 let mut encoded = vec![0u8; buffer_len]; rsa_encrypt_decrypt_with_sha256() variables 558 let mut encoded = vec![0u8; buffer_len]; rsa_encrypt_decrypt_oaep_label() variables [all...] |
/third_party/skia/bench/ |
H A D | PDFBench.cpp | 135 sk_sp<SkData> encoded = img->refEncodedData(); variable 136 SkASSERT(encoded); variable
|
/third_party/ffmpeg/libavcodec/ |
H A D | lcldec.c | 172 unsigned char *encoded = avpkt->data, *outptr; in decode_frame() local [all...] |
/third_party/libcoap/src/ |
H A D | coap_ws.c | 56 coap_base64_encode_buffer(const uint8_t *string, size_t len, char *encoded, in coap_base64_encode_buffer() argument
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | JsonFormatterTest.cs | 295 public void SimpleNonAscii(string text, string encoded) in SimpleNonAscii() argument
|
/third_party/python/Modules/ |
H A D | _testinternalcapi.c | 387 wchar_t *encoded = PyUnicode_AsWideCharString(filename, &size); in normalize_path() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config_file.c | 299 unsigned char *encoded = NULL, *nencoded; in wpa_config_read_blob() local 1084 unsigned char *encoded; wpa_config_write_blob() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config_file.c | 253 char *encoded = NULL, *nencoded; in wpa_config_read_blob() local 1098 char *encoded; wpa_config_write_blob() local [all...] |
/third_party/curl/lib/ |
H A D | mqtt.c | 156 unsigned char encoded; in mqtt_encode_len() local 574 unsigned char encoded = 128; in mqtt_decode_len() local
|
/third_party/node/src/crypto/ |
H A D | crypto_ec.cc | 878 Local<Value> encoded; in ExportJWKEdKey() local
|