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()
227 uint32_t temp_max; in parse_list() local247 temp_max = number; in parse_list()270 if (number > temp_max) in parse_list()271 temp_max = number; in parse_list()279 *max = temp_max; in parse_list()