Home
last modified time | relevance | path

Searched refs:overlap (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/openbmc/poky/bitbake/lib/simplediff/
H A D__init__.py76 overlap = dict()
92 _overlap[iold] = (iold and overlap.get(iold - 1, 0)) + 1
99 overlap = _overlap
/openbmc/qemu/tests/qemu-iotests/
H A D137.out25 qemu-io: Conflicting values for qcow2 options 'overlap-check' ('constant') and 'overlap-check.templ…
26 qemu-io: Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the followi…
27 qemu-io: Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the followi…
35 qemu-io: Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the followi…
/openbmc/qemu/util/
H A Diova-tree.c146 const DMAMap *overlap; in iova_tree_remove() local
148 while ((overlap = iova_tree_find(tree, &map))) { in iova_tree_remove()
149 g_tree_remove(tree->tree, overlap); in iova_tree_remove()
H A Doslib-win32.c805 OVERLAPPED overlap; in qemu_write_pidfile() local
807 memset(&overlap, 0, sizeof(overlap)); in qemu_write_pidfile()
818 NULL, &overlap); in qemu_write_pidfile()
/openbmc/qemu/tests/decode/
H A Derr_pattern_group_nest3.decode7 # The exclusive group should error for overlap.
H A Dsucc_pattern_group_nest2.decode9 # Group with complete overlap of the two patterns
/openbmc/qemu/docs/devel/
H A Ddecodetree.rst181 come in handy when fields overlap between patterns and one has to
214 Patterns within overlap groups are allowed to overlap. Conflicts are
220 Patterns within no-overlap groups are not allowed to overlap, just
221 the same as ungrouped patterns. Thus no-overlap groups are intended
222 to be nested inside overlap groups.
H A Dmemory.rst208 Usually, regions may not overlap each other; a memory address decodes into
209 exactly one target. In some cases it is useful to allow regions to overlap,
212 allows the region to overlap any other region in the same container, and
220 If the higher priority region in an overlap is a container or alias, then
246 even where they overlap with C. In ranges where B has not mapped anything
261 they do not overlap each other. It is the relative priority of B and C
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-workaround-for-overlapping-sections-in-binary.patch11 This is naive workaround: skip .note.gnu.property section that overlap
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc104 * Source and destination vector register groups cannot overlap source mask
115 * A destination vector register group can overlap a source vector
118 * 2. The destination EEW is smaller than the source EEW and the overlap
121 * is at least 1, and the overlap is in the highest-numbered part of
123 * For the purpose of determining register group overlap constraints, mask
148 * A destination vector register group can overlap a source vector
151 * 2. The destination EEW is smaller than the source EEW and the overlap
154 * is at least 1, and the overlap is in the highest-numbered part of
159 * * Destination vector register group does not overlap a source vector
162 * For rule 1, overlap is allowed so this function doesn't need to be called.
[all …]
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc452 * paddr + memsz for this segment would overlap with any other
455 * If the segment considered as being memsz size doesn't overlap
462 * Invalid ELF files where the segments overlap even when
464 * the ROM overlap check in loader.c, so we don't try to
/openbmc/qemu/hw/display/
H A Dsm501.c703 bool overlap = false, fallback = false; in sm501_2d_operation() local
827 overlap = (src_x < dst_x + width && src_x + width > dst_x && in sm501_2d_operation()
835 overlap = (db < se && sb < de); in sm501_2d_operation()
838 if (overlap && (s->use_pixman & BIT(2))) { in sm501_2d_operation()
864 } else if (!overlap && (s->use_pixman & BIT(1))) { in sm501_2d_operation()
881 if (overlap) { /* overlap also means rtl */ in sm501_2d_operation()
/openbmc/qemu/docs/specs/
H A Dppc-spapr-hcalls.rst65 of memory (supports overlap of source and destination) and XOR which
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-format.h.inc51 easy way to compress the fields has R1 and B1 overlap. */
/openbmc/u-boot/fs/ubifs/
H A Dio.c908 int err, rlen, overlap; in ubifs_read_node_wbuf() local
918 overlap = (lnum == wbuf->lnum && offs + len > wbuf->offs); in ubifs_read_node_wbuf()
919 if (!overlap) { in ubifs_read_node_wbuf()
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p2.patch98 + * Add a new span to the list, but only if the new span does not overlap any
122 + overlap with any existing spans. */
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sme.c612 bool overlap = false; in TRANS_FEAT() local
627 overlap = true; in TRANS_FEAT()
632 if (overlap) { in TRANS_FEAT()
704 bool overlap = false; in TRANS_FEAT() local
726 overlap = true; in TRANS_FEAT()
731 if (overlap) { in TRANS_FEAT()
H A Dvfp.decode88 # overlap with other insns in the "Advanced SIMD load/store and 64-bit move"
/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c753 gboolean overlap = t->src->rings && t->dest->rings; in test_migrate_source_check() local
755 g_assert(!overlap); in test_migrate_source_check()
/openbmc/qemu/docs/devel/testing/
H A Dblkdebug.rst73 (optional) a sector number that the request must overlap in order to
/openbmc/u-boot/drivers/mtd/spi/
H A DKconfig173 driver doesn't (yet) use these for any kind of i/o overlap or prefetching.
/openbmc/bmcweb/docs/
H A DOEM_SCHEMAS.md23 which are likely to overlap, which increases the amount of code overall. OpenBMC
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-3.3.rst167 overlap functionally and may interfere with each other at runtime.
H A Drelease-notes-5.0.6.rst36 - bitbake: runqueue: Fix performance of multiconfigs with large overlap
/openbmc/docs/designs/
H A Dphosphor-hwmon-io-uring.md130 do not get submitted and overlap; the set entries will be cleared upon

123