OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__dirns
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
ropeimpl.h
116
unsigned char
__dirns
= 0; // Bit vector marking right turns in the path
local
153
__dirns
<<= 1;
156
__dirns
|= 1;
177
__x._M_path_directions =
__dirns
;
193
unsigned char
__dirns
= __x._M_path_directions;
local
205
if (!(
__dirns
& 1) /* Path turned left */)
212
__dirns
>>= 1;
228
__dirns
|= 1;
242
__dirns
<<= 1;
247
__x._M_path_directions =
__dirns
;
[
all
...]
ropeimpl.h
116
unsigned char
__dirns
= 0; // Bit vector marking right turns in the path
local
153
__dirns
<<= 1;
156
__dirns
|= 1;
177
__x._M_path_directions =
__dirns
;
193
unsigned char
__dirns
= __x._M_path_directions;
local
205
if (!(
__dirns
& 1) /* Path turned left */)
212
__dirns
>>= 1;
228
__dirns
|= 1;
242
__dirns
<<= 1;
247
__x._M_path_directions =
__dirns
;
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
ropeimpl.h
116
unsigned char
__dirns
= 0; // Bit vector marking right turns in the path
local
153
__dirns
<<= 1;
156
__dirns
|= 1;
177
__x._M_path_directions =
__dirns
;
193
unsigned char
__dirns
= __x._M_path_directions;
local
205
if (!(
__dirns
& 1) /* Path turned left */)
212
__dirns
>>= 1;
228
__dirns
|= 1;
242
__dirns
<<= 1;
247
__x._M_path_directions =
__dirns
;
[
all
...]
ropeimpl.h
116
unsigned char
__dirns
= 0; // Bit vector marking right turns in the path
local
153
__dirns
<<= 1;
156
__dirns
|= 1;
177
__x._M_path_directions =
__dirns
;
193
unsigned char
__dirns
= __x._M_path_directions;
local
205
if (!(
__dirns
& 1) /* Path turned left */)
212
__dirns
>>= 1;
228
__dirns
|= 1;
242
__dirns
<<= 1;
247
__x._M_path_directions =
__dirns
;
[
all
...]
Completed in 109 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026