Home
last modified time | relevance | path

Searched refs:ER (Results 1 – 25 of 122) 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()
152 if (const ElementRegion *const ER = MR->getAs<ElementRegion>()) { in allRegionsUsedByWait() local
153 SuperRegion = cast<SubRegion>(ER->getSuperRegion()); in allRegionsUsedByWait()
171 const ElementRegion *const ER = RegionManager.getElementRegion( in allRegionsUsedByWait() local
175 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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefResultChecker.cpp48 const ElementRegion *ER = dyn_cast<ElementRegion>(MR); in isArrayIndexOutOfBounds() local
49 if (!ER) in isArrayIndexOutOfBounds()
52 DefinedOrUnknownSVal Idx = ER->getIndex().castAs<DefinedOrUnknownSVal>(); in isArrayIndexOutOfBounds()
54 state, ER->getSuperRegion(), C.getSValBuilder(), ER->getValueType()); in isArrayIndexOutOfBounds()
H A DTaint.cpp230 if (const ElementRegion *ER = dyn_cast<ElementRegion>(Reg)) { in getTaintedSymbolsImpl() local
232 getTaintedSymbolsImpl(State, ER->getIndex(), K, returnFirstOnly); in getTaintedSymbolsImpl()
249 if (const SubRegion *ER = dyn_cast<SubRegion>(Reg)) { in getTaintedSymbolsImpl() local
251 getTaintedSymbolsImpl(State, ER->getSuperRegion(), K, returnFirstOnly); in getTaintedSymbolsImpl()
H A DCStringChecker.cpp406 const ElementRegion *ER, CharKind CK) { in getIndex() argument
411 if (ER->getValueType() != Ctx.CharTy) in getIndex()
413 return ER->getIndex(); in getIndex()
416 if (ER->getValueType() != Ctx.WideCharTy) in getIndex()
425 SVB.evalBinOpNN(State, BO_Mul, ER->getIndex(), WideSize, SizeTy); in getIndex()
446 const auto *ER = dyn_cast_or_null<ElementRegion>(R); in checkInit() local
447 if (!ER) in checkInit()
450 const auto *SuperR = ER->getSuperRegion()->getAs<TypedValueRegion>(); in checkInit()
568 const auto *ER = dyn_cast<ElementRegion>(R); in CheckLocation() local
569 if (!ER) in CheckLocation()
[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.cpp339 bool operator==(const ExtRoot &ER) const { in operator ==()
340 return Kind == ER.Kind && V.ImmVal == ER.V.ImmVal; in operator ==()
342 bool operator!=(const ExtRoot &ER) const { in operator !=()
343 return !operator==(ER); in operator !=()
345 bool operator<(const ExtRoot &ER) const;
353 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {} in ExtValue()
388 void assignInits(const ExtRoot &ER, unsigned Begin, unsigned End,
414 friend raw_ostream &operator<< (raw_ostream &OS, const ExtRoot &ER);
497 raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtRoot &ER) { in operator <<() argument
498 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/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h28 explicit TagRecordHash(codeview::EnumRecord ER, uint32_t Full, in TagRecordHash()
30 : FullRecordHash(Full), ForwardDeclHash(Forward), Enum(std::move(ER)) { in TagRecordHash()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp742 const ElementRegion *ER = nullptr; in getDescriptiveName() local
743 while ((ER = R->getAs<ElementRegion>())) { in getDescriptiveName()
745 if (auto CI = ER->getIndex().getAs<nonloc::ConcreteInt>()) { in getDescriptiveName()
752 auto SI = ER->getIndex().getAs<nonloc::SymbolVal>(); in getDescriptiveName()
766 R = ER->getSuperRegion(); in getDescriptiveName()
1452 const auto *ER = cast<ElementRegion>(R); in StripCasts() local
1453 if (!ER->getIndex().isZeroConstant()) in StripCasts()
1455 R = ER->getSuperRegion(); in StripCasts()
1483 const ElementRegion *ER = this; in getAsArrayOffset() local
1489 while (ER) { in getAsArrayOffset()
[all …]
H A DRegionStore.cpp1619 if (const ElementRegion* ER = dyn_cast<ElementRegion>(R)) { in getBinding() local
1625 return svalBuilder.evalCast(getBindingForElement(B, ER), T, QualType{}); in getBinding()
1735 if (const ElementRegion *ER = dyn_cast<ElementRegion>(R)) { in findLazyBinding() local
1736 Result = findLazyBinding(B, cast<SubRegion>(ER->getSuperRegion()), in findLazyBinding()
1740 Result.second = MRMgr.getElementRegionWithSuper(ER, Result.second); in findLazyBinding()
1795 getElementRegionOffsetsWithBase(const ElementRegion *ER) { in getElementRegionOffsetsWithBase() argument
1796 assert(ER && "ConstantArrayType should not be null"); in getElementRegionOffsetsWithBase()
1800 SValOffsets.push_back(ER->getIndex()); in getElementRegionOffsetsWithBase()
1801 Base = ER->getSuperRegion(); in getElementRegionOffsetsWithBase()
1802 ER = dyn_cast<ElementRegion>(Base); in getElementRegionOffsetsWithBase()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp245 auto ER = Evaluator->evaluate(); in run() local
246 if (!ER) in run()
248 float Ret = *ER->getTensorValue<float>(0); in run()
/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/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....!.........|
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp526 ExprResult ER = E; in ActOnCaseExpr() local
528 ER = VerifyIntegerConstantExpression(E, AllowFoldKind::Allow); in ActOnCaseExpr()
529 if (!ER.isInvalid()) in ActOnCaseExpr()
530 ER = DefaultLvalueConversion(ER.get()); in ActOnCaseExpr()
531 if (!ER.isInvalid()) in ActOnCaseExpr()
532 ER = ImpCastExprToType(ER.get(), CondType, CK_IntegralCast); in ActOnCaseExpr()
533 if (!ER.isInvalid()) in ActOnCaseExpr()
534 ER = ActOnFinishFullExpr(ER.get(), ER.get()->getExprLoc(), false); in ActOnCaseExpr()
535 return ER; in ActOnCaseExpr()
3537 ExprResult ER = in ActOnCapScopeReturnStmt() local
[all …]

12345