HomeSort by relevance Sort by last modified time
    Searched full:nextq (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/re2/re2/
nfa.cc 92 // Run runq on byte c, appending new states to nextq.
98 inline int Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p);
284 // Run runq on byte c, appending new states to nextq.
292 int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) {
293 nextq->clear();
319 AddToThreadq(nextq, ip->out(), flag, p+1, t->capture);
461 Threadq* nextq = &q1_; local
463 nextq->clear();
517 int id = Step(runq, nextq, c, flag, p-1);
519 swap(nextq, runq)
    [all...]
  /external/regex-re2/re2/
nfa.cc 92 // Run runq on byte c, appending new states to nextq.
98 inline int Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p);
284 // Run runq on byte c, appending new states to nextq.
292 int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) {
293 nextq->clear();
319 AddToThreadq(nextq, ip->out(), flag, p+1, t->capture);
461 Threadq* nextq = &q1_; local
463 nextq->clear();
517 int id = Step(runq, nextq, c, flag, p-1);
519 swap(nextq, runq)
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]

Completed in 1157 milliseconds