Searched refs:rte_srand (Results 1 – 13 of 13) sorted by relevance
37 rte_srand(uint64_t seedval);
80 rte_srand(uint64_t seed) in rte_srand() function210 rte_srand(seed); in RTE_INIT()
81 rte_srand(42); in test_rand_perf()
84 rte_srand(rte_rdtsc()); in test_fib6_perf()
68 rte_srand(rte_rdtsc()); in test_lpm6_perf()
35 rte_srand(rte_rdtsc()); in test_reciprocal()
40 rte_srand(rte_rdtsc()); in test_reciprocal_division_perf()
149 rte_srand(rte_rdtsc()); in test_hash_multiwriter()
336 rte_srand(rte_rdtsc()); in test_fib_perf()
611 rte_srand(rte_rdtsc()); in test_lpm_perf()
555 rte_srand((unsigned int)rte_rdtsc()); in test_memzone_reserve_max_aligned()
684 rte_srand((unsigned)rte_rdtsc()); in test_random_alloc_free()
190 rte_srand;