Home
last modified time | relevance | path

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

/linux/lib/crc/arm64/
H A Dcrc-t10dif-core.S90 .macro pmull16x64_p64, a16, b64, c64
91 pmull2 \c64\().1q, \a16\().2d, \b64\().2d
92 pmull \b64\().1q, \a16\().1d, \b64\().1d
148 .macro pmull16x64_p8, a16, b64, c64
149 ext t7.16b, \b64\().16b, \b64\().16b, #1
151 uzp1 t7.16b, \b64\().16b, t7.16b
153 ext \b64\().16b, t4.16b, t4.16b, #15
/linux/include/crypto/
H A Dsm3_base.h47 __be64 b64[SM3_BLOCK_SIZE / 4]; in sm3_base_do_finup() member
64 block.b64[bit_offset] = cpu_to_be64(sctx->count << 3); in sm3_base_do_finup()
/linux/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c1045 struct v4l2_buffer *b64 = arg; in v4l2_compat_get_array_args() local
1049 if (V4L2_TYPE_IS_MULTIPLANAR(b64->type)) { in v4l2_compat_get_array_args()
1050 u32 num_planes = b64->length; in v4l2_compat_get_array_args()
1056 err = get_v4l2_plane32(p64, p32, b64->memory); in v4l2_compat_get_array_args()
1115 struct v4l2_buffer *b64 = arg; in v4l2_compat_put_array_args() local
1119 if (V4L2_TYPE_IS_MULTIPLANAR(b64->type)) { in v4l2_compat_put_array_args()
1120 u32 num_planes = b64->length; in v4l2_compat_put_array_args()
1126 err = put_v4l2_plane32(p64, p32, b64->memory); in v4l2_compat_put_array_args()