Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_options_parse.c224 uint32_t temp_max; in parse_list() local
243 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()
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_options_parsing.c227 uint32_t temp_max; in parse_list() local
247 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()