Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3.c512 uint64_t count_so_far = self->chunk.chunk_counter * BLAKE3_CHUNK_LEN; in llvm_blake3_hasher_update() local
528 while ((((uint64_t)(subtree_len - 1)) & count_so_far) != 0) { in llvm_blake3_hasher_update()
/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3.c584 uint64_t count_so_far = in Blake3_Update2() local
606 while ((((uint64_t)(subtree_len - 1)) & count_so_far) != 0) { in Blake3_Update2()