HomeSort by: relevance | last modified time | path
    Searched defs:_ilog2_const (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/sys/
bitops.h 191 #define _ilog2_const(_n) ( \ macro
260 __builtin_constant_p(_n) ? _ilog2_const(_n) : \

Completed in 10 milliseconds