Searched refs:round_down_to_power_of_2 (Results 1 – 4 of 4) sorted by relevance
138 static inline uint64_t round_down_to_power_of_2(uint64_t x) { in round_down_to_power_of_2() function
223 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()
166 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()
139 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