Home | History | Annotate | Download | only in bits

Lines Matching refs:__len2

909 	  const size_t __len2 = __last2 - __first2;
911 std::min(__len1, __len2));
912 return __result != 0 ? __result < 0 : __len1 < __len2;