OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parse_decimal
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
283
parse_decimal
(const char* input, const char* limit, int* result)
function
364
p =
parse_decimal
(p, q, &start_value);
374
p =
parse_decimal
(p+1, q, &end_value);
/bionic/libc/bionic/
libc_logging.cpp
138
static unsigned
parse_decimal
(const char *format, int *ppos) {
function
297
width = static_cast<int>(
parse_decimal
(format, &nn));
303
prec = static_cast<int>(
parse_decimal
(format, &nn));
Completed in 91 milliseconds