Home
last modified time | relevance | path

Searched refs:parse_decimal (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/android/cpufeatures/
Dcpu-features.c313 parse_decimal(const char* input, const char* limit, int* result) in parse_decimal() function
387 p = parse_decimal(p, q, &start_value); in cpulist_parse()
397 p = parse_decimal(p+1, q, &end_value); in cpulist_parse()
891 p = parse_decimal(value, value_end, &val); in android_cpuInit()