Home
last modified time | relevance | path

Searched refs:here (Results 1 – 25 of 167) sorted by relevance

1234567

/qemu/tests/tcg/cris/libc/
H A Dcheck_glibc_kernelversion.c51 unsigned int here = *cp++ - '0'; \
55 here *= 10; \
56 here += *cp++ - '0'; \
61 version |= here; \
93 unsigned int here = *cp++ - '0'; in main() local
97 here *= 10; in main()
98 here += *cp++ - '0'; in main()
103 version |= here; in main()
/qemu/scripts/
H A Dcheckpatch.pl1389 my $here = '';
1527 $here = "#$linenr: " if (!$file);
1528 $here = "#$realline: " if ($file);
1551 my $hereline = "$here\n$rawline\n";
1552 my $herecurr = "$here\n$rawline\n";
1553 my $hereprev = "$here\n$prevrawline\n$rawline\n";
1559 my $permhere = $here . "FILE: $realfile\n";
1937 "$here\n$ctx\n$rawlines[$ctx_ln - 1]\n");
1946 "$here\n$ctx\n$rawlines[$ctx_ln - 1]\n");
2715 my $herectx = $here . "\n";
[all …]
/qemu/storage-daemon/qapi/
H A Dqapi-schema.json6 # modules, no code is generated here, but we reuse the code files generated
22 # include it first right here.
/qemu/tests/rocker/
H A DREADME1 Tests require simp (simple network simulator) found here:
/qemu/tests/qapi-schema/
H A Ddoc-bad-section.json5 # == No good here
/qemu/include/hw/xen/interface/io/
H A Dprotocols.h22 # error arch fixup needed here
/qemu/contrib/gitdm/
H A Dgroup-map-robots3 # bugs. Let's group them together here.
H A Dgroup-map-academics6 # We group our academic contributors here
/qemu/docs/system/s390x/
H A Dbootdevices.rst66 ``<string>`` here. In that case the s390-ccw bios will show a list of
73 the kernel names, so you only get a list without names here.
76 to 31. The numbers that can be used here correspond to the numbers that are
94 If you don't specify the ``bootindex`` property here, the network bootloader
H A Dvfio-ccw.rst57 be presented in the guest (here, ``fe.0.1234``, which will end up visible
63 * Start the guest. The device (here, ``0.0.1234``) should now be usable::
H A Dpcidevices.rst21 Note that we don't set bus, slot or function here for the guest as is common in
/qemu/ui/
H A Dvnc-enc-tight.c556 int here[3], upper[3], left[3], upperleft[3]; in tight_filter_gradient24() local
576 here[c] = 0; in tight_filter_gradient24()
583 left[c] = here[c]; in tight_filter_gradient24()
585 here[c] = (int)(pix32 >> shift[c] & 0xFF); in tight_filter_gradient24()
586 *prev++ = here[c]; in tight_filter_gradient24()
594 *buf++ = (char)(here[c] - prediction); in tight_filter_gradient24()
614 int here[3], upper[3], left[3], upperleft[3]; \
632 here[c] = 0; \
643 left[c] = here[c]; \
645 here[c] = (int)(pix >> shift[c] & max[c]); \
[all …]
/qemu/tests/qemu-iotests/sample_images/
H A DREADME8 Sample images added here must be compressed with bzip2.
/qemu/docs/interop/
H A Dvhost-vdpa.rst14 Here is the kernel commit here
/qemu/tests/tsan/
H A Dsuppressions.tsan2 # The goal would be to have here only items we do not
/qemu/tests/qemu-iotests/
H A D16128 here=`pwd`
/qemu/python/tests/
H A Dminreqs.txt8 # dependencies which must be enumerated here explicitly to eliminate
/qemu/target/hexagon/
H A Dreg_fields_def.h.inc19 * For registers that have individual fields, explain them here
/qemu/tests/tcg/aarch64/
H A Dbti-crt.c.inc32 * kernel ABI here, and make this act like signal.
/qemu/.gitlab-ci.d/
H A Dcustom-runners.yml1 # The CI jobs defined here require GitLab runners installed and
/qemu/tests/docker/dockerfiles/
H A Ddebian-legacy-test-cross.docker9 # As we are targeting check-tcg here we only need minimal qemu
/qemu/target/arm/tcg/
H A Da32-uncond.decode21 # All insns that have 0xf in insn[31:28] are decoded here.
/qemu/target/riscv/insn_trans/
H A Dtrans_rvzawrs.c.inc60 /* We only get here when helper_wrs_nto() doesn't raise an exception. */
/qemu/docs/devel/
H A Dacpi-bits.rst9 `here <https://github.com/biosbits/bits/tree/master>`__. It is a software that
36 dependent submodules `here <https://gitlab.com/qemu-project/biosbits-bits>`__.
139 Then make your additions and changes here. Therefore, the steps are:
/qemu/docs/specs/
H A Dstandard-vga.rst66 The pci variant used to mirror the framebuffer bar here, QEMU 0.14+

1234567