| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | DirectiveNameParser.cpp | 59 if (!From->Transition) in insertTransition() 60 From->Transition = std::make_unique<State::TransitionMapTy>(); in insertTransition() 64 auto [Where, DidIt] = From->Transition->try_emplace(Tok, State()); in insertTransition() 71 if (!Transition) in next() 73 auto F = Transition->find(Tok); in next() 74 return F != Transition->end() ? &F->second : nullptr; in next() 78 if (!Transition) in next() 80 auto F = Transition->find(Tok); in next() 81 return F != Transition->end() ? &F->second : nullptr; in next()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DFAEmitter.cpp | 173 class Transition { class 181 Transition(const Record *R, Automaton *Parent); 192 std::vector<Transition> Transitions; 270 for (Transition &T : Transitions) { in emit() 304 Transition::Transition(const Record *R, Automaton *Parent) { in Transition() function in Transition 337 bool Transition::canTransitionFrom(uint64_t State) { in canTransitionFrom() 344 uint64_t Transition::transitionFrom(uint64_t State) { return State | NewState; } in transitionFrom()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Automaton.td | 42 // symbol A to state B. The Transition object transforms state A to state B and 55 // Name of a class that inherits from Transition. All records inheriting from 72 // def MyTransition : Transition { 77 // let TransitionClass = "Transition"; 84 // All transitions inherit from Transition. 85 class Transition {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | DirectiveNameParser.h | 55 std::unique_ptr<TransitionMapTy> Transition; member 60 return Value != Directive::OMPD_unknown || !Transition->empty(); in isValid()
|
| /freebsd/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | BlockVerifier.cpp | 56 struct Transition { argument 65 static constexpr std::array<const Transition, number(State::StateMax)> in transition() 54 struct Transition { global() struct 55 Fromllvm::xray::__anon09ebe70a0111::Transition global() argument
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 282 for (DiagStatePoint &Transition : File.StateTransitions) { in dump() 292 .getLocWithOffset(Transition.Offset) in dump() 294 llvm::errs() << ": state " << Transition.State << ":\n"; in dump() 300 for (auto &Mapping : *Transition.State) { in dump()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 7976 Instruction *Transition; member in __anon1d600f581b11::VectorPromoteHelper 7992 return Transition; in getEndOfTransition() 8000 assert(isa<ExtractElementInst>(Transition) && in getTransitionOriginalValueIdx() 8009 assert(isa<ExtractElementInst>(Transition) && in getTransitionIdx() 8019 return Transition->getOperand(getTransitionOriginalValueIdx())->getType(); in getTransitionType() 8034 Value *ValIdx = Transition->getOperand(getTransitionOriginalValueIdx()); in isProfitableToPromote() 8057 TTI.getVectorInstrCost(*Transition, PromotedType, CostKind, Index); in isProfitableToPromote() 8097 Value *ValExtractIdx = Transition->getOperand(getTransitionIdx()); in getConstantVector() 8148 const TargetTransformInfo &TTI, Instruction *Transition, in VectorPromoteHelper() argument 8150 : DL(DL), TLI(TLI), TTI(TTI), Transition(Transition), in VectorPromoteHelper() [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | life_cycle-kdf.pod | 35 =head2 State Transition Diagram
|
| H A D | life_cycle-rand.pod | 41 =head2 State Transition Diagram
|
| H A D | life_cycle-mac.pod | 44 =head2 State Transition Diagram
|
| H A D | life_cycle-digest.pod | 51 =head2 State Transition Diagram
|
| H A D | life_cycle-cipher.pod | 56 =head2 State Transition Diagram
|
| H A D | life_cycle-pkey.pod | 72 =head2 State Transition Diagram
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | connection-state-machine.md | 232 Where an action is specified in the Transition/Action column but no new state, 236 <tr><th>State</th><th>Action On Entry/Exit</th><th>Event</th><th>Transition/Action</th></tr> 454 explicitly in the Transition column except for the `CAN_SEND` event. 528 as well as in `TERMINATING.CLOSING`. Transition to `TERMINATING.DRAINING`.
|
| /freebsd/sys/contrib/device-tree/Bindings/powerpc/opal/ |
| H A D | power-mgt.txt | 98 - The Transition Rate, TR is set to the Maximum value
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | android.config | 127 # IEEE Std 802.11r-2008 (Fast BSS Transition)
|
| H A D | defconfig | 147 # IEEE Std 802.11r-2008 (Fast BSS Transition)
|
| H A D | ChangeLog | 77 * added support for Transition Disable mechanism to allow the AP to 272 * added initial MBO support; number of extensions to WNM BSS Transition 344 * add BSS_TM_REQ ctrl_iface command to send BSS Transition Management 646 * WNM: Add BSS Transition Management Request for ESS Disassoc Imminent.
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenSchedule.cpp | 2217 for (const CodeGenSchedTransition &Transition : Transitions) { in dump() local 2218 dbgs() << Transition.ProcIndex << ", "; in dump()
|
| /freebsd/contrib/sendmail/ |
| H A D | README | 222 RFC1428 Transition of Internet Mail from Just-Send-8 to
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | android.config | 358 # IEEE Std 802.11r-2008 (Fast BSS Transition) for station mode
|
| H A D | defconfig | 420 # IEEE Std 802.11r-2008 (Fast BSS Transition) for station mode
|
| H A D | ChangeLog | 93 * added support for Transition Disable mechanism to allow the AP to 400 * added initial MBO support; number of extensions to WNM BSS Transition 517 * improved BSS Transition Management processing 797 * added support for BSS Transition Management 1003 - minimal BSS Transition Management processing
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.ok | 390 W. A. Woods Transition Network Grammars for Natural 1722 from Program Transition Diagram . . . . 186--191 1894 Mario Schkolnick The Equivalence of Reducing Transition
|
| /freebsd/sys/contrib/zstd/ |
| H A D | CHANGELOG | 709 Transition version, supporting decoding of v0.8.x
|