41 references to IsAddressLessThan
System.Linq (4)
System\Linq\MaxMin.cs (3)
59
while (Unsafe.
IsAddressLessThan
(ref current, ref lastVectorStart))
83
while (Unsafe.
IsAddressLessThan
(ref current, ref lastVectorStart))
107
while (Unsafe.
IsAddressLessThan
(ref current, ref lastVectorStart))
System\Linq\Range.cs (1)
105
while (Unsafe.
IsAddressLessThan
(ref pos, ref end))
System.Private.CoreLib (37)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.cs (3)
477
while (Unsafe.
IsAddressLessThan
(ref leftRef, ref rightRef))
481
while (Unsafe.
IsAddressLessThan
(ref leftRef, ref nextToLastRef) && (leftRef = ref Unsafe.Add(ref leftRef, 1)) == null) ;
486
while (Unsafe.
IsAddressLessThan
(ref leftRef, ref nextToLastRef) && GreaterThan(ref pivot, ref leftRef = ref Unsafe.Add(ref leftRef, 1))) ;
src\libraries\System.Private.CoreLib\src\System\HashCode.cs (2)
360
while (Unsafe.
IsAddressLessThan
(ref pos, ref blockEnd))
385
while (Unsafe.
IsAddressLessThan
(ref pos, ref end))
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\Unsafe.cs (1)
431
return !
IsAddressLessThan
(in left, in right);
src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (6)
340
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
393
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
622
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref vectorAwayFromEnd));
671
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref vectorAwayFromEnd));
894
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref vectorAwayFromEnd));
946
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref vectorAwayFromEnd));
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.cs (1)
344
} while (Unsafe.
IsAddressLessThan
(ref first, ref last));
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.Packed.cs (15)
175
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
225
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
283
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
374
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
425
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
485
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
585
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
638
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
699
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
801
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
855
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
917
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
999
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
1051
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
1112
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.T.cs (9)
3921
while (Unsafe.
IsAddressLessThan
(ref current, ref oneVectorAwayFromEnd));
3950
while (Unsafe.
IsAddressLessThan
(ref current, ref oneVectorAwayFromEnd));
3979
while (Unsafe.
IsAddressLessThan
(ref current, ref oneVectorAwayFromEnd));
4140
while (Unsafe.
IsAddressLessThan
(ref current, ref end))
4152
while (Unsafe.
IsAddressLessThan
(ref current, ref end))
4177
while (Unsafe.
IsAddressLessThan
(ref current, ref oneVectorAwayFromEnd))
4192
while (Unsafe.
IsAddressLessThan
(ref current, ref oneVectorAwayFromEnd))
4207
while (Unsafe.
IsAddressLessThan
(ref current, ref oneVectorAwayFromEnd))
4221
while (Unsafe.
IsAddressLessThan
(ref current, ref end))