Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_bitmap.c22 int i, nb_clear, nb_set; in test_bitmap_scan_operations() local
79 nb_clear = RTE_MIN(RTE_BITMAP_CL_BIT_SIZE / 2, MAX_BITS); in test_bitmap_scan_operations()
80 for (i = 0; i < nb_clear; i++) in test_bitmap_scan_operations()
99 if ((nb_clear + nb_set) != MAX_BITS) { in test_bitmap_scan_operations()
101 "Expected %u, found %u.\n", MAX_BITS - nb_clear, nb_set); in test_bitmap_scan_operations()