OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__swapstart
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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-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
);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/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 1011 milliseconds