HomeSort by relevance Sort by last modified time
    Searched refs:dst_remaining (Results 1 - 3 of 3) sorted by null

  /system/extras/simpleperf/
utils.cpp 221 size_t dst_remaining = dst.size() - dst_offset; local
222 int res = XzUnpacker_Code(&state, reinterpret_cast<Byte*>(&dst[dst_offset]), &dst_remaining,
231 dst_offset += dst_remaining;
  /system/core/libunwindstack/
ElfInterface.cpp 103 size_t dst_remaining = dst->Size() - dst_offset; local
104 if (dst_remaining < 2 * gnu_debugdata_size_) {
106 dst_remaining += 2 * gnu_debugdata_size_;
108 return_val = XzUnpacker_Code(&state, dst->GetPtr(dst_offset), &dst_remaining, &src[src_offset],
111 dst_offset += dst_remaining;
  /external/libunwind/src/
elfxx.c 468 size_t dst_remaining; local
488 dst_remaining = *dst_size - dst_offset;
490 *dst + dst_offset, &dst_remaining,
500 dst_offset += dst_remaining;

Completed in 272 milliseconds