Searched refs:c_parsed (Results 1 – 2 of 2) sorted by relevance
422 uint8_t s_parsed = 0, c_parsed = 0, h_parsed = 0; in parse_cpu_core() local432 if (s_parsed && c_parsed && h_parsed) in parse_cpu_core()439 if (s_parsed || c_parsed || h_parsed) in parse_cpu_core()446 if (c_parsed || h_parsed) in parse_cpu_core()448 c_parsed = 1; in parse_cpu_core()460 if (!isdigit(*next) || s_parsed || c_parsed || h_parsed) in parse_cpu_core()
439 uint8_t s_parsed = 0, c_parsed = 0, h_parsed = 0; in softnic_parse_cpu_core() local449 if (s_parsed && c_parsed && h_parsed) in softnic_parse_cpu_core()456 if (s_parsed || c_parsed || h_parsed) in softnic_parse_cpu_core()463 if (c_parsed || h_parsed) in softnic_parse_cpu_core()465 c_parsed = 1; in softnic_parse_cpu_core()477 if (!isdigit(*next) || s_parsed || c_parsed || h_parsed) in softnic_parse_cpu_core()