Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/blake3/
Dblake3.c92 size_t offset_within_block = seek % 64; in output_root_bytes() local
97 size_t available_bytes = 64 - offset_within_block; in output_root_bytes()
104 memcpy(out, wide_buf + offset_within_block, memcpy_len); in output_root_bytes()
108 offset_within_block = 0; in output_root_bytes()