Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3.c533 uint64_t subtree_chunks = subtree_len / BLAKE3_CHUNK_LEN; in llvm_blake3_hasher_update() local
552 self->chunk.chunk_counter + (subtree_chunks / 2)); in llvm_blake3_hasher_update()
554 self->chunk.chunk_counter += subtree_chunks; in llvm_blake3_hasher_update()
/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3.c614 uint64_t subtree_chunks = subtree_len / BLAKE3_CHUNK_LEN; in Blake3_Update2() local
638 ctx->chunk.chunk_counter + (subtree_chunks / 2)); in Blake3_Update2()
640 ctx->chunk.chunk_counter += subtree_chunks; in Blake3_Update2()