Lines Matching refs:ebitmap_highest_set_bit
141 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&e), 0);
149 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&e), 0);
155 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&e), 10);
161 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&e), 100);
167 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&e), 100);
173 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&e), 1023);
179 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&e), 1024);
185 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&e), 1050);
220 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&e), 1050);
226 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&e), 1023);
232 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&e), 1023);
238 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&e), 1023);
244 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&e), 1023);
250 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&e), 0);
261 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&e1), 0);
265 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&e2), 5);
269 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&e3), 100);
273 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&e4), 400);
691 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&dst1), 9);
717 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&dst), 7);
727 CU_ASSERT_EQUAL(ebitmap_highest_set_bit(&dst), 11);