Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.cpp58 lldb::addr_t align_down_amount = new_start % granule; in ExpandToGranule() local
59 new_start -= align_down_amount; in ExpandToGranule()
62 size_t new_len = range.GetByteSize() + align_down_amount; in ExpandToGranule()