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

  /external/bison/lib/
strtol.c 268 /* The thousands character of the current locale. */
269 wchar_t thousands = L'\0'; local
281 /* Figure out the thousands separator character. */
283 thousands = __btowc (*_NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP));
284 if (thousands == WEOF)
285 thousands = L'\0';
287 if (thousands == L'\0')
346 if ((wchar_t) c != thousands
350 if (*s == thousands)
353 end = correctly_grouped_prefix (s, end, thousands, grouping)
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ProcessStats.java 744 long thousands = (numerator*1000)/denominator;
745 long hundreds = thousands/10;
748 long remainder = thousands - (hundreds*10);
  /external/qemu/
trace.c 277 uint32_t thousands = year / 1000; local
278 year -= thousands * 1000;
284 year = (thousands << 12) | (hundreds << 8) | (tens << 4) | ones;
    [all...]
  /external/blktrace/btt/doc/
btt.tex     [all...]

Completed in 104 milliseconds