Home
last modified time | relevance | path

Searched defs:nnext (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Ddfa.cc459 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot in DFA() local
752 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot in CachedState() local
791 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot in ClearCache() local
1924 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot in BuildAllStates() local
Dprog.cc966 uint16_t nnext = nfa[b] & ((ncurr << 1) | 1); in BuildShiftDFA() local
989 uint16_t nnext = nfa[b] & ((ncurr << 1) | 1); in BuildShiftDFA() local
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Ddfa.cc453 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot in DFA() local
766 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot in CachedState() local
810 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot in ClearCache() local
1938 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot in BuildAllStates() local
H A Dprog.cc965 uint16_t nnext = nfa[b] & ((ncurr << 1) | 1); in BuildShiftDFA() local
988 uint16_t nnext = nfa[b] & ((ncurr << 1) | 1); in BuildShiftDFA() local
/aosp_15_r20/external/regex-re2/re2/
H A Ddfa.cc474 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot in DFA() local
761 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot in CachedState() local
800 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot in ClearCache() local
1943 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot in BuildAllStates() local
/aosp_15_r20/external/one-true-awk/
H A Dawk.h162 struct Node *nnext; member