Home
last modified time | relevance | path

Searched refs:__dirns (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dropeimpl.h116 unsigned char __dirns = 0; // Bit vector marking right turns in the path in _GLIBCXX_VISIBILITY() local
153 __dirns <<= 1; in _GLIBCXX_VISIBILITY()
156 __dirns |= 1; in _GLIBCXX_VISIBILITY()
177 __x._M_path_directions = __dirns; in _GLIBCXX_VISIBILITY()
193 unsigned char __dirns = __x._M_path_directions; in _GLIBCXX_VISIBILITY() local
205 if (!(__dirns & 1) /* Path turned left */) in _GLIBCXX_VISIBILITY()
212 __dirns >>= 1; in _GLIBCXX_VISIBILITY()
228 __dirns |= 1; in _GLIBCXX_VISIBILITY()
242 __dirns <<= 1; in _GLIBCXX_VISIBILITY()
247 __x._M_path_directions = __dirns; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dropeimpl.h116 unsigned char __dirns = 0; // Bit vector marking right turns in the path in _GLIBCXX_VISIBILITY() local
153 __dirns <<= 1; in _GLIBCXX_VISIBILITY()
156 __dirns |= 1; in _GLIBCXX_VISIBILITY()
177 __x._M_path_directions = __dirns; in _GLIBCXX_VISIBILITY()
193 unsigned char __dirns = __x._M_path_directions; in _GLIBCXX_VISIBILITY() local
205 if (!(__dirns & 1) /* Path turned left */) in _GLIBCXX_VISIBILITY()
212 __dirns >>= 1; in _GLIBCXX_VISIBILITY()
228 __dirns |= 1; in _GLIBCXX_VISIBILITY()
242 __dirns <<= 1; in _GLIBCXX_VISIBILITY()
247 __x._M_path_directions = __dirns; in _GLIBCXX_VISIBILITY()