Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_impl.h93 static inline unsigned int highest_one(uint64_t x) { in highest_one() function
139 return (1ULL << highest_one(x | 1)); in round_down_to_power_of_2()
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_impl.h94 static unsigned int highest_one(uint64_t x) { in highest_one()
140 return 1ULL << highest_one(x | 1); in round_down_to_power_of_2()
93 static unsigned int highest_one(uint64_t x) { highest_one() function