HomeSort by relevance Sort by last modified time
    Searched refs:_Piece (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
balanced_quicksort.h 69 typedef std::pair<_RAIter, _RAIter> _Piece;
72 _Piece _M_initial;
75 _RestrictedBoundedConcurrentQueue<_Piece> _M_leftover_parts;
84 _Piece _M_global;
254 typedef std::pair<_RAIter, _RAIter> _Piece;
267 _Piece __current = __tl._M_initial;
438 typedef std::pair<_RAIter, _RAIter> _Piece;
480 _Piece __dummy;
multiway_mergesort.h 46 struct _Piece
86 std::vector<_Piece<_DifferenceType> >* _M_pieces;
443 = new std::vector<_Piece<_DifferenceType> >[__num_threads];

Completed in 44 milliseconds