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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
partition.h 228 _DifferenceType __swapstart = -1; local
233 __swapstart = __leftold - (__r + 1) * __chunk_size;
238 _GLIBCXX_PARALLEL_ASSERT(__swapstart != -1);
244 __begin + __swapstart);
251 _DifferenceType __swapstart = -1; local
256 __swapstart = __rightold + __r * __chunk_size + 1;
261 _GLIBCXX_PARALLEL_ASSERT(__swapstart != -1);
266 + __chunk_size, __begin + __swapstart);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
partition.h 228 _DifferenceType __swapstart = -1; local
233 __swapstart = __leftold - (__r + 1) * __chunk_size;
238 _GLIBCXX_PARALLEL_ASSERT(__swapstart != -1);
244 __begin + __swapstart);
251 _DifferenceType __swapstart = -1; local
256 __swapstart = __rightold + __r * __chunk_size + 1;
261 _GLIBCXX_PARALLEL_ASSERT(__swapstart != -1);
266 + __chunk_size, __begin + __swapstart);

Completed in 6669 milliseconds