Searched refs:_CASable (Results 1 – 3 of 3) sorted by relevance
63 _GLIBCXX_VOLATILE _CASable _M_borders;85 _CASable __former_borders = _M_borders; in push_front()108 _CASable __former_borders = __encode2(__former_front, in pop_front()110 _CASable __new_borders = __encode2(__former_front - 1, in pop_front()135 _CASable __former_borders = __encode2(__former_front, in pop_back()137 _CASable __new_borders = __encode2(__former_front, in pop_back()
127 typedef int64_t _CASable; typedef130 static const int _CASable_bits = std::numeric_limits<_CASable>::digits;133 static const _CASable _CASable_mask =134 ((_CASable(1) << (_CASable_bits / 2)) - 1);
118 inline _CASable121 return (((_CASable)__a) << (_CASable_bits / 2)) | (((_CASable)__b) << 0); in __encode2()133 __decode2(_CASable __x, int& __a, int& __b) in __decode2()