Searched refs:__L4 (Results 1 – 1 of 1) sorted by relevance
223 #define __L4(_x) (((_x) & 0x0000000c) ? ( 2 + __L2( (_x)>> 2)) : __L2( _x)) macro224 #define __L8(_x) (((_x) & 0x000000f0) ? ( 4 + __L4( (_x)>> 4)) : __L4( _x))
Completed in 2 milliseconds