Home
last modified time | relevance | path

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

/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()
/dpdk/app/test-crypto-perf/
H A Dcperf_options_parsing.c230 uint32_t temp_max; in parse_list() local
250 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()