HomeSort by relevance Sort by last modified time
    Searched refs:runq (Results 1 - 2 of 2) 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.
290 // Frees all the threads on runq.
292 int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) {
295 for (Threadq::iterator i = runq->begin(); i != runq->end(); ++i) {
323 if (i != runq->begin())
329 for (++i; i != runq->end(); ++i)
331 runq->clear()
460 Threadq* runq = &q0_; local
    [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.
290 // Frees all the threads on runq.
292 int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) {
295 for (Threadq::iterator i = runq->begin(); i != runq->end(); ++i) {
323 if (i != runq->begin())
329 for (++i; i != runq->end(); ++i)
331 runq->clear()
460 Threadq* runq = &q0_; local
    [all...]

Completed in 5337 milliseconds