Searched defs:denom (Results 1 – 2 of 2) sorted by relevance
/dpdk/lib/eal/common/ | ||
H A D | rte_random.c | 186 static const uint64_t denom = (uint64_t)1 << 53; rte_drand() local |
/dpdk/drivers/net/cxgbe/ | ||
H A D | cxgbe_compat.h | 246 unsigned int denom) in mult_frac() |