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

/haiku/headers/cpp/
H A Dropeimpl.h86 unsigned char __dirns = 0; // Bit vector marking right turns in the path local
121 __dirns <<= 1;
123 __dirns |= 1;
145 __x._M_path_directions = __dirns;
159 unsigned char __dirns = __x._M_path_directions; local
171 if (!(__dirns & 1) /* Path turned left */)
178 __dirns >>= 1;
193 __dirns |= 1;
206 __dirns <<= 1;
211 __x._M_path_directions = __dirns;
[all...]

Completed in 35 milliseconds