Searched defs:__swapstart (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
H A Dpartition.h228 _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-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
H A Dpartition.h228 _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/mingw/include/c++/4.8.3/parallel/
H A Dpartition.h228 _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/
H A Dpartition.h228 _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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dpartition.h228 _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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dpartition.h228 _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/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dpartition.h228 _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/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dpartition.h228 _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 108 milliseconds