Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_common.c295 rc = rte_fls_u64(arg); in test_fls()
304 rc = rte_fls_u64(arg64); in test_fls()
/dpdk/lib/eal/include/
H A Drte_common.h770 rte_fls_u64(uint64_t x) in rte_fls_u64() function
/dpdk/lib/bpf/
H A Dbpf_jit_arm64.c372 sr = movn ? rte_fls_u64(nval) - 1 : rte_fls_u64(val) - 1; in emit_mov_imm()