Home
last modified time | relevance | path

Searched refs:hbitmap_count (Results 1 – 25 of 37) sorted by relevance

12

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/
H A Dtest-hbitmap.c85 g_assert_cmpint(count << data->granularity, ==, hbitmap_count(data->hb)); in hbitmap_test_check()
237 g_assert_cmpint(count, ==, hbitmap_count(data->hb)); in hbitmap_test_check_get()
431 g_assert_cmpint(hbitmap_count(data->hb), ==, 2); in test_hbitmap_granularity()
434 g_assert_cmpint(hbitmap_count(data->hb), ==, 4); in test_hbitmap_granularity()
437 g_assert_cmpint(hbitmap_count(data->hb), ==, 4); in test_hbitmap_granularity()
439 g_assert_cmpint(hbitmap_count(data->hb), ==, 2); in test_hbitmap_granularity()
509 g_assert_cmpint(2 << data->granularity, ==, hbitmap_count(data->hb)); in hbitmap_test_check_boundary_bits()
/dports/emulators/qemu5/qemu-5.2.0/util/
H A Dhbitmap.c314 uint64_t hbitmap_count(const HBitmap *hb) in hbitmap_count() function
885 if ((!hbitmap_count(a) && result == b) || in hbitmap_merge()
886 (!hbitmap_count(b) && result == a)) { in hbitmap_merge()
890 if (!hbitmap_count(a) && !hbitmap_count(b)) { in hbitmap_merge()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/util/
H A Dhbitmap.c314 uint64_t hbitmap_count(const HBitmap *hb) in hbitmap_count() function
885 if ((!hbitmap_count(a) && result == b) || in hbitmap_merge()
886 (!hbitmap_count(b) && result == a)) { in hbitmap_merge()
890 if (!hbitmap_count(a) && !hbitmap_count(b)) { in hbitmap_merge()
/dports/emulators/qemu42/qemu-4.2.1/util/
H A Dhbitmap.c296 uint64_t hbitmap_count(const HBitmap *hb) in hbitmap_count() function
837 if ((!hbitmap_count(a) && result == b) || in hbitmap_merge()
838 (!hbitmap_count(b) && result == a)) { in hbitmap_merge()
842 if (!hbitmap_count(a) && !hbitmap_count(b)) { in hbitmap_merge()
/dports/emulators/qemu-utils/qemu-4.2.1/util/
H A Dhbitmap.c296 uint64_t hbitmap_count(const HBitmap *hb) in hbitmap_count() function
837 if ((!hbitmap_count(a) && result == b) || in hbitmap_merge()
838 (!hbitmap_count(b) && result == a)) { in hbitmap_merge()
842 if (!hbitmap_count(a) && !hbitmap_count(b)) { in hbitmap_merge()
/dports/emulators/qemu/qemu-6.2.0/util/
H A Dhbitmap.c314 uint64_t hbitmap_count(const HBitmap *hb) in hbitmap_count() function
885 if ((!hbitmap_count(a) && result == b) || in hbitmap_merge()
886 (!hbitmap_count(b) && result == a)) { in hbitmap_merge()
890 if (!hbitmap_count(a) && !hbitmap_count(b)) { in hbitmap_merge()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/util/
H A Dhbitmap.c314 uint64_t hbitmap_count(const HBitmap *hb) in hbitmap_count() function
885 if ((!hbitmap_count(a) && result == b) || in hbitmap_merge()
886 (!hbitmap_count(b) && result == a)) { in hbitmap_merge()
890 if (!hbitmap_count(a) && !hbitmap_count(b)) { in hbitmap_merge()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/util/
H A Dhbitmap.c314 uint64_t hbitmap_count(const HBitmap *hb) in hbitmap_count() function
885 if ((!hbitmap_count(a) && result == b) || in hbitmap_merge()
886 (!hbitmap_count(b) && result == a)) { in hbitmap_merge()
890 if (!hbitmap_count(a) && !hbitmap_count(b)) { in hbitmap_merge()
/dports/emulators/qemu60/qemu-6.0.0/util/
H A Dhbitmap.c314 uint64_t hbitmap_count(const HBitmap *hb) in hbitmap_count() function
885 if ((!hbitmap_count(a) && result == b) || in hbitmap_merge()
886 (!hbitmap_count(b) && result == a)) { in hbitmap_merge()
890 if (!hbitmap_count(a) && !hbitmap_count(b)) { in hbitmap_merge()
/dports/emulators/qemu-utils/qemu-4.2.1/tests/
H A Dtest-hbitmap.c73 g_assert_cmpint(count << data->granularity, ==, hbitmap_count(data->hb)); in hbitmap_test_check()
225 g_assert_cmpint(count, ==, hbitmap_count(data->hb)); in hbitmap_test_check_get()
419 g_assert_cmpint(hbitmap_count(data->hb), ==, 2); in test_hbitmap_granularity()
422 g_assert_cmpint(hbitmap_count(data->hb), ==, 4); in test_hbitmap_granularity()
425 g_assert_cmpint(hbitmap_count(data->hb), ==, 4); in test_hbitmap_granularity()
427 g_assert_cmpint(hbitmap_count(data->hb), ==, 2); in test_hbitmap_granularity()
497 g_assert_cmpint(2 << data->granularity, ==, hbitmap_count(data->hb)); in hbitmap_test_check_boundary_bits()
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Dtest-hbitmap.c73 g_assert_cmpint(count << data->granularity, ==, hbitmap_count(data->hb)); in hbitmap_test_check()
225 g_assert_cmpint(count, ==, hbitmap_count(data->hb)); in hbitmap_test_check_get()
419 g_assert_cmpint(hbitmap_count(data->hb), ==, 2); in test_hbitmap_granularity()
422 g_assert_cmpint(hbitmap_count(data->hb), ==, 4); in test_hbitmap_granularity()
425 g_assert_cmpint(hbitmap_count(data->hb), ==, 4); in test_hbitmap_granularity()
427 g_assert_cmpint(hbitmap_count(data->hb), ==, 2); in test_hbitmap_granularity()
497 g_assert_cmpint(2 << data->granularity, ==, hbitmap_count(data->hb)); in hbitmap_test_check_boundary_bits()
/dports/emulators/qemu5/qemu-5.2.0/tests/
H A Dtest-hbitmap.c72 g_assert_cmpint(count << data->granularity, ==, hbitmap_count(data->hb)); in hbitmap_test_check()
213 g_assert_cmpint(count, ==, hbitmap_count(data->hb)); in hbitmap_test_check_get()
407 g_assert_cmpint(hbitmap_count(data->hb), ==, 2); in test_hbitmap_granularity()
410 g_assert_cmpint(hbitmap_count(data->hb), ==, 4); in test_hbitmap_granularity()
413 g_assert_cmpint(hbitmap_count(data->hb), ==, 4); in test_hbitmap_granularity()
415 g_assert_cmpint(hbitmap_count(data->hb), ==, 2); in test_hbitmap_granularity()
485 g_assert_cmpint(2 << data->granularity, ==, hbitmap_count(data->hb)); in hbitmap_test_check_boundary_bits()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/
H A Dtest-hbitmap.c72 g_assert_cmpint(count << data->granularity, ==, hbitmap_count(data->hb)); in hbitmap_test_check()
213 g_assert_cmpint(count, ==, hbitmap_count(data->hb)); in hbitmap_test_check_get()
407 g_assert_cmpint(hbitmap_count(data->hb), ==, 2); in test_hbitmap_granularity()
410 g_assert_cmpint(hbitmap_count(data->hb), ==, 4); in test_hbitmap_granularity()
413 g_assert_cmpint(hbitmap_count(data->hb), ==, 4); in test_hbitmap_granularity()
415 g_assert_cmpint(hbitmap_count(data->hb), ==, 2); in test_hbitmap_granularity()
485 g_assert_cmpint(2 << data->granularity, ==, hbitmap_count(data->hb)); in hbitmap_test_check_boundary_bits()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/unit/
H A Dtest-hbitmap.c72 g_assert_cmpint(count << data->granularity, ==, hbitmap_count(data->hb)); in hbitmap_test_check()
213 g_assert_cmpint(count, ==, hbitmap_count(data->hb)); in hbitmap_test_check_get()
407 g_assert_cmpint(hbitmap_count(data->hb), ==, 2); in test_hbitmap_granularity()
410 g_assert_cmpint(hbitmap_count(data->hb), ==, 4); in test_hbitmap_granularity()
413 g_assert_cmpint(hbitmap_count(data->hb), ==, 4); in test_hbitmap_granularity()
415 g_assert_cmpint(hbitmap_count(data->hb), ==, 2); in test_hbitmap_granularity()
485 g_assert_cmpint(2 << data->granularity, ==, hbitmap_count(data->hb)); in hbitmap_test_check_boundary_bits()
/dports/emulators/qemu/qemu-6.2.0/tests/unit/
H A Dtest-hbitmap.c72 g_assert_cmpint(count << data->granularity, ==, hbitmap_count(data->hb)); in hbitmap_test_check()
213 g_assert_cmpint(count, ==, hbitmap_count(data->hb)); in hbitmap_test_check_get()
407 g_assert_cmpint(hbitmap_count(data->hb), ==, 2); in test_hbitmap_granularity()
410 g_assert_cmpint(hbitmap_count(data->hb), ==, 4); in test_hbitmap_granularity()
413 g_assert_cmpint(hbitmap_count(data->hb), ==, 4); in test_hbitmap_granularity()
415 g_assert_cmpint(hbitmap_count(data->hb), ==, 2); in test_hbitmap_granularity()
485 g_assert_cmpint(2 << data->granularity, ==, hbitmap_count(data->hb)); in hbitmap_test_check_boundary_bits()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/
H A Dtest-hbitmap.c72 g_assert_cmpint(count << data->granularity, ==, hbitmap_count(data->hb)); in hbitmap_test_check()
213 g_assert_cmpint(count, ==, hbitmap_count(data->hb)); in hbitmap_test_check_get()
407 g_assert_cmpint(hbitmap_count(data->hb), ==, 2); in test_hbitmap_granularity()
410 g_assert_cmpint(hbitmap_count(data->hb), ==, 4); in test_hbitmap_granularity()
413 g_assert_cmpint(hbitmap_count(data->hb), ==, 4); in test_hbitmap_granularity()
415 g_assert_cmpint(hbitmap_count(data->hb), ==, 2); in test_hbitmap_granularity()
485 g_assert_cmpint(2 << data->granularity, ==, hbitmap_count(data->hb)); in hbitmap_test_check_boundary_bits()
/dports/emulators/qemu60/qemu-6.0.0/tests/unit/
H A Dtest-hbitmap.c72 g_assert_cmpint(count << data->granularity, ==, hbitmap_count(data->hb)); in hbitmap_test_check()
213 g_assert_cmpint(count, ==, hbitmap_count(data->hb)); in hbitmap_test_check_get()
407 g_assert_cmpint(hbitmap_count(data->hb), ==, 2); in test_hbitmap_granularity()
410 g_assert_cmpint(hbitmap_count(data->hb), ==, 4); in test_hbitmap_granularity()
413 g_assert_cmpint(hbitmap_count(data->hb), ==, 4); in test_hbitmap_granularity()
415 g_assert_cmpint(hbitmap_count(data->hb), ==, 2); in test_hbitmap_granularity()
485 g_assert_cmpint(2 << data->granularity, ==, hbitmap_count(data->hb)); in hbitmap_test_check_boundary_bits()
/dports/emulators/qemu/qemu-6.2.0/include/qemu/
H A Dhbitmap.h116 uint64_t hbitmap_count(const HBitmap *hb);
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/
H A Dhbitmap.h116 uint64_t hbitmap_count(const HBitmap *hb);
/dports/emulators/qemu5/qemu-5.2.0/include/qemu/
H A Dhbitmap.h116 uint64_t hbitmap_count(const HBitmap *hb);
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/qemu/
H A Dhbitmap.h109 uint64_t hbitmap_count(const HBitmap *hb);
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/qemu/
H A Dhbitmap.h116 uint64_t hbitmap_count(const HBitmap *hb);
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qemu/
H A Dhbitmap.h116 uint64_t hbitmap_count(const HBitmap *hb);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qemu/
H A Dhbitmap.h116 uint64_t hbitmap_count(const HBitmap *hb);
/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Dhbitmap.h116 uint64_t hbitmap_count(const HBitmap *hb);

12