Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_acl/
H A Dacl_gen.c157 acl_count_sequential_groups(struct rte_acl_bitset *bits, int zero_one) in acl_count_sequential_groups() argument
162 last_bit = zero_one ^ 1; in acl_count_sequential_groups()
167 if (zero_one == 1 && last_bit != 1) in acl_count_sequential_groups()
171 if (zero_one == 0 && last_bit != 0) in acl_count_sequential_groups()
179 if (zero_one == 1 && last_bit != 1) in acl_count_sequential_groups()
183 if (zero_one == 0 && last_bit != 0) in acl_count_sequential_groups()