Searched refs:__L8 (Results 1 – 1 of 1) sorted by relevance
224 #define __L8(_x) (((_x) & 0x000000f0) ? ( 4 + __L4( (_x)>> 4)) : __L4( _x)) macro225 #define __L16(_x) (((_x) & 0x0000ff00) ? ( 8 + __L8( (_x)>> 8)) : __L8( _x))
Completed in 3 milliseconds