OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
741
long
thousands
= (numerator*1000)/denominator;
742
long hundreds =
thousands
/10;
745
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 88 milliseconds