Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/zfs/
H A Dzfs_fletcher.c36 zio_cksum_t *zcp) in fletcher_2_endian() argument
49 zcp->zc_word[0] = cpu_to_zfs64(a0, endian); in fletcher_2_endian()
50 zcp->zc_word[1] = cpu_to_zfs64(a1, endian); in fletcher_2_endian()
51 zcp->zc_word[2] = cpu_to_zfs64(b0, endian); in fletcher_2_endian()
52 zcp->zc_word[3] = cpu_to_zfs64(b1, endian); in fletcher_2_endian()
57 zio_cksum_t *zcp) in fletcher_4_endian() argument
70 zcp->zc_word[0] = cpu_to_zfs64(a, endian); in fletcher_4_endian()
71 zcp->zc_word[1] = cpu_to_zfs64(b, endian); in fletcher_4_endian()
72 zcp->zc_word[2] = cpu_to_zfs64(c, endian); in fletcher_4_endian()
73 zcp->zc_word[3] = cpu_to_zfs64(d, endian); in fletcher_4_endian()
H A Dzfs_sha256.c104 zfs_endian_t endian, zio_cksum_t *zcp) in zio_checksum_SHA256() argument
127 zcp->zc_word[0] = cpu_to_zfs64((uint64_t)H[0] << 32 | H[1], in zio_checksum_SHA256()
129 zcp->zc_word[1] = cpu_to_zfs64((uint64_t)H[2] << 32 | H[3], in zio_checksum_SHA256()
131 zcp->zc_word[2] = cpu_to_zfs64((uint64_t)H[4] << 32 | H[5], in zio_checksum_SHA256()
133 zcp->zc_word[3] = cpu_to_zfs64((uint64_t)H[6] << 32 | H[7], in zio_checksum_SHA256()
H A Dzfs.c238 zio_cksum_t *zcp) in zio_checksum_off() argument
240 ZIO_SET_CHECKSUM(zcp, 0, 0, 0, 0); in zio_checksum_off()
/openbmc/u-boot/include/zfs/
H A Dspa.h244 #define ZIO_SET_CHECKSUM(zcp, w0, w1, w2, w3) \ argument
246 (zcp)->zc_word[0] = w0; \
247 (zcp)->zc_word[1] = w1; \
248 (zcp)->zc_word[2] = w2; \
249 (zcp)->zc_word[3] = w3; \
H A Dzio_checksum.h18 zfs_endian_t endian, zio_cksum_t *zcp);
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch46423 +av_rpi_zc_int_env_freep(AVZcEnvPtr * zcp)
46425 + const AVZcEnvPtr zc = *zcp;
46426 + *zcp = NULL;