Home
last modified time | relevance | path

Searched refs:ER (Results 1 – 25 of 114) sorted by relevance

12345

/freebsd/tools/test/sort/bigtest/
H A Dkcmd34 ER=$?
35 if ! [ ${ER} -eq 0 ] ; then
44 ER=$?
45 if ! [ ${ER} -eq 0 ] ; then
51 ER=$?
52 if ! [ ${ER} -eq 0 ] ; then
61 ER=$?
62 if ! [ ${ER} -eq 0 ] ; then
68 ER=$?
69 if ! [ ${ER} -eq 0 ] ; then
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp34 const ElementRegion *const ER = dyn_cast<ElementRegion>(MR); in checkDoubleNonblocking() local
37 if (!isa<TypedRegion>(MR) || (ER && !isa<TypedRegion>(ER->getSuperRegion()))) in checkDoubleNonblocking()
64 const ElementRegion *const ER = dyn_cast<ElementRegion>(MR); in checkUnmatchedWaits() local
67 if (!isa<TypedRegion>(MR) || (ER && !isa<TypedRegion>(ER->getSuperRegion()))) in checkUnmatchedWaits()
154 if (const ElementRegion *const ER = MR->getAs<ElementRegion>()) { in allRegionsUsedByWait() local
155 SuperRegion = cast<SubRegion>(ER->getSuperRegion()); in allRegionsUsedByWait()
173 const ElementRegion *const ER = RegionManager.getElementRegion( in allRegionsUsedByWait() local
177 ReqRegions.push_back(ER->getAs<MemRegion>()); in allRegionsUsedByWait()
/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c198 enum qfq_state { ER, IR, EB, IB, QFQ_MAX_STATE }; enumerator
363 unsigned long mask = mask_from(q->bitmaps[ER], grp->index); in qfq_calc_state()
391 unsigned long mask = mask_from(q->bitmaps[ER], index + 1); in qfq_unblock_groups()
401 qfq_move_groups(q, mask, EB, ER); in qfq_unblock_groups()
426 qfq_move_groups(q, mask, IR, ER); in qfq_make_eligible()
509 if (!q->bitmaps[ER]) { in qfq_update_eligible()
557 if (!q->bitmaps[ER]) { in qfq_dequeue()
563 grp = qfq_ffs(q, q->bitmaps[ER]); in qfq_dequeue()
582 __clear_bit(grp->index, &q->bitmaps[ER]); in qfq_dequeue()
593 __clear_bit(grp->index, &q->bitmaps[ER]); in qfq_dequeue()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h99 RValue ER;
100 ER.Vals.first = V;
101 ER.Flavor = Scalar;
102 ER.IsVolatile = false;
103 return ER;
109 RValue ER;
110 ER.Vals = {V1, V2};
111 ER.Flavor = Complex;
112 ER.IsVolatile = false;
113 return ER;
[all …]
/freebsd/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c856 r->attr.su_entry.ER.h.length[0] = 8; in cd9660_susp_ER()
857 r->attr.su_entry.ER.h.version[0] = 1; in cd9660_susp_ER()
859 r->attr.su_entry.ER.len_id[0] = (u_char)strlen(ext_id); in cd9660_susp_ER()
860 r->attr.su_entry.ER.len_des[0] = (u_char)strlen(ext_des); in cd9660_susp_ER()
861 r->attr.su_entry.ER.len_src[0] = (u_char)strlen(ext_src); in cd9660_susp_ER()
863 l = r->attr.su_entry.ER.len_id[0] + in cd9660_susp_ER()
864 r->attr.su_entry.ER.len_src[0] + in cd9660_susp_ER()
865 r->attr.su_entry.ER.len_des[0]; in cd9660_susp_ER()
868 assert(l + r->attr.su_entry.ER.h.length[0] <= 254); in cd9660_susp_ER()
870 r->attr.su_entry.ER.h.length[0] += (u_char)l; in cd9660_susp_ER()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp352 bool operator==(const ExtRoot &ER) const { in operator ==()
353 return Kind == ER.Kind && V.ImmVal == ER.V.ImmVal; in operator ==()
355 bool operator!=(const ExtRoot &ER) const { in operator !=()
356 return !operator==(ER); in operator !=()
358 bool operator<(const ExtRoot &ER) const;
366 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {} in ExtValue()
401 void assignInits(const ExtRoot &ER, unsigned Begin, unsigned End,
427 friend raw_ostream &operator<< (raw_ostream &OS, const ExtRoot &ER);
510 raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtRoot &ER) { in operator <<() argument
511 switch (ER.Kind) { in operator <<()
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-WPS64 If you want to enable WPS external registrar (ER) functionality, you
225 wpa_supplicant as WPS External Registrar (ER)
228 wpa_supplicant can be used as a WPS ER to configure an AP or enroll
233 Separate wpa_supplicant process can be started for WPS ER
236 example, the following command could be used to start the ER:
245 wpa_cli commands for ER functionality:
248 - start WPS ER functionality
251 - if run again while ER is active, the stored information (discovered APs
255 - stop WPS ER functionality
283 WPS ER events:
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp726 const ElementRegion *ER = nullptr; in getDescriptiveName() local
727 while ((ER = R->getAs<ElementRegion>())) { in getDescriptiveName()
729 if (auto CI = ER->getIndex().getAs<nonloc::ConcreteInt>()) { in getDescriptiveName()
736 auto SI = ER->getIndex().getAs<nonloc::SymbolVal>(); in getDescriptiveName()
750 R = ER->getSuperRegion(); in getDescriptiveName()
1394 const auto *ER = cast<ElementRegion>(R); in StripCasts() local
1395 if (!ER->getIndex().isZeroConstant()) in StripCasts()
1397 R = ER->getSuperRegion(); in StripCasts()
1425 const ElementRegion *ER = this; in getAsArrayOffset() local
1431 while (ER) { in getAsArrayOffset()
[all …]
H A DRegionStore.cpp1460 if (const ElementRegion* ER = dyn_cast<ElementRegion>(R)) { in getBinding() local
1466 return svalBuilder.evalCast(getBindingForElement(B, ER), T, QualType{}); in getBinding()
1576 if (const ElementRegion *ER = dyn_cast<ElementRegion>(R)) { in findLazyBinding() local
1577 Result = findLazyBinding(B, cast<SubRegion>(ER->getSuperRegion()), in findLazyBinding()
1581 Result.second = MRMgr.getElementRegionWithSuper(ER, Result.second); in findLazyBinding()
1636 getElementRegionOffsetsWithBase(const ElementRegion *ER) { in getElementRegionOffsetsWithBase() argument
1637 assert(ER && "ConstantArrayType should not be null"); in getElementRegionOffsetsWithBase()
1641 SValOffsets.push_back(ER->getIndex()); in getElementRegionOffsetsWithBase()
1642 Base = ER->getSuperRegion(); in getElementRegionOffsetsWithBase()
1643 ER = dyn_cast<ElementRegion>(Base); in getElementRegionOffsetsWithBase()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h27 explicit TagRecordHash(codeview::EnumRecord ER, uint32_t Full, in TagRecordHash()
29 : FullRecordHash(Full), ForwardDeclHash(Forward), Enum(std::move(ER)) { in TagRecordHash()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp616 ExprResult ER = getActions().CorrectDelayedTyposInExpr(ParseExpression()); in ParseOpenACCConditionExpr() local
618 if (!ER.isUsable()) in ParseOpenACCConditionExpr()
619 return ER; in ParseOpenACCConditionExpr()
622 getActions().ActOnCondition(getCurScope(), ER.get()->getExprLoc(), in ParseOpenACCConditionExpr()
623 ER.get(), Sema::ConditionKind::Boolean); in ParseOpenACCConditionExpr()
659 ExprResult ER = ParseAssignmentExpression(); in ParseOpenACCIntExpr() local
663 if (!ER.isUsable()) in ParseOpenACCIntExpr()
664 return {ER, OpenACCParseCanContinue::Cannot}; in ParseOpenACCIntExpr()
668 ER = getActions().CorrectDelayedTyposInExpr(ER); in ParseOpenACCIntExpr()
669 if (!ER.isUsable()) in ParseOpenACCIntExpr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp244 auto ER = Evaluator->evaluate(); in run() local
245 if (!ER) in run()
247 float Ret = *ER->getTensorValue<float>(0); in run()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp222 if (const ElementRegion *ER = dyn_cast<ElementRegion>(Reg)) { in getTaintedSymbolsImpl() local
224 getTaintedSymbolsImpl(State, ER->getIndex(), K, returnFirstOnly); in getTaintedSymbolsImpl()
241 if (const SubRegion *ER = dyn_cast<SubRegion>(Reg)) { in getTaintedSymbolsImpl() local
243 getTaintedSymbolsImpl(State, ER->getSuperRegion(), K, returnFirstOnly); in getTaintedSymbolsImpl()
H A DCStringChecker.cpp405 const ElementRegion *ER, CharKind CK) { in getIndex() argument
410 if (ER->getValueType() != Ctx.CharTy) in getIndex()
412 return ER->getIndex(); in getIndex()
415 if (ER->getValueType() != Ctx.WideCharTy) in getIndex()
424 SVB.evalBinOpNN(State, BO_Mul, ER->getIndex(), WideSize, SizeTy); in getIndex()
445 const auto *ER = dyn_cast_or_null<ElementRegion>(R); in checkInit() local
446 if (!ER) in checkInit()
449 const auto *SuperR = ER->getSuperRegion()->getAs<TypedValueRegion>(); in checkInit()
563 const auto *ER = dyn_cast<ElementRegion>(R); in CheckLocation() local
564 if (!ER) in CheckLocation()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/powerpc/4xx/
H A Dcpm.txt12 in the following order (ER,FR,SR). The
14 (SR,ER,FR). For the second case set
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp495 ExprResult ER = E; in ActOnCaseExpr() local
497 ER = VerifyIntegerConstantExpression(E, AllowFold); in ActOnCaseExpr()
498 if (!ER.isInvalid()) in ActOnCaseExpr()
499 ER = DefaultLvalueConversion(ER.get()); in ActOnCaseExpr()
500 if (!ER.isInvalid()) in ActOnCaseExpr()
501 ER = ImpCastExprToType(ER.get(), CondType, CK_IntegralCast); in ActOnCaseExpr()
502 if (!ER.isInvalid()) in ActOnCaseExpr()
503 ER = ActOnFinishFullExpr(ER.get(), ER.get()->getExprLoc(), false); in ActOnCaseExpr()
504 return ER; in ActOnCaseExpr()
3429 ExprResult ER = in ActOnCapScopeReturnStmt() local
[all …]
/freebsd/usr.bin/mkimg/tests/
H A Dimg-1x1-4096-apm.raw.hex1 00000000 45 52 02 00 00 00 21 08 00 00 00 00 00 00 00 00 |ER....!.........|
H A Dimg-63x255-4096-apm.raw.hex1 00000000 45 52 02 00 00 00 21 08 00 00 00 00 00 00 00 00 |ER....!.........|
H A Dimg-63x255-512-apm.raw.hex1 00000000 45 52 02 00 00 00 21 04 00 00 00 00 00 00 00 00 |ER....!.........|
H A Dimg-1x1-512-apm.raw.hex1 00000000 45 52 02 00 00 00 21 04 00 00 00 00 00 00 00 00 |ER....!.........|
H A Dimg-63x255-4096-apm.vhdf.hex1 00000000 45 52 02 00 00 00 40 00 00 00 00 00 00 00 00 00 |ER....@.........|
H A Dimg-1x1-4096-apm.vhdf.hex1 00000000 45 52 02 00 00 00 28 00 00 00 00 00 00 00 00 00 |ER....(.........|
H A Dimg-1x1-512-apm.vhdf.hex1 00000000 45 52 02 00 00 00 28 00 00 00 00 00 00 00 00 00 |ER....(.........|
H A Dimg-63x255-512-apm.vhdf.hex1 00000000 45 52 02 00 00 00 40 00 00 00 00 00 00 00 00 00 |ER....@.........|
H A Dimg-1x1-4096-apm.qcow2.hex53 00050000 45 52 02 00 00 00 21 80 00 00 00 00 00 00 00 00 |ER....!.........|

12345