8 references to CharsPerIterationVector128
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\AsciiStringSearchValuesTeddyBase.cs (8)
201if (span.Length < CharsPerIterationVector128 + MatchStartOffsetN2) 207ref char lastSearchSpaceStart = ref Unsafe.Add(ref searchSpace, span.Length - CharsPerIterationVector128); 227searchSpace = ref Unsafe.Add(ref searchSpace, CharsPerIterationVector128); 231if (Unsafe.AreSame(ref searchSpace, ref Unsafe.Add(ref lastSearchSpaceStart, CharsPerIterationVector128))) 361if (span.Length < CharsPerIterationVector128 + MatchStartOffsetN3) 367ref char lastSearchSpaceStart = ref Unsafe.Add(ref searchSpace, span.Length - CharsPerIterationVector128); 402searchSpace = ref Unsafe.Add(ref searchSpace, CharsPerIterationVector128); 406if (Unsafe.AreSame(ref searchSpace, ref Unsafe.Add(ref lastSearchSpaceStart, CharsPerIterationVector128)))