Searched refs:mfx_optarg (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/lzotest/
H A Dlzotest.c1730 #define mfx_optarg g->optarg macro
1738 if (mfx_optarg)
1740 if (!mfx_optarg || !is_digit(mfx_optarg[0]))
1742 opt_block_size = atol(mfx_optarg);
1747 if (!mfx_optarg || !is_digit(mfx_optarg[0]))
1749 opt_c_loops = atol(mfx_optarg);
1753 if (!mfx_optarg || !is_digit(mfx_optarg[
1877 #undef mfx_optarg macro
[all...]

Completed in 28 milliseconds