Searched refs:rrc (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_match.c | 528 rrc = ra;\ 581 int rrc; /* Return from functions & backtracking "recursions" */ in match() local 1181 if (rrc != MATCH_NOMATCH) RRETURN(rrc); in match() 1225 if (rrc != MATCH_NOMATCH) RRETURN(rrc); in match() 1281 if (rrc != MATCH_NOMATCH) RRETURN(rrc); in match() 1315 if (rrc != MATCH_NOMATCH) RRETURN(rrc); in match() 1341 if (rrc != MATCH_NOMATCH) RRETURN(rrc); in match() 1372 if (rrc != MATCH_NOMATCH) RRETURN(rrc); in match() 1538 if (rrc != MATCH_NOMATCH) RRETURN(rrc); in match() 1557 if (rrc != MATCH_NOMATCH) RRETURN(rrc); in match() [all …]
|
D | pcre2_dfa_match.c | 739 int rrc; in internal_dfa_match() local 2731 rrc = do_callout(code, offsets, current_subject, ptr, mb, in internal_dfa_match() 2733 if (rrc < 0) return rrc; /* Abandon */ in internal_dfa_match() 2734 if (rrc > 0) break; /* Fail this thread */ in internal_dfa_match() 3128 rrc = do_callout(code, offsets, current_subject, ptr, mb, 0, in internal_dfa_match() 3130 if (rrc < 0) return rrc; /* Abandon */ in internal_dfa_match() 3131 if (rrc == 0) in internal_dfa_match()
|
/external/grpc-grpc/test/cpp/qps/ |
D | driver.cc | 163 const RequestResultCount& rrc = result->request_results(i); in postprocess_scenario_result() local 164 if (rrc.status_code() == 0) { in postprocess_scenario_result() 165 successes += rrc.count(); in postprocess_scenario_result() 167 failures += rrc.count(); in postprocess_scenario_result() 487 RequestResultCount* rrc = result->add_request_results(); in RunScenario() local 488 rrc->set_status_code(it->first); in RunScenario() 489 rrc->set_count(it->second); in RunScenario()
|
D | client.h | 203 RequestResultCount* rrc = stats.add_request_results(); in Mark() local 204 rrc->set_status_code(it->first); in Mark() 205 rrc->set_count(it->second); in Mark()
|
/external/llvm/test/CodeGen/MSP430/ |
D | shifts.ll | 8 ; CHECK: rrc.b 32 ; CHECK: rrc.w
|
/external/swiftshader/third_party/LLVM/test/CodeGen/MSP430/ |
D | shifts.ll | 8 ; CHECK: rrc.b 32 ; CHECK: rrc.w
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MSP430/ |
D | shifts.ll | 8 ; CHECK: rrc.b 32 ; CHECK: rrc.w
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 964 "rrc.b\t$dst", 969 "rrc.w\t$dst",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 972 "rrc.b\t$dst", 977 "rrc.w\t$dst",
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 964 "rrc.b\t$dst", 969 "rrc.w\t$dst",
|