Home
last modified time | relevance | path

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

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