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

  /art/runtime/mirror/
string.cc 275 int countDiff = lhsCount - rhsCount;
276 int minCount = (countDiff < 0) ? lhsCount : rhsCount;
283 return countDiff;
  /dalvik/vm/
InlineNative.cpp 229 int minCount, countDiff;
233 countDiff = thisCount - compCount;
234 minCount = (countDiff < 0) ? thisCount : compCount;
287 pResult->i = countDiff;
  /dalvik/vm/compiler/template/mips/
TEMPLATE_STRING_COMPARETO.S 36 * a3 <- countDiff
39 subu a3, t2, a2 # a3<- countDiff
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S     [all...]

Completed in 262 milliseconds