Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/BLAKE3/
H A Dblake3_impl.h101 static unsigned int highest_one(uint64_t x) { in highest_one() function
147 return 1ULL << highest_one(x | 1); in round_down_to_power_of_2()