Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_fbarray.c27 #define MASK_ALIGN (1ULL << MASK_SHIFT) macro
64 len = RTE_ALIGN_CEIL(len, MASK_ALIGN); in calc_mask_size()
189 if (n <= MASK_ALIGN) { in find_next_n()
217 run_start = MASK_ALIGN - clz; in find_next_n()
230 need = RTE_MIN(left, MASK_ALIGN); in find_next_n()
346 need_len = MASK_ALIGN; in find_contig()
401 ignore_msk = first_mod == MASK_ALIGN - 1 ? in find_prev_n()
448 if (n <= MASK_ALIGN) { in find_prev_n()
460 run_start = MASK_ALIGN - in find_prev_n()
505 need = RTE_MIN(left, MASK_ALIGN); in find_prev_n()
[all …]