Home
last modified time | relevance | path

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

/kernel/object/include/object/
A Dbuffer_chain.h68 size_t copy_offset = src_offset; in CopyOut() local
72 const size_t copy_len = fbl::min(rem, iter->size() - copy_offset); in CopyOut()
73 const char* src = iter->data() + copy_offset; in CopyOut()
80 copy_offset = 0; in CopyOut()
188 size_t copy_offset = dst_offset; in CopyInCommon() local
192 const size_t copy_len = fbl::min(rem, iter->size() - copy_offset); in CopyInCommon()
193 char* dst = iter->data() + copy_offset; in CopyInCommon()
200 copy_offset = 0; in CopyInCommon()

Completed in 3 milliseconds