Home
last modified time | relevance | path

Searched full:intersection (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/qemu/hw/hyperv/
H A Dhv-balloon-page_range_tree.c57 uint64_t intersection; in hvb_page_range_tree_insert() local
75 intersection = page_range_intersection_size(range, start, count); in hvb_page_range_tree_insert()
80 (!intersection && !joinable)) { in hvb_page_range_tree_insert()
98 *dupcount += intersection; in hvb_page_range_tree_insert()
112 intersection = page_range_intersection_size(rangecur, in hvb_page_range_tree_insert()
116 if (!intersection && !joinable) { in hvb_page_range_tree_insert()
122 *dupcount += intersection; in hvb_page_range_tree_insert()
/openbmc/qemu/system/
H A Dmemory_mapping.c65 * [phys_addr, phys_addr + length) have intersection?
77 * [phys_addr, phys_addr + length) have intersection. The virtual address in the
78 * intersection are the same?
89 * [virt_addr, virt_addr + length) have intersection. And the physical address
90 * in the intersection are the same.
H A Dmemory.c1014 * range `cmr'. Only the part that has intersection of the specified
2464 * If this memory region section has no intersection in memory_region_clear_dirty_bitmap()
/openbmc/qemu/scripts/
H A Dundefsym.py44 lines = sorted(staticlib_syms.intersection(modules_undef_syms))
H A Dcpu-x86-uarch-abi.py159 # Find the intersection of features in all CPU models satisfying this ABI
H A Dmeson-buildoptions.py144 return not ({"enabled", "disabled"}.intersection(opt["choices"]))
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dfeatures_check.bbclass50 conflicts = set.intersection(conflict_features, features)
/openbmc/u-boot/scripts/
H A Dbuild-whitelist.sh50 # If scripts/config_whitelist.txt already exists, take the intersection of the
/openbmc/bmcweb/redfish-core/include/
H A Dprivileges.hpp188 * @brief Returns the intersection of two Privilege sets.
195 Privileges intersection(const Privileges& p) const in intersection() function in redfish::Privileges
/openbmc/qemu/util/
H A Dreserved-region.c82 } else { /* intersection on the upper range */ in resv_region_list_insert()
H A Dinterval-tree.c805 * Fastpath range intersection/overlap between A: [a0, a1] and in interval_tree_iter_first()
/openbmc/qemu/include/hw/virtio/
H A Dvhost.h329 * This returns a set of features bits that is an intersection of what
342 * This sets the internal hdev->acked_features to the intersection of
/openbmc/bmcweb/include/
H A Ddbus_privileges.hpp91 userPrivileges.intersection(redfish::Privileges{"ConfigureSelf"}); in isUserPrivileged()
/openbmc/qemu/rust/qemu-api-macros/src/
H A Dbits.rs137 self.parse_binop(tok, it, out, '&', Self::parse_sub, "intersection") in parse_and()
/openbmc/openbmc/poky/scripts/lib/
H A Dbuildstats.py351 common = recipes2.intersection(recipes1)
/openbmc/openbmc/poky/meta/lib/oe/
H A Dutils.py72 intersection as a flattened string.
H A Drecipeutils.py1225 if recipeset.intersection(v1):
/openbmc/qemu/rust/bits/src/
H A Dlib.rs186 pub const fn intersection(self, rhs: Self) -> Self {
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.3.rst501 is :term:`DISTRO_FEATURES_NATIVE` added to an intersection of
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D__init__.py94 candidate_set = candidate_set.intersection(
/openbmc/qemu/docs/devel/migration/
H A Dcompatibility.rst232 on the target of the migration, you get the intersection of the
/openbmc/openbmc/poky/meta/classes-global/
H A Dbase.bbclass505 intersec = conflicts.intersection(set(pkgconfig))
/openbmc/qemu/block/
H A Dblock-copy.c414 * intersection of backup writes and third party reads from target, in block_copy_state_new()
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1909 // compute intersection points with top & bottom in stbtt__fill_active_edges_new()
1932 // line segment starts on this scanline. x0 is the intersection of the in stbtt__fill_active_edges_new()
1978 // compute intersection with y axis at x1+1 in stbtt__fill_active_edges_new()
2009 // there can be up to two intersections with the pixel. any intersection in stbtt__fill_active_edges_new()
/openbmc/qemu/include/system/
H A Dmemory.h1275 * the intersection with the given range.
1281 * Returns false if the intersection is empty, otherwise returns true.

12