Lines Matching refs:TEST_REPETITIONS

27 #define TEST_REPETITIONS 100  macro
2802 for (j = 0; j < TEST_REPETITIONS; ++j) { in throughput_intr_lcore_ldpc_dec()
2842 if (j != TEST_REPETITIONS - 1) in throughput_intr_lcore_ldpc_dec()
2896 for (j = 0; j < TEST_REPETITIONS; ++j) { in throughput_intr_lcore_dec()
2929 if (j != TEST_REPETITIONS - 1) in throughput_intr_lcore_dec()
2982 for (j = 0; j < TEST_REPETITIONS; ++j) { in throughput_intr_lcore_enc()
3015 if (j != TEST_REPETITIONS - 1) in throughput_intr_lcore_enc()
3070 for (j = 0; j < TEST_REPETITIONS; ++j) { in throughput_intr_lcore_ldpc_enc()
3104 if (j != TEST_REPETITIONS - 1) in throughput_intr_lcore_ldpc_enc()
3152 for (i = 0; i < TEST_REPETITIONS; ++i) { in throughput_pmd_lcore_dec()
3198 tp->ops_per_sec = ((double)num_ops * TEST_REPETITIONS) / in throughput_pmd_lcore_dec()
3200 tp->mbps = (((double)(num_ops * TEST_REPETITIONS * tb_len_bits)) / in throughput_pmd_lcore_dec()
3393 for (i = 0; i < TEST_REPETITIONS; ++i) { in throughput_pmd_lcore_ldpc_dec()
3450 tp->ops_per_sec = ((double)num_ops * TEST_REPETITIONS) / in throughput_pmd_lcore_ldpc_dec()
3452 tp->mbps = (((double)(num_ops * TEST_REPETITIONS * tb_len_bits)) / in throughput_pmd_lcore_ldpc_dec()
3501 for (i = 0; i < TEST_REPETITIONS; ++i) { in throughput_pmd_lcore_enc()
3540 tp->ops_per_sec = ((double)num_ops * TEST_REPETITIONS) / in throughput_pmd_lcore_enc()
3542 tp->mbps = (((double)(num_ops * TEST_REPETITIONS * tb_len_bits)) in throughput_pmd_lcore_enc()
3591 for (i = 0; i < TEST_REPETITIONS; ++i) { in throughput_pmd_lcore_ldpc_enc()
3630 tp->ops_per_sec = ((double)num_ops * TEST_REPETITIONS) / in throughput_pmd_lcore_ldpc_enc()
3632 tp->mbps = (((double)(num_ops * TEST_REPETITIONS * tb_len_bits)) in throughput_pmd_lcore_ldpc_enc()
3937 tp->ops_per_sec /= TEST_REPETITIONS; in throughput_test()
3938 tp->mbps /= TEST_REPETITIONS; in throughput_test()
3951 tp->ops_per_sec /= TEST_REPETITIONS; in throughput_test()
3952 tp->mbps /= TEST_REPETITIONS; in throughput_test()