Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/oce/
HDoce_if.h1149 #define OCE_LOG2(x) (oce_highbit(x))
1150 static inline uint32_t oce_highbit(uint32_t x) in oce_highbit() function