Home
last modified time | relevance | path

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

/freebsd/usr.bin/locate/locate/
H A Dlocate.h37 #define PARITY 0200 /* parity bit */ macro
/freebsd/usr.bin/tip/tip/
H A Dtip.h228 #define PARITY 32 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h719 PARITY, enumerator
/freebsd/sys/contrib/x86emu/
H A Dx86emu.c5967 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) macro