Home
last modified time | relevance | path

Searched refs:find_first_bit (Results 1 – 25 of 596) sorted by relevance

12345678910>>...24

/dports/emulators/qemu-utils/qemu-4.2.1/tests/
H A Dtest-bitmap.c47 g_assert_cmpint(find_first_bit(bmap2, 60), ==, 60); in check_bitmap_copy_with_offset()
53 g_assert_cmpint(find_first_bit(bmap3, 135), ==, 135); in check_bitmap_copy_with_offset()
74 g_assert_cmpint(find_first_bit(bmap, 2 * BITS_PER_LONG), in bitmap_set_case()
86 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), ==, BITS_PER_LONG); in bitmap_set_case()
96 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), in bitmap_set_case()
110 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), in bitmap_set_case()
/dports/emulators/qemu5/qemu-5.2.0/tests/
H A Dtest-bitmap.c46 g_assert_cmpint(find_first_bit(bmap2, 60), ==, 60); in check_bitmap_copy_with_offset()
52 g_assert_cmpint(find_first_bit(bmap3, 135), ==, 135); in check_bitmap_copy_with_offset()
73 g_assert_cmpint(find_first_bit(bmap, 2 * BITS_PER_LONG), in bitmap_set_case()
85 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), ==, BITS_PER_LONG); in bitmap_set_case()
95 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), in bitmap_set_case()
109 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), in bitmap_set_case()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/
H A Dtest-bitmap.c47 g_assert_cmpint(find_first_bit(bmap2, 60), ==, 60); in check_bitmap_copy_with_offset()
53 g_assert_cmpint(find_first_bit(bmap3, 135), ==, 135); in check_bitmap_copy_with_offset()
74 g_assert_cmpint(find_first_bit(bmap, 2 * BITS_PER_LONG), in bitmap_set_case()
86 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), ==, BITS_PER_LONG); in bitmap_set_case()
96 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), in bitmap_set_case()
110 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), in bitmap_set_case()
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Dtest-bitmap.c47 g_assert_cmpint(find_first_bit(bmap2, 60), ==, 60); in check_bitmap_copy_with_offset()
53 g_assert_cmpint(find_first_bit(bmap3, 135), ==, 135); in check_bitmap_copy_with_offset()
74 g_assert_cmpint(find_first_bit(bmap, 2 * BITS_PER_LONG), in bitmap_set_case()
86 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), ==, BITS_PER_LONG); in bitmap_set_case()
96 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), in bitmap_set_case()
110 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), in bitmap_set_case()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/unit/
H A Dtest-bitmap.c46 g_assert_cmpint(find_first_bit(bmap2, 60), ==, 60); in check_bitmap_copy_with_offset()
52 g_assert_cmpint(find_first_bit(bmap3, 135), ==, 135); in check_bitmap_copy_with_offset()
73 g_assert_cmpint(find_first_bit(bmap, 2 * BITS_PER_LONG), in bitmap_set_case()
85 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), ==, BITS_PER_LONG); in bitmap_set_case()
95 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), in bitmap_set_case()
109 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), in bitmap_set_case()
/dports/emulators/qemu/qemu-6.2.0/tests/unit/
H A Dtest-bitmap.c46 g_assert_cmpint(find_first_bit(bmap2, 60), ==, 60); in check_bitmap_copy_with_offset()
52 g_assert_cmpint(find_first_bit(bmap3, 135), ==, 135); in check_bitmap_copy_with_offset()
73 g_assert_cmpint(find_first_bit(bmap, 2 * BITS_PER_LONG), in bitmap_set_case()
85 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), ==, BITS_PER_LONG); in bitmap_set_case()
95 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), in bitmap_set_case()
109 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), in bitmap_set_case()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/
H A Dtest-bitmap.c47 g_assert_cmpint(find_first_bit(bmap2, 60), ==, 60); in check_bitmap_copy_with_offset()
53 g_assert_cmpint(find_first_bit(bmap3, 135), ==, 135); in check_bitmap_copy_with_offset()
74 g_assert_cmpint(find_first_bit(bmap, 2 * BITS_PER_LONG), in bitmap_set_case()
86 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), ==, BITS_PER_LONG); in bitmap_set_case()
96 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), in bitmap_set_case()
110 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), in bitmap_set_case()
/dports/emulators/qemu60/qemu-6.0.0/tests/unit/
H A Dtest-bitmap.c46 g_assert_cmpint(find_first_bit(bmap2, 60), ==, 60); in check_bitmap_copy_with_offset()
52 g_assert_cmpint(find_first_bit(bmap3, 135), ==, 135); in check_bitmap_copy_with_offset()
73 g_assert_cmpint(find_first_bit(bmap, 2 * BITS_PER_LONG), in bitmap_set_case()
85 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), ==, BITS_PER_LONG); in bitmap_set_case()
95 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), in bitmap_set_case()
109 g_assert_cmpint(find_first_bit(bmap, BITS_PER_LONG), in bitmap_set_case()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/asm-generic/bitops/
H A Dfind.h109 unsigned long find_first_bit(const unsigned long *addr, unsigned long size) in find_first_bit() function
141 #ifndef find_first_bit
142 #define find_first_bit(addr, size) find_next_bit((addr), (size), 0) macro
/dports/multimedia/libv4l/linux-5.13-rc2/include/asm-generic/bitops/
H A Dfind.h109 unsigned long find_first_bit(const unsigned long *addr, unsigned long size) in find_first_bit() function
141 #ifndef find_first_bit
142 #define find_first_bit(addr, size) find_next_bit((addr), (size), 0) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/asm-generic/bitops/
H A Dfind.h109 unsigned long find_first_bit(const unsigned long *addr, unsigned long size) in find_first_bit() function
141 #ifndef find_first_bit
142 #define find_first_bit(addr, size) find_next_bit((addr), (size), 0) macro
/dports/emulators/qemu-utils/qemu-4.2.1/target/s390x/
H A Dcpu_features.c99 feat = find_first_bit(features, S390_FEAT_MAX); in s390_fill_feat_block()
129 le_bit = find_first_bit((unsigned long *) data, nr_bits); in s390_add_from_feat_block()
162 feat = find_first_bit(bitmap, S390_FEAT_MAX); in s390_feat_bitmap_to_ascii()
/dports/emulators/qemu5/qemu-5.2.0/target/s390x/
H A Dcpu_features.c100 feat = find_first_bit(features, S390_FEAT_MAX); in s390_fill_feat_block()
134 le_bit = find_first_bit((unsigned long *) data, nr_bits); in s390_add_from_feat_block()
167 feat = find_first_bit(bitmap, S390_FEAT_MAX); in s390_feat_bitmap_to_ascii()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/s390x/
H A Dcpu_features.c99 feat = find_first_bit(features, S390_FEAT_MAX); in s390_fill_feat_block()
129 le_bit = find_first_bit((unsigned long *) data, nr_bits); in s390_add_from_feat_block()
162 feat = find_first_bit(bitmap, S390_FEAT_MAX); in s390_feat_bitmap_to_ascii()
/dports/emulators/qemu42/qemu-4.2.1/target/s390x/
H A Dcpu_features.c99 feat = find_first_bit(features, S390_FEAT_MAX); in s390_fill_feat_block()
129 le_bit = find_first_bit((unsigned long *) data, nr_bits); in s390_add_from_feat_block()
162 feat = find_first_bit(bitmap, S390_FEAT_MAX); in s390_feat_bitmap_to_ascii()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/s390x/
H A Dcpu_features.c99 feat = find_first_bit(features, S390_FEAT_MAX); in s390_fill_feat_block()
129 le_bit = find_first_bit((unsigned long *) data, nr_bits); in s390_add_from_feat_block()
162 feat = find_first_bit(bitmap, S390_FEAT_MAX); in s390_feat_bitmap_to_ascii()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/include/asm-generic/bitops/
H A Dfind.h98 #ifndef find_first_bit
109 unsigned long find_first_bit(const unsigned long *addr, unsigned long size) in find_first_bit() function
/dports/multimedia/libv4l/linux-5.13-rc2/tools/include/asm-generic/bitops/
H A Dfind.h98 #ifndef find_first_bit
109 unsigned long find_first_bit(const unsigned long *addr, unsigned long size) in find_first_bit() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/include/asm-generic/bitops/
H A Dfind.h98 #ifndef find_first_bit
109 unsigned long find_first_bit(const unsigned long *addr, unsigned long size) in find_first_bit() function
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/s390x/
H A Dcpu_features.c100 feat = find_first_bit(features, S390_FEAT_MAX); in s390_fill_feat_block()
171 le_bit = find_first_bit((unsigned long *) data, nr_bits); in s390_add_from_feat_block()
204 feat = find_first_bit(bitmap, S390_FEAT_MAX); in s390_feat_bitmap_to_ascii()
/dports/emulators/qemu/qemu-6.2.0/target/s390x/
H A Dcpu_features.c100 feat = find_first_bit(features, S390_FEAT_MAX); in s390_fill_feat_block()
171 le_bit = find_first_bit((unsigned long *) data, nr_bits); in s390_add_from_feat_block()
204 feat = find_first_bit(bitmap, S390_FEAT_MAX); in s390_feat_bitmap_to_ascii()
/dports/emulators/qemu60/qemu-6.0.0/target/s390x/
H A Dcpu_features.c100 feat = find_first_bit(features, S390_FEAT_MAX); in s390_fill_feat_block()
171 le_bit = find_first_bit((unsigned long *) data, nr_bits); in s390_add_from_feat_block()
204 feat = find_first_bit(bitmap, S390_FEAT_MAX); in s390_feat_bitmap_to_ascii()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/include/asm/
H A Dbitops.h373 static inline int find_first_bit(const unsigned long *vaddr, unsigned size) in find_first_bit() function
396 #define find_first_bit find_first_bit macro
424 return offset + find_first_bit(p, size - offset); in find_next_bit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/include/asm/
H A Dbitops.h373 static inline int find_first_bit(const unsigned long *vaddr, unsigned size) in find_first_bit() function
396 #define find_first_bit find_first_bit macro
424 return offset + find_first_bit(p, size - offset); in find_next_bit()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/include/asm/
H A Dbitops.h373 static inline int find_first_bit(const unsigned long *vaddr, unsigned size) in find_first_bit() function
396 #define find_first_bit find_first_bit macro
424 return offset + find_first_bit(p, size - offset); in find_next_bit()

12345678910>>...24