Home
last modified time | relevance | path

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

/trueos/contrib/libstdc++/include/ext/
Dropeimpl.h125 unsigned char __dirns = 0; // Bit vector marking right turns in the path in _S_setcache() local
162 __dirns <<= 1; in _S_setcache()
165 __dirns |= 1; in _S_setcache()
186 __x._M_path_directions = __dirns; in _S_setcache()
201 unsigned char __dirns = __x._M_path_directions; in _S_setcache_for_incr() local
213 if (!(__dirns & 1) /* Path turned left */) in _S_setcache_for_incr()
220 __dirns >>= 1; in _S_setcache_for_incr()
236 __dirns |= 1; in _S_setcache_for_incr()
250 __dirns <<= 1; in _S_setcache_for_incr()
255 __x._M_path_directions = __dirns; in _S_setcache_for_incr()