Home
last modified time | relevance | path

Searched defs:NFA (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/tools/llvm-mca/X86/BdVer2/
H A Dregister-files-3.s47 # CHECK-NEXT: Total number of mappings created: 0
50 # CHECK: * Register File #2 -- PdIntegerPRF:
51 # CHECK-NEXT: Number of physical registers: 96
56 # CHECK-NEXT: [0.0] - PdAGLU01
58 # CHECK-NEXT: [1] - PdBranch
60 # CHECK-NEXT: [3] - PdDiv
63 # CHECK-NEXT: [6] - PdFPCVT
64 # CHECK-NEXT: [7.0] - PdFPFMA
69 # CHECK-NEXT: [10] - PdFPSTO
88 # CHECK: Timeline view:
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/x/
H A Dtypes.h47 y *= lenRecip;
52 // Coords2d
57 // ColorRGBA
59 float red,green,blue,alpha;
62 // ColorRGB
63 typedef struct {
64 float red,green,blue;
70 ColorRGBA indexColor;
88 typedef std::vector<unsigned int> MeshFace;
90 // MeshTextureCoords
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/lex/
H A DNFA.h18 struct NFA { struct
33 * Adds a new state to the NFA, returning its index. argument
35 int addState(NFAState s) { in addState() argument
49 std::vector<NFAState> fStates; argument
51 std::vector<int> fStartStates;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/lex/
H A DNFA.h18 struct NFA { struct
33 * Adds a new state to the NFA, returning its index. argument
35 int addState(NFAState s) { in addState() argument
49 std::vector<NFAState> fStates; argument
51 std::vector<int> fStartStates;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/lex/
H A DNFA.h18 struct NFA { struct
33 * Adds a new state to the NFA, returning its index. argument
35 int addState(NFAState s) { in addState() argument
49 std::vector<NFAState> fStates; argument
51 std::vector<int> fStartStates;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/lex/
H A DNFA.h18 struct NFA { struct
33 * Adds a new state to the NFA, returning its index. argument
35 int addState(NFAState s) { in addState() argument
49 std::vector<NFAState> fStates; argument
51 std::vector<int> fStartStates;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/lex/
H A DNFA.h18 struct NFA { struct
33 * Adds a new state to the NFA, returning its index. argument
35 int addState(NFAState s) { in addState() argument
49 std::vector<NFAState> fStates; argument
51 std::vector<int> fStartStates;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sksl/lex/
H A DNFA.h18 struct NFA { struct
33 * Adds a new state to the NFA, returning its index. argument
35 int addState(NFAState s) { in addState() argument
49 std::vector<NFAState> fStates; argument
51 std::vector<int> fStartStates;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/lex/
H A DNFA.h18 struct NFA { struct
33 * Adds a new state to the NFA, returning its index. argument
35 int addState(NFAState s) { in addState() argument
49 std::vector<NFAState> fStates; argument
51 std::vector<int> fStartStates;
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dnfa_internal.h84 struct ALIGN_CL_DIRECTIVE NFA { struct
87 /** \brief The size in bytes of the NFA engine. The engine is argument
108 /** \brief The number of valid positions/states for this NFA. Debug only */ argument
124 u32 maxWidth; /**< longest possible match in this NFA, 0 if unbounded */ argument
125 u32 minWidth; /**< minimum bytes required to match this NFA */ argument
131 // Accessor macro for the implementation NFA: we do things this way to avoid argument
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmod.rs18 pub struct NFA { struct
24 /// The starting state of this NFA. argument
35 /// Note that the NFA's transitions are *not* defined in terms of these argument
44 impl NFA { implementation
93 impl fmt::Debug for NFA { implementation
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmod.rs18 pub struct NFA { struct
24 /// The starting state of this NFA. argument
35 /// Note that the NFA's transitions are *not* defined in terms of these argument
44 impl NFA { implementation
93 impl fmt::Debug for NFA { implementation
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmod.rs18 pub struct NFA { struct
24 /// The starting state of this NFA. argument
35 /// Note that the NFA's transitions are *not* defined in terms of these argument
44 impl NFA { implementation
93 impl fmt::Debug for NFA { implementation
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmod.rs18 pub struct NFA { struct
24 /// The starting state of this NFA. argument
35 /// Note that the NFA's transitions are *not* defined in terms of these argument
44 impl NFA { implementation
93 impl fmt::Debug for NFA { implementation
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmod.rs18 pub struct NFA { struct
24 /// The starting state of this NFA. argument
35 /// Note that the NFA's transitions are *not* defined in terms of these argument
44 impl NFA { implementation
93 impl fmt::Debug for NFA { implementation
/dports/misc/broot/broot-1.7.0/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmod.rs18 pub struct NFA { struct
24 /// The starting state of this NFA. argument
35 /// Note that the NFA's transitions are *not* defined in terms of these argument
44 impl NFA { implementation
93 impl fmt::Debug for NFA { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmod.rs18 pub struct NFA { struct
24 /// The starting state of this NFA. argument
35 /// Note that the NFA's transitions are *not* defined in terms of these argument
44 impl NFA { implementation
93 impl fmt::Debug for NFA { implementation
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/regex-automata-0.1.9/src/nfa/
H A Dmod.rs18 pub struct NFA { struct
24 /// The starting state of this NFA. argument
35 /// Note that the NFA's transitions are *not* defined in terms of these argument
44 impl NFA { implementation
93 impl fmt::Debug for NFA { implementation
/dports/lang/gleam/gleam-0.18.2/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmod.rs18 pub struct NFA { struct
24 /// The starting state of this NFA. argument
35 /// Note that the NFA's transitions are *not* defined in terms of these argument
44 impl NFA { implementation
93 impl fmt::Debug for NFA { implementation
/dports/devel/grex/grex-1.3.0/cargo-crates/regex-automata-0.1.9/src/nfa/
H A Dmod.rs18 pub struct NFA { struct
24 /// The starting state of this NFA. argument
35 /// Note that the NFA's transitions are *not* defined in terms of these argument
44 impl NFA { argument
93 impl fmt::Debug for NFA { implementation
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/regex-automata-0.1.9/src/nfa/
H A Dmod.rs18 pub struct NFA { struct
24 /// The starting state of this NFA. argument
35 /// Note that the NFA's transitions are *not* defined in terms of these argument
44 impl NFA { implementation
93 impl fmt::Debug for NFA { implementation
/dports/devel/git-delta/delta-0.9.2/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmod.rs18 pub struct NFA { struct
24 /// The starting state of this NFA. argument
35 /// Note that the NFA's transitions are *not* defined in terms of these argument
44 impl NFA { implementation
93 impl fmt::Debug for NFA { implementation
/dports/editors/helix/helix-0.5.0/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmod.rs18 pub struct NFA { struct
24 /// The starting state of this NFA. argument
35 /// Note that the NFA's transitions are *not* defined in terms of these argument
44 impl NFA { argument
93 impl fmt::Debug for NFA { implementation
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/regex-automata/src/nfa/
H A Dmod.rs18 pub struct NFA { struct
24 /// The starting state of this NFA. argument
35 /// Note that the NFA's transitions are *not* defined in terms of these argument
44 impl NFA { impl
93 impl fmt::Debug for NFA { implementation
/dports/sysutils/hexyl/hexyl-0.9.0/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dmod.rs18 pub struct NFA { struct
24 /// The starting state of this NFA. argument
35 /// Note that the NFA's transitions are *not* defined in terms of these argument
44 impl NFA { impl
93 impl fmt::Debug for NFA { implementation

12345678910>>...17