Lines Matching full:compute
78 * Compute CRC-16 by passing in the address of the input, the input length
99 * Compute CRC-16 by passing in the address of the input, the input length
127 * Compute CRC 8 by passing in the address of the input, the input length
143 * @brief Compute the checksum of a buffer with polynomial 0x1021, reflecting
176 * @brief Compute the checksum of a buffer with polynomial 0x1021, no
213 * @brief Compute the ANSI (or Modbus) variant of CRC-16
267 * @brief Compute CCITT variant of CRC 8
280 * @brief Compute ROHC variant of CRC 8
294 * @brief Compute the CRC-7 checksum of a buffer.
309 * @brief Compute the CRC-4 checksum of a buffer.
326 * Compute CRC 4 by passing in the address of the input, the input length
367 * @brief Compute a CRC checksum, in a generic way.