HomeSort by relevance Sort by last modified time
    Searched full:from0 (Results 1 - 2 of 2) sorted by null

  /cts/tools/signature-tools/test/signature/comparator/
PackageCompareTest.java 49 CompilationUnit from0 = new CompilationUnit("a.A", local
55 IApi fromApi = convert(from0, from1);
56 IApi toApi = convert(from0, from1);
  /external/chromium_org/third_party/opus/src/celt/
celt.c 665 int from0, from1; local
667 from0 = cost0;
669 if (from0 < from1)
671 curr0 = from0;
678 from0 = cost0 + lambda;
680 if (from0 < from1)
682 curr1 = from0;
    [all...]

Completed in 399 milliseconds