Home
last modified time | relevance | path

Searched full:rop (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-src/contrib/ncurses/ncurses/base/
H A Dresizeterm.c126 ripoff_t *rop; in ripped_window() local
132 for (each_ripoff(rop)) { in ripped_window()
133 if (rop->win == win && rop->line != 0) { in ripped_window()
134 result = rop; in ripped_window()
152 ripoff_t *rop; in ripped_bottom() local
157 for (each_ripoff(rop)) { in ripped_bottom()
158 if (rop->line < 0) { in ripped_bottom()
159 result -= rop->line; in ripped_bottom()
160 if (rop->win == win) { in ripped_bottom()
222 ripoff_t *rop = ripped_window(win); in adjust_window() local
[all …]
H A Dlib_set_term.c157 ripoff_t *rop; in delscreen() local
158 for (rop = safe_ripoff_stack; in delscreen()
159 rop != safe_ripoff_sp && (rop - safe_ripoff_stack) < N_RIPS; in delscreen()
160 rop++) { in delscreen()
161 if (rop->win) { in delscreen()
162 (void) delwin(rop->win); in delscreen()
163 rop->win = 0; in delscreen()
701 ripoff_t *rop; in NCURSES_SP_NAME() local
703 for (rop = safe_ripoff_stack; in NCURSES_SP_NAME()
704 rop != safe_ripoff_sp && (rop - safe_ripoff_stack) < N_RIPS; in NCURSES_SP_NAME()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrBits.td62 : MxInst<(outs), (ins TYPE.ROp:$dst, TYPE.ROp:$bitno),
68 : MxInst<(outs), (ins TYPE.ROp:$dst, TYPE.IOp:$bitno),
75 : MxInst<(outs), (ins MEMOpd:$dst, TYPE.ROp:$bitno),
135 (INSTd MxType32d.ROp:$dst, MxType32d.ROp:$bitno)>;
137 (INSTi MxType32d.ROp:$dst, MxType32d.IOp:$bitno)>;
145 (INSTd MEMOpd:$dst, TYPE.ROp:$bitno)>;
H A DM68kInstrShiftRotate.td56 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.ROp:$opd),
65 : MxInst<(outs TYPE.ROp:$dst),
66 (ins TYPE.ROp:$src, !cast<Operand>("Mxi"#TYPE.Size#"imm"):$opd),
H A DM68kInstrAtomics.td20 : MxInst<(outs type.ROp:$out),
21 (ins type.ROp:$dc, type.ROp:$du, !cast<MxMemOp>("MxARI"#type.Size):$mem),
H A DM68kInstrArithmetic.td70 : MxInst<(outs DST_TYPE.ROp:$dst), (ins DST_TYPE.ROp:$src, SRC_TYPE.ROp:$opd),
90 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.ROp:$opd),
104 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, OPD:$opd),
131 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp
[all...]
H A DM68kInstrCompiler.td59 : MxPseudo<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$t, TYPE.ROp:$f, i8imm:$cond),
H A DM68kInstrData.td334 : MxPseudo<(outs), (ins MEMOp:$dst, TYPE.ROp:$reg)>;
337 : MxPseudo<(outs TYPE.ROp:$dst), (ins MEMOp:$src)>;
514 : MxPseudo<(outs DST.ROp:$dst), (ins SRC.ROp:$src), PAT>;
517 : MxPseudo<(outs DST.ROp:$dst), (ins SRCOpd:$src), PAT>;
526 : MxPseudo<(outs TYPE.ROp:$dst), (ins TYPE.IOp:$src),
527 [(set TYPE.ROp:$dst, imm:$src)]>;
H A DM68kInstrInfo.td578 // rOp: Supported any register operand
579 string rLet, MxOperand rOp,
615 MxOperand ROp = rOp;
/freebsd-src/sys/contrib/device-tree/Bindings/sound/
H A Dnvidia,tegra-audio-wm8903.yaml57 - ROP
76 "Int Spk", "ROP",
H A Dwm8903.txt54 * ROP
H A Dnvidia,tegra-audio-wm8903.txt44 "Int Spk", "ROP",
H A Dwlf,wm8903.yaml25 * ROP
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.cpp76 } else if (Feature == "+rop-protect") { in handleTargetFeatures()
579 // ROP Protect is off by default. in initFeatureMap()
580 Features["rop-protect"] = false; in initFeatureMap()
681 llvm::is_contained(FeaturesVec, "+rop-protect")) { in hasFeature()
682 // We can turn on ROP Protect on Power 8 and above. in hasFeature()
736 .Case("rop-protect", HasROPProtect) in setFeatureEnabled()
/freebsd-src/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra20-plutux.dts44 "Int Spk", "ROP",
H A Dtegra20-tec.dts52 "Int Spk", "ROP",
H A Dtegra20-medcom-wide.dts79 "Int Spk", "ROP",
/freebsd-src/share/man/man9/
H A Dshm_map.9130 fdrop(fp, curthread);
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp674 const auto *ROp = R->getOperand(I); in equivalentAsOperands()
676 if (LOp == SavedLHS || ROp == SavedRHS) { in equivalentAsOperands()
677 if (LOp != SavedLHS || ROp != SavedRHS) in equivalentAsOperands()
686 if (!equivalentAsOperands(LOp, ROp, AC)) in equivalentAsOperands()
680 const auto *ROp = R->getOperand(I); equivalentAsOperands() local
/freebsd-src/sys/arm64/include/
H A Dasm.h152 * To help protect against ROP attacks we can use Pointer Authentication
/freebsd-src/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c528 uint16_t rop; in ntpd_dialog() local
532 if (ntpd_read(&rop, &rassocid, data, datalen) == -1) in ntpd_dialog()
535 if (rop != op) { in ntpd_dialog()
536 syslog(LOG_ERR, "bad response op 0x%x", rop); in ntpd_dialog()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h54 /// Frame index where the ROP Protection Hash is stored.
H A DPPC.td314 SubtargetFeature<"rop-protect", "HasROPProtect", "true",
315 "Add ROP protect">;
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp587 /// Return whether "X LOp (Y ROp Z)" is always equal to in leftDistributesOverRight()
588 /// "(X LOp Y) ROp (X LOp Z)". in leftDistributesOverRight()
590 Instruction::BinaryOps ROp) {
594 return ROp == Instruction::Or || ROp == Instruction::Xor; in rightDistributesOverLeft()
598 return ROp == Instruction::And; in rightDistributesOverLeft()
603 return ROp == Instruction::Add || ROp == Instruction::Sub; in rightDistributesOverLeft()
608 /// Return whether "(X LOp Y) ROp Z" is always equal to in getIdentityValue()
609 /// "(X ROp in getIdentityValue()
572 leftDistributesOverRight(Instruction::BinaryOps LOp,Instruction::BinaryOps ROp) leftDistributesOverRight() argument
593 rightDistributesOverLeft(Instruction::BinaryOps LOp,Instruction::BinaryOps ROp) rightDistributesOverLeft() argument
[all...]
/freebsd-src/contrib/file/tests/
H A DHWP97.hwp.testfile27 …�N�As�,Ot"ϻ��©��-j���u��w����-,����A�6��$-�we���wT��������_��Y琺�x�q�[Q��9�M��p�}>���>�<�rOP

12