Home
last modified time | relevance | path

Searched defs:src_bytes (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/rust/compiler/rustc_span/src/
Danalyze_source_file.rs86 let src_bytes = src.as_bytes(); localVariable
217 let src_bytes = src.as_bytes(); in analyze_source_file_generic() localVariable
/third_party/pcre2/pcre2/src/
Dpcre2_serialize.c170 const uint8_t *src_bytes; in pcre2_serialize_decode() local
/third_party/vk-gl-cts/external/amber/src/src/
Dshader_compiler_test.cc276 std::vector<uint32_t> src_bytes = {1, 2, 3, 4, 5}; in TEST_F() local
329 std::vector<uint32_t> src_bytes = {1, 2, 3, 4, 5}; in TEST_F() local
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Dcast.rs144 let src_bytes = src.layout.size.bytes(); in cast() localVariable
Dmemory.rs1139 …let src_bytes = src_alloc.get_bytes_unchecked(src_range).as_ptr(); // raw ptr, so we can also get … in mem_copy_repeatedly() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_column.cc325 vector<uint8_t> ShardColumn::CompressInt(const vector<uint8_t> &src_bytes, const IntegerType &int_t… in CompressInt()
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dbase_tensor.h1012 auto src_bytes = src->nbytes(); in CopyTensorData() local
/third_party/ntfs-3g/ntfsprogs/
Dntfsclone.c2550 static void check_dest_free_space(u64 src_bytes)