HomeSort by: relevance | last modified time | path
    Searched defs:PARITY (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/locate/locate/
locate.h 38 #define PARITY 0200 /* parity bit */
  /src/sys/arch/luna68k/dev/
xpbus.c 72 #define PARITY 6 /* PC6 output to enable parity error */
  /src/usr.bin/tip/
tip.h 71 extern char *PA; /* parity to be generated */
223 #define PARITY 31
  /src/sys/kern/
tty.c 133 * Table with character classes and parity. The 8th bit indicates parity,
139 #define E 0x00 /* Even parity. */
140 #define O 0x80 /* Odd parity. */
141 #define PARITY(c) (char_type[c] & O)
608 * Handle exceptional conditions (break, parity, framing).
  /src/common/lib/libx86emu/
x86emu.c 5772 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0)
5795 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
5818 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
5840 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF);
5861 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF);
5882 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
5908 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
5940 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
5962 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF);
5984 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF)
    [all...]

Completed in 18 milliseconds