Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_common.c61 if (rte_bsf64_safe(0, &pos) != 0) in test_bsf()
71 if (rte_bsf64_safe(val64, &pos) != 1) in test_bsf()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_bitmap.h486 if (rte_bsf64_safe(value1, &bmp->offset1)) in __rte_bitmap_scan_search()
496 if (rte_bsf64_safe(value1, &bmp->offset1)) in __rte_bitmap_scan_search()
H A Drte_common.h703 rte_bsf64_safe(uint64_t v, uint32_t *pos) in rte_bsf64_safe() function
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_common.h664 rte_bsf64_safe(uint64_t v, uint32_t *pos) in rte_bsf64_safe() function
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst213 ``rte_bsf64_safe`` and moved to ``rte_common.h``. A new ``rte_bsf64``