Searched defs:__dirns (Results 1 - 1 of 1) sorted by relevance

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

Completed in 27 milliseconds