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