Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_common.c283 uint64_t arg64; in test_fls() local
303 arg64 = (uint64_t)test[i].arg << 32; in test_fls()
304 rc = rte_fls_u64(arg64); in test_fls()
309 arg64, rc, expected); in test_fls()