Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Dmalloc_elem.c229 const size_t bmask = ~(bound - 1); in elem_start_pt() local
237 if ((new_data_start & bmask) != ((end_pt - 1) & bmask)) { in elem_start_pt()
243 if (((end_pt - 1) & bmask) != (new_data_start & bmask)) in elem_start_pt()
/dpdk/app/test/
H A Dtest_memzone.c777 rte_iova_t bmask; in check_memzone_bounded() local
779 bmask = ~((rte_iova_t)bound - 1); in check_memzone_bounded()
807 if ((mz->iova & bmask) != in check_memzone_bounded()
808 ((mz->iova + mz->len - 1) & bmask)) { in check_memzone_bounded()