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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 389 uptr chunk_idx = GetChunkIdx((uptr)p, size);
391 uptr beg = chunk_idx * size;
410 uptr chunk_idx = GetChunkIdx(reinterpret_cast<uptr>(p), size); local
413 (1 + chunk_idx) * kMetadataSize);
1251 uptr chunk_idx; member in struct:__sanitizer::LargeMmapAllocator::Header
    [all...]
  /external/avb/
avbtool 911 chunk_idx = bisect.bisect_right(self._chunk_output_offsets,
916 chunk = self._chunks[chunk_idx]
933 chunk_idx += 1
935 if chunk_idx >= len(self._chunks):
    [all...]

Completed in 267 milliseconds