Searched refs:up_alignment_mask (Results 1 – 1 of 1) sorted by relevance
109 const uintptr_type up_alignment_mask = ~up_alignment_minus1; in remaining_storage() local111 const uintptr_type up_aligned_addr = (up_addr + up_alignment_minus1) & up_alignment_mask; in remaining_storage()