Home
last modified time | relevance | path

Searched defs:RTE_PTR_DIFF (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_common.h221 #define RTE_PTR_DIFF(ptr1, ptr2) ((uintptr_t)(ptr1) - (uintptr_t)(ptr2)) macro
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_common.h260 #define RTE_PTR_DIFF(ptr1, ptr2) ((uintptr_t)(ptr1) - (uintptr_t)(ptr2)) macro