Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/
Dropeimpl.h125 unsigned char __dirns = 0; // Bit vector marking right turns in the path in _S_setcache() local
158 __dirns <<= 1; in _S_setcache()
160 __dirns |= 1; in _S_setcache()
182 __x._M_path_directions = __dirns; in _S_setcache()
196 unsigned char __dirns = __x._M_path_directions; in _S_setcache_for_incr() local
206 if (!(__dirns & 1) /* Path turned left */) in _S_setcache_for_incr()
213 __dirns >>= 1; in _S_setcache_for_incr()
228 __dirns |= 1; in _S_setcache_for_incr()
241 __dirns <<= 1; in _S_setcache_for_incr()
246 __x._M_path_directions = __dirns; in _S_setcache_for_incr()
/openbsd/src/gnu/gcc/libstdc++-v3/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()