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

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

Completed in 24 milliseconds