Home
last modified time | relevance | path

Searched full:style (Results 1 – 25 of 130) sorted by relevance

123456

/qemu/ui/icons/
H A Dqemu.svg24 style="stop-color:#000000;stop-opacity:1;"
30 style="stop-color:#000000;stop-opacity:0.87843138;" />
32 style="stop-color:#ffffff;stop-opacity:0.43921569;"
38 style="stop-color:#181818;stop-opacity:1;" />
40 style="stop-color:#242424;stop-opacity:1;"
44 style="stop-color:#000000;stop-opacity:1;"
51 style="stop-color:#000000;stop-opacity:1;"
55 style="stop-color:#000000;stop-opacity:0.8974359;"
62 style="stop-color:#ffffff;stop-opacity:1;"
66 style="stop-color:#ffffff;stop-opacity:0;"
[all …]
/qemu/pc-bios/
H A Dqemu_logo.svg26 style="stop-color:#000000;stop-opacity:1;"
32 style="stop-color:#000000;stop-opacity:0.87843138;" />
34 style="stop-color:#ffffff;stop-opacity:0.43921569;"
40 style="stop-color:#181818;stop-opacity:1;" />
42 style="stop-color:#242424;stop-opacity:1;"
46 style="stop-color:#000000;stop-opacity:1;"
53 style="stop-color:#000000;stop-opacity:1;"
57 style="stop-color:#000000;stop-opacity:0.8974359;"
64 style="stop-color:#ffffff;stop-opacity:1;"
68 style="stop-color:#ffffff;stop-opacity:0;"
[all …]
/qemu/docs/devel/
H A Dstyle.rst1 .. _coding-style:
4 QEMU Coding Style
12 Formatting and style
22 Of course, the most important aspect in any coding style is whitespace.
41 * It is the QEMU coding style.
111 * It is the QEMU coding style.
198 Rationale: a consistent (except for functions...) bracing style reduces
200 Furthermore, it is the QEMU coding style.
239 Comment style
242 We use traditional C-style /``*`` ``*``/ comments and avoid // comments.
[all …]
H A Dindex-process.rst14 style
H A Dindex.rst18 particular attention to the :ref:`coding-style` and
/qemu/
H A D.git-blame-ignore-revs14 # e1000e: fix code style
17 # target/riscv: coding style fixes
H A D.editorconfig51 # by default follow QEMU's style
57 # but user kernel "style" for imported scripts
H A D.dir-locals.el1 ((c-mode . ((c-file-style . "stroustrup")
H A D.exrc1 "VIM settings to match QEMU coding style. They are activated by adding the
H A DREADME.rst80 guidelines set out in the `style section
81 <https://www.qemu.org/docs/master/devel/style.html>`_ of
/qemu/docs/system/
H A Dtarget-mips.rst45 - PC-style IRQ and DMA controllers
55 - PC-style IRQ controller
88 - PC style serial port
/qemu/hw/arm/
H A Draspi.c56 FIELD(REV_CODE, STYLE, 23, 1);
77 assert(FIELD_EX32(board_rev, REV_CODE, STYLE)); /* Only new style */ in board_ram_size()
85 assert(FIELD_EX32(board_rev, REV_CODE, STYLE)); /* Only new style */ in board_processor_id()
107 assert(FIELD_EX32(board_rev, REV_CODE, STYLE)); /* Only new style */ in board_type()
/qemu/linux-user/ppc/
H A DMakefile.vdso9 -Wl,-h,linux-vdso32.so.1 -Wl,--hash-style=both \
12 -Wl,-h,linux-vdso64.so.1 -Wl,--hash-style=both \
/qemu/hw/net/
H A Dvmware_utils.h135 /* Macros for simplification of operations on array-style registers */
138 * Whether <addr> lies inside of array-style register defined by <base>,
146 * Returns index of given register (<addr>) in array-style register defined by
/qemu/include/qemu/
H A Dlog.h51 * @fmt: printf-style format string
65 * @fmt: printf-style format string
/qemu/linux-user/x86_64/
H A DMakefile.vdso10 -Wl,--build-id=sha1 -Wl,--hash-style=both \
/qemu/linux-user/hppa/
H A DMakefile.vdso10 -Wl,--build-id=sha1 -Wl,--hash-style=both \
/qemu/linux-user/s390x/
H A DMakefile.vdso10 -Wl,--build-id=sha1 -Wl,--hash-style=both \
/qemu/linux-user/i386/
H A DMakefile.vdso10 -Wl,--build-id=sha1 -Wl,--hash-style=both \
/qemu/linux-user/loongarch64/
H A DMakefile.vdso10 -Wl,--build-id=sha1 -Wl,--hash-style=both \
/qemu/include/hw/input/
H A Dstellaris_gamepad.h2 * Gamepad style buttons connected to IRQ/GPIO lines
/qemu/linux-user/aarch64/
H A DMakefile.vdso9 -Wl,--build-id=sha1 -Wl,--hash-style=both \
/qemu/linux-user/riscv/
H A DMakefile.vdso9 -Wl,--hash-style=both -Wl,-T,$(SUBDIR)/vdso.ld
/qemu/include/hw/xen/interface/io/
H A Dconsole.h34 * c-file-style: "BSD"
/qemu/docs/
H A Dconf.py158 # The name of the Pygments (syntax highlighting) style to use.
172 # style document building; our Makefile always sets the variable.
235 # Add any paths that contain custom static files (such as style sheets) here,

123456