OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__swapstart
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/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
);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/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 23 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026