HomeSort by relevance Sort by last modified time
    Searched full:__dirns (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h 121 unsigned char __dirns = 0; // Bit vector marking right turns in the path local
158 __dirns <<= 1;
161 __dirns |= 1;
182 __x._M_path_directions = __dirns;
197 unsigned char __dirns = __x._M_path_directions; local
209 if (!(__dirns & 1) /* Path turned left */)
216 __dirns >>= 1;
232 __dirns |= 1;
246 __dirns <<= 1;
251 __x._M_path_directions = __dirns;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
ropeimpl.h 121 unsigned char __dirns = 0; // Bit vector marking right turns in the path local
158 __dirns <<= 1;
161 __dirns |= 1;
182 __x._M_path_directions = __dirns;
197 unsigned char __dirns = __x._M_path_directions; local
209 if (!(__dirns & 1) /* Path turned left */)
216 __dirns >>= 1;
232 __dirns |= 1;
246 __dirns <<= 1;
251 __x._M_path_directions = __dirns;
    [all...]

Completed in 214 milliseconds