Searched refs:__L16 (Results 1 – 1 of 1) sorted by relevance
225 #define __L16(_x) (((_x) & 0x0000ff00) ? ( 8 + __L8( (_x)>> 8)) : __L8( _x)) macro226 #define LOG_2(_x) (((_x) & 0xffff0000) ? (16 + __L16((_x)>>16)) : __L16(_x))
Completed in 2 milliseconds