Home
last modified time | relevance | path

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

/tools/libfsimage/zfs/
A Dzfs_fletcher.c33 uint64_t a0, b0, a1, b1; in fletcher_2_native() local
35 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_native()
36 a0 += ip[0]; in fletcher_2_native()
38 b0 += a0; in fletcher_2_native()
42 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_native()
50 uint64_t a0, b0, a1, b1; in fletcher_2_byteswap() local
52 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_byteswap()
53 a0 += BSWAP_64(ip[0]); in fletcher_2_byteswap()
55 b0 += a0; in fletcher_2_byteswap()
59 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_byteswap()
/tools/tests/x86_emulator/
A Devex-disp8.c278 INSN(pscatterd, 66, 0f38, a0, vl, dq, el),

Completed in 7 milliseconds