HomeSort by relevance Sort by last modified time
    Searched refs:__mm (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/parallel/
algobase.h 213 _SpotType __mm = __mismatch_switch(__begin1, __end1, __begin2, local
218 return (__mm.first == __end1)
219 || bool(__pred(*__mm.first, *__mm.second));
224 _SpotType __mm = __mismatch_switch(__begin2, __end2, __begin1, local
229 return (__mm.first != __end2)
230 && bool(__pred(*__mm.second, *__mm.first));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algobase.h 213 _SpotType __mm = __mismatch_switch(__begin1, __end1, __begin2, local
218 return (__mm.first == __end1)
219 || bool(__pred(*__mm.first, *__mm.second));
224 _SpotType __mm = __mismatch_switch(__begin2, __end2, __begin1, local
229 return (__mm.first != __end2)
230 && bool(__pred(*__mm.second, *__mm.first));

Completed in 72 milliseconds