Searched refs:byte_offset (Results 1 – 2 of 2) sorted by relevance
147 uintptr_t byte_offset = (bit_offset >> kBitsPerByteLog2); in ComputeBitPointer() local148 return ComputeInternalPointer<uint8_t>(byte_offset); in ComputeBitPointer()
610 size_t byte_offset = reinterpret_cast<const uint8_t*>(addr) - base_; in ToPageMapIndex() local611 DCHECK_EQ(ModuloPageSize(byte_offset), static_cast<size_t>(0)); in ToPageMapIndex()612 return DivideByPageSize(byte_offset); in ToPageMapIndex()