Searched refs:two_granules (Results 1 – 1 of 1) sorted by relevance
259 const size_t two_granules = granule * 2; in UnpackTagsFromCoreFileSegment() local264 if (aligned_addr % two_granules) { in UnpackTagsFromCoreFileSegment()265 assert(aligned_addr % two_granules == granule); in UnpackTagsFromCoreFileSegment()272 if (aligned_len % two_granules) { in UnpackTagsFromCoreFileSegment()273 assert(aligned_len % two_granules == granule); in UnpackTagsFromCoreFileSegment()