Searched refs:uintptr_type (Results 1 – 4 of 4) sorted by relevance
28 typedef boost::uintptr_t uintptr_type; typedef30 typedef std::size_t uintptr_type;108 const uintptr_type up_alignment_minus1 = alignment - 1u; in remaining_storage()109 const uintptr_type up_alignment_mask = ~up_alignment_minus1; in remaining_storage()110 const uintptr_type up_addr = uintptr_type(m_current_buffer); in remaining_storage()111 const uintptr_type up_aligned_addr = (up_addr + up_alignment_minus1) & up_alignment_mask; in remaining_storage()
51 typedef boost::uintptr_t uintptr_type; in get_aligned_storage() typedef53 typedef std::size_t uintptr_type; in get_aligned_storage()56 uintptr_type misalignment = ((uintptr_type)p) & (Alignment - 1u); in get_aligned_storage()
145 color_ref(uintptr_type* r_):r(r_){} in color_ref()150 return ordered_index_color(*r&uintptr_type(1)); in operator ordered_index_color()155 *r&=~uintptr_type(1); in operator =()156 *r|=uintptr_type(c); in operator =()166 uintptr_type* r;171 parent_ref(uintptr_type* r_):r(r_){} in parent_ref()176 return (pointer)(void*)(*r&~uintptr_type(1)); in operator pointer()181 *r=((uintptr_type)(void*)p)|(*r&uintptr_type(1)); in operator =()196 uintptr_type* r;202 return ordered_index_color(parentcolor_&uintptr_type(1)); in color()[all …]
68 typedef uintptr_aux::type uintptr_type; typedef