Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_common.c279 uint64_t arg64; in test_fls() local
299 arg64 = (uint64_t)test[i].arg << 32; in test_fls()
300 rc = rte_fls_u64(arg64); in test_fls()
305 arg64, rc, expected); in test_fls()