Home
last modified time | relevance | path

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

123

/freebsd/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/contrib/llvm-project/llvm/lib/Target/M68k/
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 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:$src, TYPE.IOp:$opd),
146 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.IOp:$opd),
168 : MxInst<(outs), (ins MEMOpd:$dst, TYPE.ROp:$opd),
337 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.ROp:$opd),
399 : MxInst<(outs), (ins LHS_TYPE.ROp:$lhs, RHS_TYPE.ROp:$rhs),
415 : MxInst<(outs), (ins TYPE.IOp:$imm, TYPE.ROp:$reg),
468 : MxInst<(outs), (ins TYPE.ROp:$reg, MEMOpd:$mem),
[all …]
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 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 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/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/tools/build/options/
H A DWITH_ZEROREGS4 Additionally this reduces the number of usable ROP gadgets for attackers.
/freebsd/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 initFeatureMap()
682 // We can turn on ROP Protect on Power 8 and above. in initFeatureMap()
736 .Case("rop-protect", HasROPProtect) in hasFeature()
/freebsd/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/share/man/man9/
H A Dshm_map.9130 fdrop(fp, curthread);
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp674 const auto *ROp = R->getOperand(I); in equivalentAsOperands() local
676 if (LOp == SavedLHS || ROp == SavedRHS) { in equivalentAsOperands()
677 if (LOp != SavedLHS || ROp != SavedRHS) in equivalentAsOperands()
686 if (!equivalentAsOperands(LOp, ROp, AC)) in equivalentAsOperands()
/freebsd/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/sys/arm64/include/
H A Dasm.h162 * To help protect against ROP attacks we can use Pointer Authentication
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h54 /// Frame index where the ROP Protection Hash is stored.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp587 /// Return whether "X LOp (Y ROp Z)" is always equal to
588 /// "(X LOp Y) ROp (X LOp Z)".
590 Instruction::BinaryOps ROp) { in leftDistributesOverRight() argument
594 return ROp == Instruction::Or || ROp == Instruction::Xor; in leftDistributesOverRight()
598 return ROp == Instruction::And; in leftDistributesOverRight()
603 return ROp == Instruction::Add || ROp == Instruction::Sub; in leftDistributesOverRight()
608 /// Return whether "(X LOp Y) ROp Z" is always equal to
609 /// "(X ROp Z) LOp (Y ROp Z)".
611 Instruction::BinaryOps ROp) { in rightDistributesOverLeft() argument
612 if (Instruction::isCommutative(ROp)) in rightDistributesOverLeft()
[all …]
/freebsd/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

123