Home
last modified time | relevance | path

Searched refs:nb_set (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
92 nb_set = 0; in test_bitmap_scan_operations()
94 nb_set += __builtin_popcountll(out_slab); 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()