Home
last modified time | relevance | path

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

/external/cpuinfo/src/x86/
Dname.c625 bool current_token_starts_with_dash = false; in cpuinfo_x86_normalize_brand_string() local
632 if (!current_token_starts_with_dash && !previous_token_ends_with_dash) { in cpuinfo_x86_normalize_brand_string()
644 current_token_starts_with_dash = (character == '-'); in cpuinfo_x86_normalize_brand_string()
649 if (!current_token_starts_with_dash && !previous_token_ends_with_dash) { in cpuinfo_x86_normalize_brand_string()