OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__n2
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
unseq_backend_simd.h
786
const _DifferencType
__n2
= __s_last - __s_first;
variable
787
if (__n1 == 0 ||
__n2
== 0)
795
if (__n1 <
__n2
)
800
__s_first,
__n2
,
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
unseq_backend_simd.h
786
const _DifferencType
__n2
= __s_last - __s_first;
variable
787
if (__n1 == 0 ||
__n2
== 0)
795
if (__n1 <
__n2
)
800
__s_first,
__n2
,
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
unicode.h
984
size_t
__n2
= __n + __it.width();
local
985
if (
__n2
> __max)
990
__n =
__n2
;
stl_algo.h
708
const auto
__n2
= std::__size_to_integer(__n);
local
709
if (
__n2
<= 0)
712
__glibcxx_requires_can_increment(__first,
__n2
);
713
__glibcxx_requires_can_increment(__result,
__n2
);
715
return std::__copy_n(__first,
__n2
, __result,
3808
auto
__n2
= std::__size_to_integer(__n);
local
3812
if (
__n2
<= 0)
3814
auto __last = __first +
__n2
;
3820
while (
__n2
-->0)
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_algo.h
753
const auto
__n2
= std::__size_to_integer(__n);
local
754
if (
__n2
<= 0)
757
__glibcxx_requires_can_increment(__first,
__n2
);
758
__glibcxx_requires_can_increment(__result,
__n2
);
760
return std::__copy_n(__first,
__n2
, __result,
3815
auto
__n2
= std::__size_to_integer(__n);
local
3819
if (
__n2
<= 0)
3821
auto __last = __first +
__n2
;
3827
while (
__n2
-->0)
Completed in 38 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026