docs.unity3d.com
    目次を表示する/隠す

    Method __crc32b

    __crc32b(UInt32, Byte)

    CRC32 checksum performs a cyclic redundancy check (CRC) calculation on a value held in a general-purpose register. It takes an input CRC value in the first source operand, performs a CRC on the input value in the second source operand, and returns the output CRC value. The second source operand can be 8, 16, 32, or 64 bits. To align with common usage, the bit order of the values is reversed as part of the operation, and the polynomial 0x04C11DB7 is used for the CRC calculation.
    Equivalent instruction: CRC32B Wd,Wn,Wm

    Declaration
    public static uint __crc32b(uint a0, byte a1)
    Parameters
    Type Name Description
    UInt32 a0

    UInt32 a0

    Byte a1

    Byte a1

    Returns
    Type Description
    UInt32

    UInt32

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)