Searched refs:__rte_rand_lfsr258_comp (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/eal/common/ |
| H A D | rte_random.c | 87 __rte_rand_lfsr258_comp(uint64_t z, uint64_t a, uint64_t b, uint64_t c, in __rte_rand_lfsr258_comp() function 100 state->z1 = __rte_rand_lfsr258_comp(state->z1, 1UL, 53UL, in __rte_rand_lfsr258() 102 state->z2 = __rte_rand_lfsr258_comp(state->z2, 24UL, 50UL, in __rte_rand_lfsr258() 104 state->z3 = __rte_rand_lfsr258_comp(state->z3, 3UL, 23UL, in __rte_rand_lfsr258() 106 state->z4 = __rte_rand_lfsr258_comp(state->z4, 5UL, 24UL, in __rte_rand_lfsr258() 108 state->z5 = __rte_rand_lfsr258_comp(state->z5, 3UL, 33UL, in __rte_rand_lfsr258()
|