Crc32 Classe

Définition

Important

Cette API n’est pas conforme CLS.

Cette classe fournit un accès aux instructions matérielles ARM Crc32 via des intrinsèques.

public ref class Crc32 abstract : System::Runtime::Intrinsics::Arm::ArmBase
[System.CLSCompliant(false)]
public abstract class Crc32 : System.Runtime.Intrinsics.Arm.ArmBase
[<System.CLSCompliant(false)>]
type Crc32 = class
    inherit ArmBase
Public MustInherit Class Crc32
Inherits ArmBase
Héritage
Crc32
Attributs

Propriétés

IsSupported

Méthodes

ComputeCrc32(UInt32, Byte)

uint32_t __crc32b (uint32_t a, uint8_t b)

A32: CRC32B Rd, Rn, Rm

A64: CRC32B Wd, Wn, Wm

ComputeCrc32(UInt32, UInt16)

uint32_t __crc32h (uint32_t a, uint16_t b)

A32: CRC32H Rd, Rn, Rm

A64: CRC32H Wd, Wn, Wm

ComputeCrc32(UInt32, UInt32)

uint32_t __crc32w (uint32_t a, uint32_t b)

A32: CRC32W Rd, Rn, Rm

A64: CRC32W Wd, Wn, Wm

ComputeCrc32C(UInt32, Byte)

uint32_t __crc32cb (uint32_t a, uint8_t b)

A32: CRC32CB Rd, Rn, Rm

A64: CRC32CB Wd, Wn, Wm

ComputeCrc32C(UInt32, UInt16)

uint32_t __crc32ch (uint32_t a, uint16_t b)

A32: CRC32CH Rd, Rn, Rm

A64: CRC32CH Wd, Wn, Wm

ComputeCrc32C(UInt32, UInt32)

uint32_t __crc32cw (uint32_t a, uint32_t b)

A32: CRC32CW Rd, Rn, Rm

A64: CRC32CW Wd, Wn, Wm

Equals(Object)

Détermine si l'objet spécifié est égal à l'objet actuel.

(Hérité de Object)
GetHashCode()

Fait office de fonction de hachage par défaut.

(Hérité de Object)
GetType()

Obtient le Type de l'instance actuelle.

(Hérité de Object)
MemberwiseClone()

Crée une copie superficielle du Object actuel.

(Hérité de Object)
ToString()

Retourne une chaîne qui représente l'objet actuel.

(Hérité de Object)

S’applique à