Home
last modified time | relevance | path

Searched refs:thisR (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/skdiff/
Dskdiff.cpp181 uint32_t thisR = SkAbs32(SkGetPackedR32(c0) - SkGetPackedR32(c1)); in compute_diff() local
185 totalMismatchR += thisR; in compute_diff()
189 int value = MAX3(thisR, thisG, thisB); in compute_diff()
194 if (thisR > dr->fMaxMismatchR) { in compute_diff()
195 dr->fMaxMismatchR = thisR; in compute_diff()
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DTreeToNFAConverter.g242 Rule thisR = grammar.getLocallyDefinedRule(currentRuleName);
243 NFAState start = thisR.startState;
258 NFAState end = thisR.stopState;