Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3.c615 uint64_t subtree_chunks = subtree_len / BLAKE3_CHUNK_LEN; in Blake3_Update2() local
639 ctx->chunk.chunk_counter + (subtree_chunks / 2)); in Blake3_Update2()
641 ctx->chunk.chunk_counter += subtree_chunks; in Blake3_Update2()
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3.c553 uint64_t subtree_chunks = subtree_len / BLAKE3_CHUNK_LEN; in blake3_hasher_update_base() local
572 self->chunk.chunk_counter + (subtree_chunks / 2)); in blake3_hasher_update_base()
574 self->chunk.chunk_counter += subtree_chunks; in blake3_hasher_update_base()