Lines Matching full:initial
28 /* Initial value expected to be used at the beginning of the crc8_ccitt
34 /* Initial value expected to be used at the beginning of the OpenPGP CRC-24 computation. */
79 * and polynomial used in addition to the initial value. This is O(n*8) where n
87 * @param seed Initial value for the CRC computation
100 * and polynomial used in addition to the initial value. This is O(n*8) where n
107 * depending on the value provided for the initial seed and the value the final
112 * poly: 0x8005 (0xA001) initial seed: 0xffff, xor output: 0x0000
117 * @param seed Initial value for the CRC computation
128 * and polynomial used in addition to the initial value.
134 * @param initial_value Initial value for the CRC computation
151 * depending on the value provided for the initial seed and the value the final
156 * initial seed: 0x0000, xor output: 0x0000
160 * initial seed: 0xffff, xor output: 0xffff
184 * depending on the value provided for the initial seed and the value the final
189 * initial seed: 0x0000, xor output: 0x0000
193 * initial seed: 0xffff, xor output: 0x0000
197 * initial seed: 0x0000, xor output: 0xffff
216 * with the initial * value set to 0xffff.
271 * @param initial_value Initial value for the CRC computation
285 * @param initial_value Initial value for the CRC computation
327 * and polynomial used in addition to the initial value. The input buffer
335 * @param initial_value Initial value for the CRC computation