Searched refs:nzcp (Results 1 – 1 of 1) sorted by relevance
549 const zio_cksum_t *nzcp) in fletcher_4_incremental_combine() argument562 zcp->zc_word[3] += nzcp->zc_word[3] + c1 * zcp->zc_word[2] + in fletcher_4_incremental_combine()564 zcp->zc_word[2] += nzcp->zc_word[2] + c1 * zcp->zc_word[1] + in fletcher_4_incremental_combine()566 zcp->zc_word[1] += nzcp->zc_word[1] + c1 * zcp->zc_word[0]; in fletcher_4_incremental_combine()567 zcp->zc_word[0] += nzcp->zc_word[0]; in fletcher_4_incremental_combine()