Searched defs:INUDOT (Results 1 – 4 of 4) sorted by relevance
26 #define INUDOT(x) (((int)(x)&0xf0000000) == 0xb0000000) macro
26 #define INUDOT(x) (((x)&0xf0000000) == 0x70000000) macro
62 #define INUDOT(x) (((x)&0xf0000000) == 0x70000000) macro
61 #define INUDOT(x) (((int)(x)&0xf0000000) == 0xb0000000) macro