Lines Matching refs:j
100 unsigned i, j; in run_hash_func_perf_test() local
103 for (j = 0; j < key_len; j++) in run_hash_func_perf_test()
104 key[i][j] = (uint8_t) rte_rand(); in run_hash_func_perf_test()
123 unsigned i, j, k; in run_hash_func_perf_tests() local
131 for (j = 0; j < RTE_DIM(hashtest_key_lens); j++) { in run_hash_func_perf_tests()
133 run_hash_func_perf_test(hashtest_key_lens[j], in run_hash_func_perf_tests()
148 unsigned i, j; in verify_precalculated_hash_func_tests() local
156 for (j = 0; j < RTE_DIM(hashtest_initvals); j++) { in verify_precalculated_hash_func_tests()
158 hashtest_initvals[j]); in verify_precalculated_hash_func_tests()
159 if (hash != hash_values_jhash[j][i]) { in verify_precalculated_hash_func_tests()
162 hashtest_key_lens[i], hashtest_initvals[j], in verify_precalculated_hash_func_tests()
163 hash_values_jhash[j][i], hash); in verify_precalculated_hash_func_tests()
168 hashtest_initvals[j]); in verify_precalculated_hash_func_tests()
169 if (hash != hash_values_crc[j][i]) { in verify_precalculated_hash_func_tests()
172 hashtest_key_lens[i], hashtest_initvals[j], in verify_precalculated_hash_func_tests()
173 hash_values_crc[j][i], hash); in verify_precalculated_hash_func_tests()
188 unsigned i, j; in verify_jhash_32bits() local
196 for (j = 0; j < RTE_DIM(hashtest_initvals); j++) { in verify_jhash_32bits()
200 hashtest_initvals[j]); in verify_jhash_32bits()
204 hashtest_initvals[j]); in verify_jhash_32bits()