Searched refs:full_chunks (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3.c167 size_t full_chunks = (content_len - 1) / BLAKE3_CHUNK_LEN; local
168 return round_down_to_power_of_2(full_chunks) * BLAKE3_CHUNK_LEN;
/freebsd-current/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3.c222 size_t full_chunks = (content_len - 1) / BLAKE3_CHUNK_LEN; local
223 return (round_down_to_power_of_2(full_chunks) * BLAKE3_CHUNK_LEN);

Completed in 198 milliseconds