Udostępnij przez


Sse42.Crc32 Metoda

Definicja

Przeciążenia

Crc32(UInt32, Byte)

niepodpisane _mm_crc32_u8 (bez znaku int crc, bez znaku char v)

CRC32 reg, reg/m8

Crc32(UInt32, UInt16)

niepodpisane int _mm_crc32_u16 (niepodpisane int crc, niepodpisane krótkie v)

CRC32 reg, reg/m16

Crc32(UInt32, UInt32)

niepodpisane int _mm_crc32_u32 (bez znaku int crc, niepodpisane int v)

CRC32 reg, reg/m32

Crc32(UInt32, Byte)

Źródło:
Sse42.cs
Źródło:
Sse42.cs
Źródło:
Sse42.cs

niepodpisane _mm_crc32_u8 (bez znaku int crc, bez znaku char v)

CRC32 reg, reg/m8

public:
 static System::UInt32 Crc32(System::UInt32 crc, System::Byte data);
public static uint Crc32 (uint crc, byte data);
static member Crc32 : uint32 * byte -> uint32
Public Shared Function Crc32 (crc As UInteger, data As Byte) As UInteger

Parametry

crc
UInt32
data
Byte

Zwraca

Dotyczy

Crc32(UInt32, UInt16)

Źródło:
Sse42.cs
Źródło:
Sse42.cs
Źródło:
Sse42.cs

niepodpisane int _mm_crc32_u16 (niepodpisane int crc, niepodpisane krótkie v)

CRC32 reg, reg/m16

public:
 static System::UInt32 Crc32(System::UInt32 crc, System::UInt16 data);
public static uint Crc32 (uint crc, ushort data);
static member Crc32 : uint32 * uint16 -> uint32
Public Shared Function Crc32 (crc As UInteger, data As UShort) As UInteger

Parametry

crc
UInt32
data
UInt16

Zwraca

Dotyczy

Crc32(UInt32, UInt32)

Źródło:
Sse42.cs
Źródło:
Sse42.cs
Źródło:
Sse42.cs

niepodpisane int _mm_crc32_u32 (bez znaku int crc, niepodpisane int v)

CRC32 reg, reg/m32

public:
 static System::UInt32 Crc32(System::UInt32 crc, System::UInt32 data);
public static uint Crc32 (uint crc, uint data);
static member Crc32 : uint32 * uint32 -> uint32
Public Shared Function Crc32 (crc As UInteger, data As UInteger) As UInteger

Parametry

crc
UInt32
data
UInt32

Zwraca

Dotyczy