Searched defs:SELECT (Results 1 – 6 of 6) sorted by relevance
23 #define SELECT(x, y) ((0x0001ULL*x)<<y) macro
28 #define SELECT(x, n) ((x >> n) & 1UL) macro
91 #define SELECT 0x20 macro
242 #define SELECT(mask) (ciab.prb &= ~mask) macro
541 typedef enum {NONE = 0, SELECT, WINDOW, READ, WRITE} VFIONvidia3d0State; enumerator
604 #define SELECT BIT(6) macro