Home
last modified time | relevance | path

Searched refs:nzcp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/zfs/
H A Dzfs_fletcher.c552 const zio_cksum_t *nzcp) in fletcher_4_incremental_combine() argument
565 zcp->zc_word[3] += nzcp->zc_word[3] + c1 * zcp->zc_word[2] + in fletcher_4_incremental_combine()
567 zcp->zc_word[2] += nzcp->zc_word[2] + c1 * zcp->zc_word[1] + in fletcher_4_incremental_combine()
569 zcp->zc_word[1] += nzcp->zc_word[1] + c1 * zcp->zc_word[0]; in fletcher_4_incremental_combine()
570 zcp->zc_word[0] += nzcp->zc_word[0]; in fletcher_4_incremental_combine()