Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_timer_racecond.c25 #define BILLION (1UL << 30) macro
63 uint64_t ticks = BILLION - (rte_get_timer_cycles() % BILLION) + in reload_timer()