Searched refs:up_alignment_minus1 (Results 1 – 1 of 1) sorted by relevance
108 const uintptr_type up_alignment_minus1 = alignment - 1u; in remaining_storage() local109 const uintptr_type up_alignment_mask = ~up_alignment_minus1; in remaining_storage()111 const uintptr_type up_aligned_addr = (up_addr + up_alignment_minus1) & up_alignment_mask; in remaining_storage()