Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3.c99 size_t offset_within_block = seek % 64; in output_root_bytes() local
104 size_t available_bytes = 64 - offset_within_block; in output_root_bytes()
111 memcpy(out, wide_buf + offset_within_block, memcpy_len); in output_root_bytes()
115 offset_within_block = 0; in output_root_bytes()
/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3.c147 size_t offset_within_block = seek % 64; in output_root_bytes() local
152 size_t available_bytes = 64 - offset_within_block; in output_root_bytes()
159 memcpy(out, wide_buf + offset_within_block, memcpy_len); in output_root_bytes()
163 offset_within_block = 0; in output_root_bytes()