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

  /frameworks/base/core/java/com/android/internal/os/
ProcessStats.java 742 long hundreds = thousands/10;
743 pw.print(hundreds);
744 if (hundreds < 10) {
745 long remainder = thousands - (hundreds*10);
  /external/qemu/
trace.c 279 uint32_t hundreds = year / 100; local
280 year -= hundreds * 100;
284 year = (thousands << 12) | (hundreds << 8) | (tens << 4) | ones;
    [all...]

Completed in 1094 milliseconds