Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_impl.h138 static inline uint64_t round_down_to_power_of_2(uint64_t x) { in round_down_to_power_of_2() function
H A Dblake3.c223 return (round_down_to_power_of_2(full_chunks) * BLAKE3_CHUNK_LEN); in left_len()
583 size_t subtree_len = round_down_to_power_of_2(input_len); in Blake3_Update2()
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3.c166 return round_down_to_power_of_2(full_chunks) * BLAKE3_CHUNK_LEN; in left_len()
509 size_t subtree_len = round_down_to_power_of_2(input_len); in llvm_blake3_hasher_update()
H A Dblake3_impl.h139 INLINE uint64_t round_down_to_power_of_2(uint64_t x) { in round_down_to_power_of_2()
138 INLINE uint64_t round_down_to_power_of_2(uint64_t x) { round_down_to_power_of_2() function