| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| ranges_algobase.h | 103 auto __d1 = ranges::distance(__first1, __last1); local 105 if (__d1 != __d2)
|
| ranges_uninitialized.h | 275 auto __d1 = __ilast - __ifirst; local 277 return ranges::copy_n(std::move(__ifirst), std::min(__d1, __d2), 362 auto __d1 = __ilast - __ifirst; local 366 std::min(__d1, __d2), __ofirst);
|
| stl_algobase.h | 1605 auto __d1 = std::distance(__first1, __last1); local 1607 if (__d1 != __d2) 1632 auto __d1 = std::distance(__first1, __last1); local 1634 if (__d1 != __d2)
|
| ranges_algo.h | 565 auto __d1 = ranges::distance(__first1, __last1); local 567 if (__d1 != __d2) 587 auto __d1 = ranges::distance(__first1, __last1); local 589 if (__d1 == 0 && __d2 == 0) 591 if (__d1 != __d2) 3345 const auto __d1 = __last1 - __first1; local 3348 if (const auto __len = std::min(__d1, __d2)) 3367 return __d1 < __d2;
|
| stl_algo.h | 3509 auto __d1 = std::distance(__first1, __last1); local 3511 if (__d1 != __d2) 3529 auto __d1 = std::distance(__first1, __last1); local 3531 if (__d1 == 0 && __d2 == 0) 3533 if (__d1 != __d2)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm_neon.h | 16923 poly64_t __d1 = vld1_p64 (__ptmp + 1); local 16924 return vreinterpretq_p128_p64 (vcombine_p64 (__d1, __d0)); 16937 poly64_t __d1 = vget_low_p64 (__tmp); local 16938 vst1q_p64 ((poly64_t*) __ptr, vcombine_p64 (__d0, __d1));
|