Searched refs:byte_offset (Results 1 – 2 of 2) sorted by relevance
176 uintptr_t byte_offset = (bit_offset >> kBitsPerByteLog2); in ComputeBitPointer() local177 return ComputeInternalPointer<uint8_t>(byte_offset); in ComputeBitPointer()
378 size_t byte_offset = reinterpret_cast<const uint8_t*>(addr) - base_; in ToPageMapIndex() local379 DCHECK_EQ(byte_offset % static_cast<size_t>(kPageSize), static_cast<size_t>(0)); in ToPageMapIndex()380 return byte_offset / kPageSize; in ToPageMapIndex()