4 implementations of StoreVector256ToDestination
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64EncoderHelper.cs (2)
785
public unsafe void
StoreVector256ToDestination
(byte* dest, byte* destStart, int destLength, Vector256<byte> str)
865
public unsafe void
StoreVector256ToDestination
(ushort* dest, ushort* destStart, int destLength, Vector256<byte> str)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Url\Base64UrlEncoder.cs (2)
294
public unsafe void
StoreVector256ToDestination
(byte* dest, byte* destStart, int destLength, Vector256<byte> str) =>
350
public unsafe void
StoreVector256ToDestination
(ushort* dest, ushort* destStart, int destLength, Vector256<byte> str) =>
1 reference to StoreVector256ToDestination
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64EncoderHelper.cs (1)
366
encoder.
StoreVector256ToDestination
(dest, destStart, destLength, str.AsByte());