Lines Matching full:crc
16 /// Adds the unsigned integer operand to the CRC-32C checksum of the
24 /// An unsigned integer operand to add to the CRC-32C checksum of operand
27 /// An unsigned 8-bit integer operand used to compute the CRC-32C checksum.
28 /// \returns The result of adding operand \a __C to the CRC-32C checksum of
36 /// Adds the unsigned integer operand to the CRC-32C checksum of the
44 /// An unsigned integer operand to add to the CRC-32C checksum of operand
47 /// An unsigned 16-bit integer operand used to compute the CRC-32C checksum.
48 /// \returns The result of adding operand \a __C to the CRC-32C checksum of
56 /// Adds the first unsigned integer operand to the CRC-32C checksum of
64 /// An unsigned integer operand to add to the CRC-32C checksum of operand
67 /// An unsigned 32-bit integer operand used to compute the CRC-32C checksum.
68 /// \returns The result of adding operand \a __C to the CRC-32C checksum of
77 /// Adds the unsigned integer operand to the CRC-32C checksum of the
85 /// An unsigned integer operand to add to the CRC-32C checksum of operand
88 /// An unsigned 64-bit integer operand used to compute the CRC-32C checksum.
89 /// \returns The result of adding operand \a __C to the CRC-32C checksum of