Home
last modified time | relevance | path

Searched defs:PARITY (Results 1 – 6 of 6) sorted by relevance

/netbsd/usr.bin/locate/locate/
H A Dlocate.h38 #define PARITY 0200 /* parity bit */ macro
/netbsd/sys/arch/luna68k/dev/
H A Dxpbus.c72 #define PARITY 6 /* PC6 output to enable parity error */ macro
/netbsd/usr.bin/tip/
H A Dtip.h223 #define PARITY 31 macro
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h661 PARITY, enumerator
/netbsd/sys/kern/
H A Dtty.c145 #define PARITY(c) (char_type[c] & O) macro
/netbsd/common/lib/libx86emu/
H A Dx86emu.c5772 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) macro