HomeSort by relevance Sort by last modified time
    Searched defs:__starts (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
multiway_mergesort.h 416 _DifferenceType* __starts; local
446 __starts = __sd._M_starts = new _DifferenceType[__num_threads + 1];
453 __starts[__i] = __pos;
457 __starts[__num_threads] = __pos;
464 delete[] __starts;
random_shuffle.h 340 _DifferenceType* __starts; local
359 __starts = __sd._M_starts = new _DifferenceType[__num_threads + 1];
371 __starts[__i] = __start;
387 __starts[__num_threads] = __start;
393 delete[] __starts;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
multiway_mergesort.h 416 _DifferenceType* __starts; local
446 __starts = __sd._M_starts = new _DifferenceType[__num_threads + 1];
453 __starts[__i] = __pos;
457 __starts[__num_threads] = __pos;
464 delete[] __starts;
random_shuffle.h 340 _DifferenceType* __starts; local
359 __starts = __sd._M_starts = new _DifferenceType[__num_threads + 1];
371 __starts[__i] = __start;
387 __starts[__num_threads] = __start;
393 delete[] __starts;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
multiway_mergesort.h 416 _DifferenceType* __starts; local
446 __starts = __sd._M_starts = new _DifferenceType[__num_threads + 1];
453 __starts[__i] = __pos;
457 __starts[__num_threads] = __pos;
464 delete[] __starts;
random_shuffle.h 340 _DifferenceType* __starts; local
359 __starts = __sd._M_starts = new _DifferenceType[__num_threads + 1];
371 __starts[__i] = __start;
387 __starts[__num_threads] = __start;
393 delete[] __starts;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
multiway_mergesort.h 416 _DifferenceType* __starts; local
446 __starts = __sd._M_starts = new _DifferenceType[__num_threads + 1];
453 __starts[__i] = __pos;
457 __starts[__num_threads] = __pos;
464 delete[] __starts;
random_shuffle.h 340 _DifferenceType* __starts; local
359 __starts = __sd._M_starts = new _DifferenceType[__num_threads + 1];
371 __starts[__i] = __start;
387 __starts[__num_threads] = __start;
393 delete[] __starts;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
multiway_mergesort.h 416 _DifferenceType* __starts; local
446 __starts = __sd._M_starts = new _DifferenceType[__num_threads + 1];
453 __starts[__i] = __pos;
457 __starts[__num_threads] = __pos;
464 delete[] __starts;
random_shuffle.h 340 _DifferenceType* __starts; local
359 __starts = __sd._M_starts = new _DifferenceType[__num_threads + 1];
371 __starts[__i] = __start;
387 __starts[__num_threads] = __start;
393 delete[] __starts;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
multiway_mergesort.h 416 _DifferenceType* __starts; local
446 __starts = __sd._M_starts = new _DifferenceType[__num_threads + 1];
453 __starts[__i] = __pos;
457 __starts[__num_threads] = __pos;
464 delete[] __starts;
random_shuffle.h 340 _DifferenceType* __starts; local
359 __starts = __sd._M_starts = new _DifferenceType[__num_threads + 1];
371 __starts[__i] = __start;
387 __starts[__num_threads] = __start;
393 delete[] __starts;

Completed in 933 milliseconds