Lines Matching refs:zc_word

246 	a0 = zcp->zc_word[0];  in fletcher_2_incremental_native()
247 a1 = zcp->zc_word[1]; in fletcher_2_incremental_native()
248 b0 = zcp->zc_word[2]; in fletcher_2_incremental_native()
249 b1 = zcp->zc_word[3]; in fletcher_2_incremental_native()
280 a0 = zcp->zc_word[0]; in fletcher_2_incremental_byteswap()
281 a1 = zcp->zc_word[1]; in fletcher_2_incremental_byteswap()
282 b0 = zcp->zc_word[2]; in fletcher_2_incremental_byteswap()
283 b1 = zcp->zc_word[3]; in fletcher_2_incremental_byteswap()
325 a = ctx->scalar.zc_word[0]; in fletcher_4_scalar_native()
326 b = ctx->scalar.zc_word[1]; in fletcher_4_scalar_native()
327 c = ctx->scalar.zc_word[2]; in fletcher_4_scalar_native()
328 d = ctx->scalar.zc_word[3]; in fletcher_4_scalar_native()
348 a = ctx->scalar.zc_word[0]; in fletcher_4_scalar_byteswap()
349 b = ctx->scalar.zc_word[1]; in fletcher_4_scalar_byteswap()
350 c = ctx->scalar.zc_word[2]; in fletcher_4_scalar_byteswap()
351 d = ctx->scalar.zc_word[3]; in fletcher_4_scalar_byteswap()
563 zcp->zc_word[3] += nzcp->zc_word[3] + c1 * zcp->zc_word[2] + in fletcher_4_incremental_combine()
564 c2 * zcp->zc_word[1] + c3 * zcp->zc_word[0]; in fletcher_4_incremental_combine()
565 zcp->zc_word[2] += nzcp->zc_word[2] + c1 * zcp->zc_word[1] + in fletcher_4_incremental_combine()
566 c2 * zcp->zc_word[0]; in fletcher_4_incremental_combine()
567 zcp->zc_word[1] += nzcp->zc_word[1] + c1 * zcp->zc_word[0]; in fletcher_4_incremental_combine()
568 zcp->zc_word[0] += nzcp->zc_word[0]; in fletcher_4_incremental_combine()