Searched refs:__L2 (Results 1 – 1 of 1) sorted by relevance
222 #define __L2(_x) (((_x) & 0x00000002) ? 1 : 0) macro223 #define __L4(_x) (((_x) & 0x0000000c) ? ( 2 + __L2( (_x)>> 2)) : __L2( _x))
Completed in 3 milliseconds