Lines Matching refs:TEST_REPETITIONS

27 #define TEST_REPETITIONS 100  macro
2757 for (j = 0; j < TEST_REPETITIONS; ++j) { in throughput_intr_lcore_ldpc_dec()
2799 if (j != TEST_REPETITIONS - 1) in throughput_intr_lcore_ldpc_dec()
2854 for (j = 0; j < TEST_REPETITIONS; ++j) { in throughput_intr_lcore_dec()
2889 if (j != TEST_REPETITIONS - 1) in throughput_intr_lcore_dec()
2943 for (j = 0; j < TEST_REPETITIONS; ++j) { in throughput_intr_lcore_enc()
2978 if (j != TEST_REPETITIONS - 1) in throughput_intr_lcore_enc()
3034 for (j = 0; j < TEST_REPETITIONS; ++j) { in throughput_intr_lcore_ldpc_enc()
3070 if (j != TEST_REPETITIONS - 1) in throughput_intr_lcore_ldpc_enc()
3119 for (i = 0; i < TEST_REPETITIONS; ++i) { in throughput_pmd_lcore_dec()
3165 tp->ops_per_sec = ((double)num_ops * TEST_REPETITIONS) / in throughput_pmd_lcore_dec()
3167 tp->mbps = (((double)(num_ops * TEST_REPETITIONS * tb_len_bits)) / in throughput_pmd_lcore_dec()
3362 for (i = 0; i < TEST_REPETITIONS; ++i) { in throughput_pmd_lcore_ldpc_dec()
3419 tp->ops_per_sec = ((double)num_ops * TEST_REPETITIONS) / in throughput_pmd_lcore_ldpc_dec()
3421 tp->mbps = (((double)(num_ops * TEST_REPETITIONS * tb_len_bits)) / in throughput_pmd_lcore_ldpc_dec()
3471 for (i = 0; i < TEST_REPETITIONS; ++i) { in throughput_pmd_lcore_enc()
3510 tp->ops_per_sec = ((double)num_ops * TEST_REPETITIONS) / in throughput_pmd_lcore_enc()
3512 tp->mbps = (((double)(num_ops * TEST_REPETITIONS * tb_len_bits)) in throughput_pmd_lcore_enc()
3562 for (i = 0; i < TEST_REPETITIONS; ++i) { in throughput_pmd_lcore_ldpc_enc()
3601 tp->ops_per_sec = ((double)num_ops * TEST_REPETITIONS) / in throughput_pmd_lcore_ldpc_enc()
3603 tp->mbps = (((double)(num_ops * TEST_REPETITIONS * tb_len_bits)) in throughput_pmd_lcore_ldpc_enc()
3908 tp->ops_per_sec /= TEST_REPETITIONS; in throughput_test()
3909 tp->mbps /= TEST_REPETITIONS; in throughput_test()
3922 tp->ops_per_sec /= TEST_REPETITIONS; in throughput_test()
3923 tp->mbps /= TEST_REPETITIONS; in throughput_test()