Searched defs:PARITY (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.bin/locate/locate/
H A Dlocate.h42 #define PARITY 0200 /* parity bit */ macro
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtip.h231 #define PARITY 32 macro
/freebsd-11-stable/sys/contrib/x86emu/
H A Dx86emu.c5970 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) macro
[all...]

Completed in 122 milliseconds