Searched defs:GETCLASS (Results 1 – 2 of 2) sorted by relevance
63 #define GETCLASS(x) (((x) & 0xff0000) >> 16) macro
182 #define GETCLASS(x) bitx32((x), 23, 16); macro