Searched defs:LOG2 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_util.c106 this function calculates rounded LOG2 of a certain number
107 e.g.: LOG2(1080) = 10 (2^10=1024)
109 u32_t LOG2(u32_t v){ function
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dcache.c89 #define LOG2(x) \ macro
266 #define IC_MAX_HDRS (1 << LOG2(ICACHE_SIZE/6))
359 #define DC_MAX_HDRS (1 << LOG2(DCACHE_SIZE/6))
489 #define BC_MAX_HDRS (1 << LOG2(BCACHE_SIZE/6))

Completed in 92 milliseconds