Searched defs:LOG2 (Results 1 – 5 of 5) sorted by relevance
19 #define LOG2(x) (((x & 0xaaaaaaaa) ? 1 : 0) + ((x & 0xcccccccc) ? 2 : 0) + \ macro