Searched refs:round_down_to_power_of_2 (Results 1 – 2 of 2) sorted by relevance
161 return round_down_to_power_of_2(full_chunks) * BLAKE3_CHUNK_LEN; in left_len()504 size_t subtree_len = round_down_to_power_of_2(input_len); in blake3_hasher_update()
133 INLINE uint64_t round_down_to_power_of_2(uint64_t x) { in round_down_to_power_of_2() function