Searched refs:__rte_rand_lfsr258_comp (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_random.c | 90 __rte_rand_lfsr258_comp(uint64_t z, uint64_t a, uint64_t b, uint64_t c, in __rte_rand_lfsr258_comp() function 103 state->z1 = __rte_rand_lfsr258_comp(state->z1, 1UL, 53UL, in __rte_rand_lfsr258() 105 state->z2 = __rte_rand_lfsr258_comp(state->z2, 24UL, 50UL, in __rte_rand_lfsr258() 107 state->z3 = __rte_rand_lfsr258_comp(state->z3, 3UL, 23UL, in __rte_rand_lfsr258() 109 state->z4 = __rte_rand_lfsr258_comp(state->z4, 5UL, 24UL, in __rte_rand_lfsr258() 111 state->z5 = __rte_rand_lfsr258_comp(state->z5, 3UL, 33UL, in __rte_rand_lfsr258()
|