Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_rope.c143 unsigned char __dirns = 0; // Bit vector marking right turns in the path in _S_setcache() local
177 __dirns <<= 1; in _S_setcache()
179 __dirns |= 1; in _S_setcache()
201 __x._M_path_directions = __dirns; in _S_setcache()
214 unsigned char __dirns = __x._M_path_directions; in _S_setcache_for_incr() local
226 if (!(__dirns & 1) /* Path turned left */) in _S_setcache_for_incr()
233 __dirns >>= 1; in _S_setcache_for_incr()
248 __dirns |= 1; in _S_setcache_for_incr()
260 __dirns <<= 1; in _S_setcache_for_incr()
265 __x._M_path_directions = __dirns; in _S_setcache_for_incr()