/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
H A D | fault_limits.ksh | 40 PARITY=$((RANDOM%(2) + 2)) 41 VDEV_CNT=$((4 + (2 * PARITY))) 56 log_note "creating $VDEV_CNT vdevs for parity $PARITY test" 64 log_must zpool create -f ${TESTPOOL} raidz${PARITY} ${disks[1..$((VDEV_CNT - 1))]} 69 log_must fill_fs $MNTPOINT $PARITY 200 32768 1000 Z 78 for disk in ${disks[0..$PARITY]}; do 86 for disk in ${disks[0..$PARITY]}; do 93 log_must test "$faults" -lt "$PARITY"
|
/freebsd/sys/contrib/x86emu/ |
H A D | x86emu.c | 5967 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0) macro 5991 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in aaa_word() 6015 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in aas_word() 6038 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF); in aad_word() 6060 CONDITIONAL_SET_FLAG(PARITY(l & 0xff), F_PF); in aam_word() 6082 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in adc_byte() 6109 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in adc_word() 6142 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in adc_long() 6165 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in add_byte() 6188 CONDITIONAL_SET_FLAG(PARITY(res & 0xff), F_PF); in add_word() [all …]
|
/freebsd/usr.bin/locate/locate/ |
H A D | locate.h | 37 #define PARITY 0200 /* parity bit */ macro
|
H A D | fastfind.c | 74 if (c < PARITY) { in statistic() 248 if (c < PARITY) {
|
/freebsd/usr.bin/tip/tip/ |
H A D | tip.c | 601 if (value(PARITY) == NOSTR) in setparity() 602 value(PARITY) = defparity; in setparity() 603 parity = value(PARITY); in setparity()
|
H A D | tip.h | 228 #define PARITY 32 macro
|
H A D | cmds.c | 781 if (vtable[PARITY].v_access&CHANGED) { in variable() 782 vtable[PARITY].v_access &= ~CHANGED; in variable()
|
/freebsd/usr.bin/locate/code/ |
H A D | locate.code.c | 183 if (putchar((code / 2) | PARITY) == EOF) in main()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 747 PARITY, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 490 case ISD::PARITY: return "parity"; in getOperationName()
|
H A D | LegalizeIntegerTypes.cpp | 72 case ISD::PARITY: in PromoteIntegerResult() 2788 case ISD::PARITY: ExpandIntRes_PARITY(N, Lo, Hi); break; in ExpandIntegerResult() 3764 DAG.getNode(ISD::PARITY, dl, NVT, DAG.getNode(ISD::XOR, dl, NVT, Lo, Hi)); in ExpandIntRes_PARITY()
|
H A D | SelectionDAG.cpp | 3709 case ISD::PARITY: { in computeKnownBits() 5276 case ISD::PARITY: in canCreateUndefOrPoison()
|
H A D | LegalizeDAG.cpp | 3099 case ISD::PARITY: in ExpandNode()
|
H A D | TargetLowering.cpp | 2342 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::PARITY, dl, VT, in SimplifyDemandedBits()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 760 setOperationAction({ISD::BITREVERSE, ISD::PARITY}, VT, Expand); in initActions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 653 setOperationAction(ISD::PARITY, MVT::i128, Expand); in AArch64TargetLowering() 676 setOperationAction(ISD::PARITY, MVT::i64, Custom); in AArch64TargetLowering() 677 setOperationAction(ISD::PARITY, MVT::i128, Custom); in AArch64TargetLowering() 6889 case ISD::PARITY: in LowerOperation() 10045 bool IsParity = Op.getOpcode() == ISD::PARITY; in LowerCTPOP_PARITY() 26203 case ISD::PARITY: in ReplaceNodeResults()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 532 ISD::MUL, ISD::MULHS, ISD::MULHU, ISD::PARITY, in NVPTXTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 463 setOperationAction(ISD::PARITY, MVT::i8, Custom); in X86TargetLowering() 464 setOperationAction(ISD::PARITY, MVT::i16, Custom); in X86TargetLowering() 465 setOperationAction(ISD::PARITY, MVT::i32, Custom); in X86TargetLowering() 467 setOperationAction(ISD::PARITY, MVT::i64, Custom); in X86TargetLowering() 32365 case ISD::PARITY: return LowerPARITY(Op, Subtarget, DAG); in LowerOperation() 44467 SDValue Result = DAG.getNode(ISD::PARITY, DL, CmpVT, Movmsk); in combinePredicateReduction()
|