Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cmdline_num.c133 const struct num_signed_str num_valid_negative_strs[] = { variable
449 for (i = 0; i < RTE_DIM(num_valid_negative_strs); i++) { in test_parse_num_valid()
457 num_valid_negative_strs[i].str, in test_parse_num_valid()
461 if ((ret < 0) == (can_parse_signed(num_valid_negative_strs[i].result, type) > 0)) { in test_parse_num_valid()
463 num_valid_negative_strs[i].str, buf); in test_parse_num_valid()
483 if (num_valid_negative_strs[i].result == (int64_t) result) in test_parse_num_valid()
486 num_valid_negative_strs[i].str, buf); in test_parse_num_valid()