Home
last modified time | relevance | path

Searched refs:rte_reciprocal_value (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_reciprocal_division.c41 reci_u32 = rte_reciprocal_value(divisor_u32); in test_reciprocal()
108 reci_u32 = rte_reciprocal_value((uint32_t)divisor_u64); in test_reciprocal()
H A Dtest_reciprocal_division_perf.c47 reci_u32 = rte_reciprocal_value(divisor_u32); in test_reciprocal_division_perf()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_reciprocal.h87 struct rte_reciprocal rte_reciprocal_value(uint32_t d);
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_reciprocal.c14 struct rte_reciprocal rte_reciprocal_value(uint32_t d) in rte_reciprocal_value() function
/f-stack/dpdk/lib/librte_eal/
H A Dversion.map152 rte_reciprocal_value;
/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.c1009 port->inv_cycles_per_byte = rte_reciprocal_value(cycles_per_byte); in rte_sched_port_config()