Home
last modified time | relevance | path

Searched refs:Transitions (Results 1 – 23 of 23) sorted by relevance

/third_party/rust/crates/aho-corasick/src/
Dnfa.rs191 let trans = Transitions::Dense(Dense::new()); in add_dense_state()
204 let trans = Transitions::Sparse(vec![]); in add_sparse_state()
291 trans: Transitions<S>,
379 enum Transitions<S> { enum
384 impl<S: StateID> Transitions<S> { impl
387 Transitions::Sparse(ref sparse) => { in heap_bytes()
390 Transitions::Dense(ref dense) => dense.len() * size_of::<S>(), in heap_bytes()
396 Transitions::Sparse(ref sparse) => { in next_state()
404 Transitions::Dense(ref dense) => dense[input], in next_state()
410 Transitions::Sparse(ref mut sparse) => { in set_next_state()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAutomaton.h193 Automaton(ArrayRef<InfoT> Transitions,
200 for (const auto &I : Transitions)
/third_party/rust/crates/regex/src/
Ddfa.rs127 trans: Transitions,
161 struct Transitions { struct
421 trans: Transitions::new(num_byte_classes), in new()
1639 impl Transitions { implementation
1644 fn new(num_byte_classes: usize) -> Transitions { in new() argument
1645 Transitions { table: vec![], num_byte_classes } in new()
1760 impl fmt::Debug for Transitions { implementation
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DFastOpenGLStateTransitions.md1 # Fast OpenGL State Transitions
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DREADME.md77 - [Fast OpenGL State Transitions](doc/FastOpenGLStateTransitions.md)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DAutomaton.td41 // provides a set of possible Transitions from state A, consuming an input
/third_party/openssl/doc/man7/
Dlife_cycle-kdf.pod69 =head2 Formal State Transitions
Dlife_cycle-rand.pod81 =head2 Formal State Transitions
Dlife_cycle-mac.pod88 =head2 Formal State Transitions
Dlife_cycle-digest.pod87 =head2 Formal State Transitions
Dlife_cycle-cipher.pod119 =head2 Formal State Transitions
Dlife_cycle-pkey.pod141 =head2 Formal State Transitions
/third_party/skia/third_party/externals/angle2/doc/
DDirtyBits.md94 See [Fast OpenGL State Transitions][FastStateTransitions] in [Vulkan documents][VulkanREADME] for
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dnotification_listener.dart154 /// Transitions, in particular, do not. Changing one's layout in one's build
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DREADME.md27 ### Fast OpenGL State Transitions
/third_party/rust/crates/memchr/bench/data/sliceslice/
Dwords.txt4242 Transitions
Di386.txt487 15.3.1 Transitions Through Task Switches
488 15.3.2 Transitions Through Trap Gates and Interrupt Gates
11360 15.3.1 Transitions Through Task Switches
11377 15.3.2 Transitions Through Trap Gates and Interrupt Gates
Di386-notutf8.txt487 15.3.1 Transitions Through Task Switches
488 15.3.2 Transitions Through Trap Gates and Interrupt Gates
11360 15.3.1 Transitions Through Task Switches
11377 15.3.2 Transitions Through Trap Gates and Interrupt Gates
/third_party/node/doc/api/
Dasync_hooks.md1055 Transitions into the context for the remainder of the current
/third_party/tzdata/
Daustralasia645 # Transitions after 1952 are from Shanks & Pottenger.
2037 # Transitions before 2015 are from timeanddate.com, which consulted
Dasia2558 # Transitions through 1991 are from Shanks & Pottenger.
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dsliver.dart1695 // Transitions from the RenderSliver world to the RenderBox world.
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp170957 Transitions = 1 enumerator
170962 static_cast<size_t>(CascadeLevel::Transitions) + 1;