Home
last modified time | relevance | path

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

/external/pigweed/pw_minimal_cpp_stdlib/
Disolated_test.cc115 auto copy_end = std::copy(foo.begin(), foo.end(), bar.begin() + kCopyOffset); in TEST() local
117 EXPECT_EQ(copy_end, bar.begin() + foo.size() + kCopyOffset); in TEST()
122 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
/external/libbpf/src/
Dlibbpf.c5799 void *copy_start = NULL, *copy_end = NULL; in adjust_prog_btf_ext_info() local
5823 copy_end = rec + ext_info->rec_size; in adjust_prog_btf_ext_info()
5833 new_sz = old_sz + (copy_end - copy_start); in adjust_prog_btf_ext_info()
5839 memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start); in adjust_prog_btf_ext_info()