HomeSort by: relevance | last modified time | path
    Searched defs:transition (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp.c 104 /* initialize transition input */
128 static enum mod_hdcp_status transition(struct mod_hdcp *hdcp, function
468 /* execute and transition */
470 trans_status = transition(
  /src/external/apache2/llvm/dist/llvm/lib/XRay/
BlockVerifier.cpp 54 struct Transition {
61 Error BlockVerifier::transition(State To) { function in class:llvm::xray::BlockVerifier
63 static constexpr std::array<const Transition, number(State::StateMax)>
113 "BUG (BlockVerifier): Cannot find transition table entry for %s, "
129 "BlockVerifier: Invalid transition from %s to %s.",
137 return transition(State::BufferExtents);
141 return transition(State::WallClockTime);
145 return transition(State::NewCPUId);
149 return transition(State::TSCWrap);
153 return transition(State::CustomEvent)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Automaton.h 43 /// Forward define the pair type used by the automata transition info tables.
62 /// Cached transition table. This is a table of NfaStatePairs that contains
92 /// transition.
93 void transition(ArrayRef<NfaStatePair> Pairs) { function in class:llvm::internal::NfaTranscriber
100 // transition from the current head state.
103 // For every transition from the current head state, add a new path
132 void transition(unsigned TransitionInfoIdx) { function in class:llvm::internal::NfaTranscriber
138 transition(Pairs);
164 /// TransitionInfoIdx is used by the DfaTranscriber to analyze the transition.
201 // Greedily read and cache the transition table
    [all...]
  /src/sys/dev/isa/
isv.c 149 bool transition = false; local
156 transition = true;
163 transition = true;
170 return transition;
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/xsm/
flask_op.h 65 /* IN: transition SIDs and class */
197 struct xen_flask_transition transition; member in union:xen_flask_op::__anon6702
  /src/sbin/init/
init.c 148 static void transition(state_t);
341 transition(requested_transition);
578 transition(state_t s) function
1393 * Don't record any transitions until we did the first transition
1458 * Catch a signal and request a state transition.
  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 1122 an rtx X. Some also take as input a transition label LABEL; the others
1123 are booleans for which the transition label is always "true".
1435 /* A simple set of transition labels. Most transitions have a singleton
1505 /* Represents a transition between states, dependent on the result of
1507 class transition
1510 transition (const int_set &, state *, bool);
1512 void set_parent (list_head <transition> *);
1515 transition *prev, *next;
1517 /* The transition should be taken when T has one of these values.
1544 If a transition exists for the test outcome, the machine switche
1503 class transition class
1571 transition::transition (const int_set &labels_in, state *to_in, function in class:transition
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 1122 an rtx X. Some also take as input a transition label LABEL; the others
1123 are booleans for which the transition label is always "true".
1435 /* A simple set of transition labels. Most transitions have a singleton
1505 /* Represents a transition between states, dependent on the result of
1507 class transition
1510 transition (const int_set &, state *, bool);
1512 void set_parent (list_head <transition> *);
1515 transition *prev, *next;
1517 /* The transition should be taken when T has one of these values.
1544 If a transition exists for the test outcome, the machine switche
1503 class transition class
1571 transition::transition (const int_set &labels_in, state *to_in, function in class:transition
    [all...]

Completed in 23 milliseconds