| Parameter | Description |
|---|---|
| crc_ul | Initial value |
| v | Signed 64-bit integer |
ulong Result
Starting with the initial value in crc, accumulates a CRC32 value for unsigned 64-bit integer v, and stores the result in dst.
| Parameter | Description |
|---|---|
| crc_ul | Initial value |
| v | Unsigned 64-bit integer |
ulong Result
Starting with the initial value in crc, accumulates a CRC32 value for unsigned 64-bit integer v, and stores the result in dst.