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

  /external/skia/src/core/
SkBlitBWMaskTemplate.h 67 int full_runs = (rite_edge >> 3) - ((left_edge + 7) >> 3); local
72 SkASSERT(full_runs >= 0);
73 full_runs -= 1;
77 full_runs -= 1;
83 if (full_runs < 0)
97 int runs = full_runs;
  /art/runtime/gc/allocator/
rosalloc.cc 818 auto* full_runs = kIsDebugBuild ? &full_runs_[idx] : nullptr; local
1134 auto* full_runs = kIsDebugBuild ? &full_runs_[idx] : nullptr; local
1942 auto& full_runs = rosalloc->full_runs_[idx]; local
    [all...]

Completed in 216 milliseconds