Home
last modified time | relevance | path

Searched refs:copy_end (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_minimal_cpp_stdlib/
Disolated_test.cc114 auto copy_end = std::copy(foo.begin(), foo.end(), bar.begin() + kCopyOffset); in TEST() local
116 EXPECT_EQ(copy_end, bar.begin() + foo.size() + kCopyOffset); in TEST()
121 for (auto it = bar.begin() + kCopyOffset; it != copy_end; ++it) { in TEST()
/external/webrtc/modules/video_coding/
Dh264_sps_pps_tracker.cc191 size_t copy_end = nalu_ptr - bitstream.data() + segment_length; in CopyAndFixBitstream() local
192 if (copy_end > bitstream.size()) { in CopyAndFixBitstream()
/external/lzma/Asm/x86/
DLzmaDecOpt.asm991 jz copy_end
999 copy_end: label