HomeSort by: relevance | last modified time | path
    Searched defs:__offset (Results 1 - 17 of 17) sorted by relevancy

  /src/include/
nl_types.h 71 int32_t __offset; member in struct:_nls_msg_hdr
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_fixed_size.h 240 constexpr inline size_t __offset = 0; variable
243 constexpr inline size_t __offset<_WithOffset<_Offset, _Tp>> variable
247 constexpr inline size_t __offset<const _Tp> = __offset<_Tp>; variable
250 constexpr inline size_t __offset<_Tp&> = __offset<_Tp>; variable
253 constexpr inline size_t __offset<_Tp&&> = __offset<_Tp>; variable
442 constexpr size_t __off = __offset<_Up>;
510 __dst.template _M_assign_front<__offset<decltype(__dst)>>
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
multiway_mergesort.h 351 _DifferenceType __offset = 0, __length_am = 0; local
356 __offset += __sd->_M_pieces[__iam][__s]._M_begin;
376 __sd->_M_source + __offset, __comp,
set_operations.h 396 _IIter __offset[2]; local
400 __rank, __offset, __op._M_comp);
404 // *(__offset[ 0 ] - 1) == *__offset[ 1 ]
405 if (__offset[ 0 ] != __begin1 && __offset[1] != __end2
406 && !__op._M_comp(*(__offset[0] - 1), *__offset[1])
407 && !__op._M_comp(*__offset[1], *(__offset[0] - 1))
    [all...]
random_shuffle.h 176 _SequenceIndex __offset = 0, __global_offset = 0; local
185 __sd->_M_dist[__s + 1][__t] += __offset;
186 __offset = __sd->_M_dist[__s + 1][__d->_M_num_threads];
190 (::operator new(sizeof(_ValueType) * __offset));
239 for (_SequenceIndex __i = 0; __i < __offset; ++__i)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_fixed_size.h 240 constexpr inline size_t __offset = 0; variable
243 constexpr inline size_t __offset<_WithOffset<_Offset, _Tp>> variable
247 constexpr inline size_t __offset<const _Tp> = __offset<_Tp>; variable
250 constexpr inline size_t __offset<_Tp&> = __offset<_Tp>; variable
253 constexpr inline size_t __offset<_Tp&&> = __offset<_Tp>; variable
442 constexpr size_t __off = __offset<_Up>;
510 __dst.template _M_assign_front<__offset<decltype(__dst)>>
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
multiway_mergesort.h 351 _DifferenceType __offset = 0, __length_am = 0; local
356 __offset += __sd->_M_pieces[__iam][__s]._M_begin;
376 __sd->_M_source + __offset, __comp,
set_operations.h 396 _IIter __offset[2]; local
400 __rank, __offset, __op._M_comp);
404 // *(__offset[ 0 ] - 1) == *__offset[ 1 ]
405 if (__offset[ 0 ] != __begin1 && __offset[1] != __end2
406 && !__op._M_comp(*(__offset[0] - 1), *__offset[1])
407 && !__op._M_comp(*__offset[1], *(__offset[0] - 1))
    [all...]
random_shuffle.h 176 _SequenceIndex __offset = 0, __global_offset = 0; local
185 __sd->_M_dist[__s + 1][__t] += __offset;
186 __offset = __sd->_M_dist[__s + 1][__d->_M_num_threads];
190 (::operator new(sizeof(_ValueType) * __offset));
239 for (_SequenceIndex __i = 0; __i < __offset; ++__i)
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
cxxabi.h 400 __offset() const function in class:__cxxabiv1::__base_class_type_info
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
cxxabi.h 400 __offset() const function in class:__cxxabiv1::__base_class_type_info
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_deque.h 232 const difference_type __offset = __n + (_M_cur - _M_first); local
233 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
238 __offset > 0 ? __offset / difference_type(_S_buffer_size())
239 : -difference_type((-__offset - 1)
242 _M_cur = _M_first + (__offset - __node_offset
1677 auto __offset = __p - cbegin(); local
1680 return begin() + __offset;
1696 difference_type __offset = __position - cbegin() local
1733 difference_type __offset = __position - cbegin(); local
    [all...]
stl_vector.h 1428 auto __offset = __position - cbegin(); local
1429 _M_range_insert(begin() + __offset, __l.begin(), __l.end(),
1431 return begin() + __offset;
1454 difference_type __offset = __position - cbegin(); local
1455 _M_fill_insert(begin() + __offset, __n, __x);
1456 return begin() + __offset;
1500 difference_type __offset = __position - cbegin(); local
1501 _M_range_insert(begin() + __offset, __first, __last,
1503 return begin() + __offset;
stl_bvector.h 1218 difference_type __offset = __position - cbegin(); local
1222 return begin() + __offset;
1241 difference_type __offset = __position - cbegin(); local
1243 return begin() + __offset;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_deque.h 232 const difference_type __offset = __n + (_M_cur - _M_first); local
233 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
238 __offset > 0 ? __offset / difference_type(_S_buffer_size())
239 : -difference_type((-__offset - 1)
242 _M_cur = _M_first + (__offset - __node_offset
1677 auto __offset = __p - cbegin(); local
1680 return begin() + __offset;
1696 difference_type __offset = __position - cbegin() local
1733 difference_type __offset = __position - cbegin(); local
    [all...]
stl_vector.h 1413 auto __offset = __position - cbegin(); local
1414 _M_range_insert(begin() + __offset, __l.begin(), __l.end(),
1416 return begin() + __offset;
1439 difference_type __offset = __position - cbegin(); local
1440 _M_fill_insert(begin() + __offset, __n, __x);
1441 return begin() + __offset;
1485 difference_type __offset = __position - cbegin(); local
1486 _M_insert_dispatch(begin() + __offset,
1488 return begin() + __offset;
stl_bvector.h 1172 difference_type __offset = __position - cbegin(); local
1176 return begin() + __offset;
1195 difference_type __offset = __position - cbegin(); local
1197 return begin() + __offset;

Completed in 31 milliseconds