Home
last modified time | relevance | path

Searched defs:newq (Results 1 – 5 of 5) sorted by relevance

/external/cronet/tot/third_party/re2/src/re2/
Ddfa.cc938 void DFA::RunWorkqOnEmptyString(Workq* oldq, Workq* newq, uint32_t flag) { in RunWorkqOnEmptyString()
952 void DFA::RunWorkqOnByte(Workq* oldq, Workq* newq, in RunWorkqOnByte()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Ddfa.cc916 void DFA::RunWorkqOnEmptyString(Workq* oldq, Workq* newq, uint32_t flag) { in RunWorkqOnEmptyString()
930 void DFA::RunWorkqOnByte(Workq* oldq, Workq* newq, in RunWorkqOnByte()
/external/cronet/stable/third_party/re2/src/re2/
Ddfa.cc938 void DFA::RunWorkqOnEmptyString(Workq* oldq, Workq* newq, uint32_t flag) { in RunWorkqOnEmptyString()
952 void DFA::RunWorkqOnByte(Workq* oldq, Workq* newq, in RunWorkqOnByte()
/external/regex-re2/re2/
Ddfa.cc925 void DFA::RunWorkqOnEmptyString(Workq* oldq, Workq* newq, uint32_t flag) { in RunWorkqOnEmptyString()
939 void DFA::RunWorkqOnByte(Workq* oldq, Workq* newq, in RunWorkqOnByte()
/external/libaom/av1/encoder/
Drd.c455 int newq = (int)rint(q / sqrt(beta)); in av1_get_deltaq_offset() local