Searched defs:PARITY (Results 1 – 6 of 6) sorted by relevance
142 #define PARITY 10 macro
285 #define PARITY 0x08 macro
547 #define PARITY (HOSTDATA(shpnt)->parity) macro
519 #define PARITY BIT(5) macro
119 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) macro
124 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) macro