Home
last modified time | relevance | path

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

/ndk/sources/android/cpufeatures/
Dcpu-features.c282 parse_decimal(const char* input, const char* limit, int* result) in parse_decimal() function
363 p = parse_decimal(p, q, &start_value); in cpulist_parse()
373 p = parse_decimal(p+1, q, &end_value); in cpulist_parse()