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

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

Completed in 68 milliseconds