Home
last modified time | relevance | path

Searched defs:DFA (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Go/antlr/
H A Ddfa.go12 type DFA struct { struct
14 atnStartState DecisionState
16 decision int
20 states map[int]*DFAState
21 statesMu sync.RWMutex
23 s0 *DFAState
24 s0Mu sync.RWMutex
28 precedenceDfa bool
107 func (d *DFA) getS0() *DFAState {
113 func (d *DFA) setS0(s *DFAState) {
[all …]
/dports/devel/re2c/re2c-2.2/src/adfa/
H A Dadfa.h80 struct DFA { struct
81 accept_t accepts;
82 const loc_t loc;
85 uint32_t lbChar;
86 uint32_t ubChar;
87 uint32_t nStates;
88 State *head;
89 State *defstate;
90 State *eof_state;
92 const tcid_t tags0;
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/fte/
H A Ddfa.go28 type DFA struct { struct
29 mu sync.RWMutex
30 ptr unsafe.Pointer
31 capacity int
33 regex string
34 n int
58 func (dfa *DFA) Close() error {
70 func (dfa *DFA) N() int { return dfa.n }
73 func (dfa *DFA) Capacity() int {
77 func (dfa *DFA) calculateCapacity() error {
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/fte/
H A Ddfa.go28 type DFA struct { struct
29 mu sync.RWMutex
30 ptr unsafe.Pointer
31 capacity int
33 regex string
34 n int
58 func (dfa *DFA) Close() error {
70 func (dfa *DFA) N() int { return dfa.n }
73 func (dfa *DFA) Capacity() int {
77 func (dfa *DFA) calculateCapacity() error {
[all …]
/dports/textproc/go-yq/yq-4.7.0/vendor/github.com/timtadh/lexmachine/dfa/
H A Dgen.go18 type DFA struct { struct
19 minimal bool
20 Start int // the starting state
21 Error int // the error state (should be 0)
22 Accepting machines.DFAAccepting // state-idx to match-id
23 Trans machines.DFATrans // the transition matrix
24 Matches [][]int // match-id to list of accepting states
147 func (dfa *DFA) String() string {
174 func (dfa *DFA) Dotty() string {
255 func (dfa *DFA) match(text string) int {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/lex/
H A DDFA.h17 struct DFA { struct
18 DFA(std::vector<int> charMappings, std::vector<std::vector<int>> transitions, in DFA() function
27 std::vector<int> fCharMappings;
30 std::vector<std::vector<int>> fTransitions;
34 std::vector<int> fAccepts;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/lex/
H A DDFA.h17 struct DFA { struct
18 DFA(std::vector<int> charMappings, std::vector<std::vector<int>> transitions, in DFA() argument
27 std::vector<int> fCharMappings;
30 std::vector<std::vector<int>> fTransitions;
34 std::vector<int> fAccepts;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sksl/lex/
H A DDFA.h17 struct DFA { struct
18 DFA(std::vector<int> charMappings, std::vector<std::vector<int>> transitions, in DFA() function
27 std::vector<int> fCharMappings;
30 std::vector<std::vector<int>> fTransitions;
34 std::vector<int> fAccepts;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/lex/
H A DDFA.h17 struct DFA { struct
18 DFA(std::vector<int> charMappings, std::vector<std::vector<int>> transitions, in DFA() argument
27 std::vector<int> fCharMappings;
30 std::vector<std::vector<int>> fTransitions;
34 std::vector<int> fAccepts;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/lex/
H A DDFA.h17 struct DFA { struct
18 DFA(std::vector<int> charMappings, std::vector<std::vector<int>> transitions, in DFA() argument
27 std::vector<int> fCharMappings;
30 std::vector<std::vector<int>> fTransitions;
34 std::vector<int> fAccepts;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/lex/
H A DDFA.h17 struct DFA { struct
18 DFA(std::vector<int> charMappings, std::vector<std::vector<int>> transitions, in DFA() function
27 std::vector<int> fCharMappings;
30 std::vector<std::vector<int>> fTransitions;
34 std::vector<int> fAccepts;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/lex/
H A DDFA.h17 struct DFA { struct
18 DFA(std::vector<int> charMappings, std::vector<std::vector<int>> transitions, in DFA() function
27 std::vector<int> fCharMappings;
30 std::vector<std::vector<int>> fTransitions;
34 std::vector<int> fAccepts;
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/vellum/levenshtein/
H A Ddfa.go24 type DFA struct { struct
25 transitions [][256]uint32
26 distances []Distance
27 initState int
28 ed uint8
32 func (d *DFA) initialState() int {
43 func (d *DFA) numStates() int {
52 func (d *DFA) eval(bytes []uint8) Distance {
62 func (d *DFA) Start() int {
66 func (d *DFA) IsMatch(state int) bool {
[all …]
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/couchbase/vellum/levenshtein/
H A Ddfa.go24 type DFA struct { struct
25 transitions [][256]uint32
26 distances []Distance
27 initState int
28 ed uint8
32 func (d *DFA) initialState() int {
43 func (d *DFA) numStates() int {
52 func (d *DFA) eval(bytes []uint8) Distance {
62 func (d *DFA) Start() int {
66 func (d *DFA) IsMatch(state int) bool {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/couchbase/vellum/levenshtein/
H A Ddfa.go24 type DFA struct { struct
25 transitions [][256]uint32
26 distances []Distance
27 initState int
28 ed uint8
32 func (d *DFA) initialState() int {
43 func (d *DFA) numStates() int {
52 func (d *DFA) eval(bytes []uint8) Distance {
62 func (d *DFA) Start() int {
66 func (d *DFA) IsMatch(state int) bool {
[all …]
/dports/devel/yasm/yasm-1.3.0/tools/re2c/
H A Ddfa.h81 typedef struct DFA { struct
87 } DFA; argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/tools/re2c/
H A Ddfa.h81 typedef struct DFA { struct
87 } DFA; argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python3/src/antlr4/error/
H A DDiagnosticErrorListener.py38 def reportAmbiguity(self, recognizer:Parser, dfa:DFA, startIndex:int,
54 def reportAttemptingFullContext(self, recognizer:Parser, dfa:DFA, startIndex:int,
64 def reportContextSensitivity(self, recognizer:Parser, dfa:DFA, startIndex:int,
74 def getDecisionDescription(self, recognizer:Parser, dfa:DFA):
/dports/devel/py-antlr4-python3-runtime/antlr4-python3-runtime-4.9/src/antlr4/error/
H A DDiagnosticErrorListener.py38 def reportAmbiguity(self, recognizer:Parser, dfa:DFA, startIndex:int,
54 def reportAttemptingFullContext(self, recognizer:Parser, dfa:DFA, startIndex:int,
64 def reportContextSensitivity(self, recognizer:Parser, dfa:DFA, startIndex:int,
74 def getDecisionDescription(self, recognizer:Parser, dfa:DFA):
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/
H A DDFA.cs12 public class DFA class
34 public DFA(DecisionState atnStartState) in DFA() method in Antlr4.Runtime.Dfa.DFA
39 public DFA(DecisionState atnStartState, int decision) in DFA() method in Antlr4.Runtime.Dfa.DFA
/dports/net/zebra-server/idzebra-2.0.55/include/
H A Ddfa.h53 struct DFA { struct
55 struct DFA_state **states; argument
56 struct DFA_states *state_info; argument
57 struct DFA_parse *parse_info; argument
60 struct DFA *dfa_init (void); argument
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/
H A DBaseErrorListener.cpp15 void BaseErrorListener::reportAmbiguity(Parser * /*recognizer*/, const dfa::DFA &/*dfa*/, size_t /*… in reportAmbiguity()
19 void BaseErrorListener::reportAttemptingFullContext(Parser * /*recognizer*/, const dfa::DFA &/*dfa*… in reportAttemptingFullContext()
23 void BaseErrorListener::reportContextSensitivity(Parser * /*recognizer*/, const dfa::DFA &/*dfa*/, … in reportContextSensitivity()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/
H A DBaseErrorListener.cpp15 void BaseErrorListener::reportAmbiguity(Parser * /*recognizer*/, const dfa::DFA &/*dfa*/, size_t /*… in reportAmbiguity()
19 void BaseErrorListener::reportAttemptingFullContext(Parser * /*recognizer*/, const dfa::DFA &/*dfa*… in reportAttemptingFullContext()
23 void BaseErrorListener::reportContextSensitivity(Parser * /*recognizer*/, const dfa::DFA &/*dfa*/, … in reportContextSensitivity()
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/
H A DBaseErrorListener.cpp15 void BaseErrorListener::reportAmbiguity(Parser * /*recognizer*/, const dfa::DFA &/*dfa*/, size_t /*… in reportAmbiguity()
19 void BaseErrorListener::reportAttemptingFullContext(Parser * /*recognizer*/, const dfa::DFA &/*dfa*… in reportAttemptingFullContext()
23 void BaseErrorListener::reportContextSensitivity(Parser * /*recognizer*/, const dfa::DFA &/*dfa*/, … in reportContextSensitivity()
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/
H A DBaseErrorListener.cpp18 const dfa::DFA& /*dfa*/, in reportAmbiguity()
25 Parser* /*recognizer*/, const dfa::DFA& /*dfa*/, size_t /*startIndex*/, in reportAttemptingFullContext()
30 Parser* /*recognizer*/, const dfa::DFA& /*dfa*/, size_t /*startIndex*/, in reportContextSensitivity()

12345678910>>...21