4 implementations of StoreVector128ToDestination
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64EncoderHelper.cs (2)
792
public unsafe void
StoreVector128ToDestination
(byte* dest, byte* destStart, int destLength, Vector128<byte> str)
874
public unsafe void
StoreVector128ToDestination
(ushort* dest, ushort* destStart, int destLength, Vector128<byte> str)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Url\Base64UrlEncoder.cs (2)
298
public unsafe void
StoreVector128ToDestination
(byte* dest, byte* destStart, int destLength, Vector128<byte> str) =>
354
public unsafe void
StoreVector128ToDestination
(ushort* dest, ushort* destStart, int destLength, Vector128<byte> str) =>
1 reference to StoreVector128ToDestination
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64EncoderHelper.cs (1)
580
encoder.
StoreVector128ToDestination
(dest, destStart, destLength, str);