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

  /external/bison/lib/
strtol.c 254 /* The thousands character of the current locale. */
255 wchar_t thousands = L'\0'; local
267 /* Figure out the thousands separator character. */
269 thousands = __btowc (*_NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP));
270 if (thousands == WEOF)
271 thousands = L'\0';
273 if (thousands == L'\0')
332 if ((wchar_t) c != thousands
336 if (*s == thousands)
339 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 64 milliseconds