Searched refs:__dirns (Results 1 – 2 of 2) sorted by relevance
116 unsigned char __dirns = 0; // Bit vector marking right turns in the path in _GLIBCXX_VISIBILITY() local153 __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() local205 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()