Home
last modified time | relevance | path

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

/ndk/sources/android/cpufeatures/
Dcpu-features.c378 int val, start_value, end_value; in cpulist_parse() local
387 p = parse_decimal(p, q, &start_value); in cpulist_parse()
391 end_value = start_value; in cpulist_parse()
403 for (val = start_value; val <= end_value; val++) { in cpulist_parse()