Home
last modified time | relevance | path

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

12

/dports/emulators/qemu-utils/qemu-4.2.1/tests/
H A Dtest-hbitmap.c222 count += hbitmap_get(data->hb, i); in hbitmap_test_check_get()
223 g_assert_cmpint(hbitmap_get(data->hb, i), ==, val != 0); in hbitmap_test_check_get()
495 g_assert(hbitmap_get(data->hb, 0)); in hbitmap_test_check_boundary_bits()
496 g_assert(hbitmap_get(data->hb, size - 1)); in hbitmap_test_check_boundary_bits()
658 g_assert(hbitmap_get(data->meta, i)); in hbitmap_check_meta()
660 g_assert(!hbitmap_get(data->meta, i)); in hbitmap_check_meta()
800 int is_set = hbitmap_get(data->hb, i); in hbitmap_test_serialize_range()
937 for ( ; ret2 < end && hbitmap_get(data->hb, ret2); ret2++) { in test_hbitmap_next_zero_check_range()
1032 for (off2 = offset; off2 < end && !hbitmap_get(data->hb, off2); off2++) { in test_hbitmap_next_dirty_area_check()
1036 for (len2 = 1; off2 + len2 < end && hbitmap_get(data->hb, off2 + len2); in test_hbitmap_next_dirty_area_check()
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Dtest-hbitmap.c222 count += hbitmap_get(data->hb, i); in hbitmap_test_check_get()
223 g_assert_cmpint(hbitmap_get(data->hb, i), ==, val != 0); in hbitmap_test_check_get()
495 g_assert(hbitmap_get(data->hb, 0)); in hbitmap_test_check_boundary_bits()
496 g_assert(hbitmap_get(data->hb, size - 1)); in hbitmap_test_check_boundary_bits()
658 g_assert(hbitmap_get(data->meta, i)); in hbitmap_check_meta()
660 g_assert(!hbitmap_get(data->meta, i)); in hbitmap_check_meta()
800 int is_set = hbitmap_get(data->hb, i); in hbitmap_test_serialize_range()
937 for ( ; ret2 < end && hbitmap_get(data->hb, ret2); ret2++) { in test_hbitmap_next_zero_check_range()
1032 for (off2 = offset; off2 < end && !hbitmap_get(data->hb, off2); off2++) { in test_hbitmap_next_dirty_area_check()
1036 for (len2 = 1; off2 + len2 < end && hbitmap_get(data->hb, off2 + len2); in test_hbitmap_next_dirty_area_check()
/dports/emulators/qemu5/qemu-5.2.0/tests/
H A Dtest-hbitmap.c210 count += hbitmap_get(data->hb, i); in hbitmap_test_check_get()
211 g_assert_cmpint(hbitmap_get(data->hb, i), ==, val != 0); in hbitmap_test_check_get()
483 g_assert(hbitmap_get(data->hb, 0)); in hbitmap_test_check_boundary_bits()
484 g_assert(hbitmap_get(data->hb, size - 1)); in hbitmap_test_check_boundary_bits()
691 int is_set = hbitmap_get(data->hb, i); in hbitmap_test_serialize_range()
828 bool first_bit = hbitmap_get(data->hb, start); in test_hbitmap_next_x_check_range()
831 next < end && hbitmap_get(data->hb, next) == first_bit; in test_hbitmap_next_x_check_range()
940 for (off2 = offset; off2 < end && !hbitmap_get(data->hb, off2); off2++) { in test_hbitmap_next_dirty_area_check_limited()
945 hbitmap_get(data->hb, off2 + len2)); len2++) in test_hbitmap_next_dirty_area_check_limited()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/
H A Dtest-hbitmap.c210 count += hbitmap_get(data->hb, i); in hbitmap_test_check_get()
211 g_assert_cmpint(hbitmap_get(data->hb, i), ==, val != 0); in hbitmap_test_check_get()
483 g_assert(hbitmap_get(data->hb, 0)); in hbitmap_test_check_boundary_bits()
484 g_assert(hbitmap_get(data->hb, size - 1)); in hbitmap_test_check_boundary_bits()
691 int is_set = hbitmap_get(data->hb, i); in hbitmap_test_serialize_range()
828 bool first_bit = hbitmap_get(data->hb, start); in test_hbitmap_next_x_check_range()
831 next < end && hbitmap_get(data->hb, next) == first_bit; in test_hbitmap_next_x_check_range()
940 for (off2 = offset; off2 < end && !hbitmap_get(data->hb, off2); off2++) { in test_hbitmap_next_dirty_area_check_limited()
945 hbitmap_get(data->hb, off2 + len2)); len2++) in test_hbitmap_next_dirty_area_check_limited()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/unit/
H A Dtest-hbitmap.c210 count += hbitmap_get(data->hb, i); in hbitmap_test_check_get()
211 g_assert_cmpint(hbitmap_get(data->hb, i), ==, val != 0); in hbitmap_test_check_get()
483 g_assert(hbitmap_get(data->hb, 0)); in hbitmap_test_check_boundary_bits()
484 g_assert(hbitmap_get(data->hb, size - 1)); in hbitmap_test_check_boundary_bits()
691 int is_set = hbitmap_get(data->hb, i); in hbitmap_test_serialize_range()
828 bool first_bit = hbitmap_get(data->hb, start); in test_hbitmap_next_x_check_range()
831 next < end && hbitmap_get(data->hb, next) == first_bit; in test_hbitmap_next_x_check_range()
940 for (off2 = offset; off2 < end && !hbitmap_get(data->hb, off2); off2++) { in test_hbitmap_next_dirty_area_check_limited()
945 hbitmap_get(data->hb, off2 + len2)); len2++) in test_hbitmap_next_dirty_area_check_limited()
/dports/emulators/qemu/qemu-6.2.0/tests/unit/
H A Dtest-hbitmap.c210 count += hbitmap_get(data->hb, i); in hbitmap_test_check_get()
211 g_assert_cmpint(hbitmap_get(data->hb, i), ==, val != 0); in hbitmap_test_check_get()
483 g_assert(hbitmap_get(data->hb, 0)); in hbitmap_test_check_boundary_bits()
484 g_assert(hbitmap_get(data->hb, size - 1)); in hbitmap_test_check_boundary_bits()
691 int is_set = hbitmap_get(data->hb, i); in hbitmap_test_serialize_range()
828 bool first_bit = hbitmap_get(data->hb, start); in test_hbitmap_next_x_check_range()
831 next < end && hbitmap_get(data->hb, next) == first_bit; in test_hbitmap_next_x_check_range()
940 for (off2 = offset; off2 < end && !hbitmap_get(data->hb, off2); off2++) { in test_hbitmap_next_dirty_area_check_limited()
945 hbitmap_get(data->hb, off2 + len2)); len2++) in test_hbitmap_next_dirty_area_check_limited()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/
H A Dtest-hbitmap.c210 count += hbitmap_get(data->hb, i); in hbitmap_test_check_get()
211 g_assert_cmpint(hbitmap_get(data->hb, i), ==, val != 0); in hbitmap_test_check_get()
483 g_assert(hbitmap_get(data->hb, 0)); in hbitmap_test_check_boundary_bits()
484 g_assert(hbitmap_get(data->hb, size - 1)); in hbitmap_test_check_boundary_bits()
691 int is_set = hbitmap_get(data->hb, i); in hbitmap_test_serialize_range()
828 bool first_bit = hbitmap_get(data->hb, start); in test_hbitmap_next_x_check_range()
831 next < end && hbitmap_get(data->hb, next) == first_bit; in test_hbitmap_next_x_check_range()
940 for (off2 = offset; off2 < end && !hbitmap_get(data->hb, off2); off2++) { in test_hbitmap_next_dirty_area_check_limited()
945 hbitmap_get(data->hb, off2 + len2)); len2++) in test_hbitmap_next_dirty_area_check_limited()
/dports/emulators/qemu60/qemu-6.0.0/tests/unit/
H A Dtest-hbitmap.c210 count += hbitmap_get(data->hb, i); in hbitmap_test_check_get()
211 g_assert_cmpint(hbitmap_get(data->hb, i), ==, val != 0); in hbitmap_test_check_get()
483 g_assert(hbitmap_get(data->hb, 0)); in hbitmap_test_check_boundary_bits()
484 g_assert(hbitmap_get(data->hb, size - 1)); in hbitmap_test_check_boundary_bits()
691 int is_set = hbitmap_get(data->hb, i); in hbitmap_test_serialize_range()
828 bool first_bit = hbitmap_get(data->hb, start); in test_hbitmap_next_x_check_range()
831 next < end && hbitmap_get(data->hb, next) == first_bit; in test_hbitmap_next_x_check_range()
940 for (off2 = offset; off2 < end && !hbitmap_get(data->hb, off2); off2++) { in test_hbitmap_next_dirty_area_check_limited()
945 hbitmap_get(data->hb, off2 + len2)); len2++) in test_hbitmap_next_dirty_area_check_limited()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/
H A Dtest-hbitmap.c234 count += hbitmap_get(data->hb, i); in hbitmap_test_check_get()
235 g_assert_cmpint(hbitmap_get(data->hb, i), ==, val != 0); in hbitmap_test_check_get()
507 g_assert(hbitmap_get(data->hb, 0)); in hbitmap_test_check_boundary_bits()
508 g_assert(hbitmap_get(data->hb, size - 1)); in hbitmap_test_check_boundary_bits()
670 g_assert(hbitmap_get(data->meta, i)); in hbitmap_check_meta()
672 g_assert(!hbitmap_get(data->meta, i)); in hbitmap_check_meta()
812 int is_set = hbitmap_get(data->hb, i); in hbitmap_test_serialize_range()
944 for ( ; ret2 < data->size && hbitmap_get(data->hb, ret2); ret2++) { in test_hbitmap_next_zero_check()
/dports/emulators/qemu/qemu-6.2.0/include/qemu/
H A Dhbitmap.h158 bool hbitmap_get(const HBitmap *hb, uint64_t item);
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/
H A Dhbitmap.h158 bool hbitmap_get(const HBitmap *hb, uint64_t item);
/dports/emulators/qemu5/qemu-5.2.0/include/qemu/
H A Dhbitmap.h158 bool hbitmap_get(const HBitmap *hb, uint64_t item);
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/qemu/
H A Dhbitmap.h146 bool hbitmap_get(const HBitmap *hb, uint64_t item);
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/qemu/
H A Dhbitmap.h158 bool hbitmap_get(const HBitmap *hb, uint64_t item);
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qemu/
H A Dhbitmap.h158 bool hbitmap_get(const HBitmap *hb, uint64_t item);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qemu/
H A Dhbitmap.h158 bool hbitmap_get(const HBitmap *hb, uint64_t item);
/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Dhbitmap.h158 bool hbitmap_get(const HBitmap *hb, uint64_t item);
/dports/emulators/qemu-utils/qemu-4.2.1/include/qemu/
H A Dhbitmap.h158 bool hbitmap_get(const HBitmap *hb, uint64_t item);
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Ddirty-bitmap.c467 return hbitmap_get(bitmap->bitmap, offset); in bdrv_get_dirty_locked()
H A Dbackup.c203 if (!hbitmap_get(job->copy_bitmap, start / job->cluster_size)) { in backup_do_cow()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/util/
H A Dhbitmap.c473 bool hbitmap_get(const HBitmap *hb, uint64_t item) in hbitmap_get() function
/dports/emulators/qemu/qemu-6.2.0/block/
H A Ddirty-bitmap.c563 return hbitmap_get(bitmap->bitmap, offset); in bdrv_dirty_bitmap_get_locked()
/dports/emulators/qemu5/qemu-5.2.0/util/
H A Dhbitmap.c584 bool hbitmap_get(const HBitmap *hb, uint64_t item) in hbitmap_get() function
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Ddirty-bitmap.c563 return hbitmap_get(bitmap->bitmap, offset); in bdrv_dirty_bitmap_get_locked()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/util/
H A Dhbitmap.c584 bool hbitmap_get(const HBitmap *hb, uint64_t item) in hbitmap_get() function

12