Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/blake3/
Dblake3.c97 size_t available_bytes = 64 - offset_within_block; in output_root_bytes() local
99 if (out_len > available_bytes) { in output_root_bytes()
100 memcpy_len = available_bytes; in output_root_bytes()