Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/blake3/
Dblake3.c161 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()
Dblake3_impl.h133 INLINE uint64_t round_down_to_power_of_2(uint64_t x) { in round_down_to_power_of_2() function