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