Searched refs:temp_max (Results 1 – 2 of 2) sorted by relevance
224 uint32_t temp_max; in parse_list() local243 temp_max = number; in parse_list()266 if (number > temp_max) in parse_list()267 temp_max = number; in parse_list()275 *max = temp_max; in parse_list()
230 uint32_t temp_max; in parse_list() local250 temp_max = number; in parse_list()273 if (number > temp_max) in parse_list()274 temp_max = number; in parse_list()282 *max = temp_max; in parse_list()