Sse42.Crc32 Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
Crc32(UInt32, Byte) |
unsigned int _mm_crc32_u8 (unsigned int crc, unsigned char v). CRC32 reg, reg/m8 |
Crc32(UInt32, UInt16) |
unsigned int _mm_crc32_u16 (unsigned int crc, unsigned short v). CRC32 reg, reg/m16 |
Crc32(UInt32, UInt32) |
unsigned int _mm_crc32_u32 (unsigned int crc, unsigned int v). CRC32 reg, reg/m32 |
Crc32(UInt32, Byte)
- Исходный код:
- Sse42.cs
- Исходный код:
- Sse42.cs
- Исходный код:
- Sse42.cs
unsigned int _mm_crc32_u8 (unsigned int crc, unsigned 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
Параметры
- crc
- UInt32
- data
- Byte
Возвращаемое значение
Применяется к
Crc32(UInt32, UInt16)
- Исходный код:
- Sse42.cs
- Исходный код:
- Sse42.cs
- Исходный код:
- Sse42.cs
unsigned int _mm_crc32_u16 (unsigned int crc, unsigned short 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
Параметры
- crc
- UInt32
- data
- UInt16
Возвращаемое значение
Применяется к
Crc32(UInt32, UInt32)
- Исходный код:
- Sse42.cs
- Исходный код:
- Sse42.cs
- Исходный код:
- Sse42.cs
unsigned int _mm_crc32_u32 (unsigned int crc, unsigned 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
Параметры
- crc
- UInt32
- data
- UInt32