Searched full:style (Results 1 – 25 of 130) sorted by relevance
123456
/qemu/ui/icons/ |
H A D | qemu.svg | 24 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 D | qemu_logo.svg | 26 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 D | style.rst | 1 .. _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 D | index-process.rst | 14 style
|
H A D | index.rst | 18 particular attention to the :ref:`coding-style` and
|
/qemu/ |
H A D | .git-blame-ignore-revs | 14 # e1000e: fix code style 17 # target/riscv: coding style fixes
|
H A D | .editorconfig | 51 # by default follow QEMU's style 57 # but user kernel "style" for imported scripts
|
H A D | .dir-locals.el | 1 ((c-mode . ((c-file-style . "stroustrup")
|
H A D | .exrc | 1 "VIM settings to match QEMU coding style. They are activated by adding the
|
H A D | README.rst | 80 guidelines set out in the `style section 81 <https://www.qemu.org/docs/master/devel/style.html>`_ of
|
/qemu/docs/system/ |
H A D | target-mips.rst | 45 - PC-style IRQ and DMA controllers 55 - PC-style IRQ controller 88 - PC style serial port
|
/qemu/hw/arm/ |
H A D | raspi.c | 56 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 D | Makefile.vdso | 9 -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 D | vmware_utils.h | 135 /* 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 D | log.h | 51 * @fmt: printf-style format string 65 * @fmt: printf-style format string
|
/qemu/linux-user/x86_64/ |
H A D | Makefile.vdso | 10 -Wl,--build-id=sha1 -Wl,--hash-style=both \
|
/qemu/linux-user/hppa/ |
H A D | Makefile.vdso | 10 -Wl,--build-id=sha1 -Wl,--hash-style=both \
|
/qemu/linux-user/s390x/ |
H A D | Makefile.vdso | 10 -Wl,--build-id=sha1 -Wl,--hash-style=both \
|
/qemu/linux-user/i386/ |
H A D | Makefile.vdso | 10 -Wl,--build-id=sha1 -Wl,--hash-style=both \
|
/qemu/linux-user/loongarch64/ |
H A D | Makefile.vdso | 10 -Wl,--build-id=sha1 -Wl,--hash-style=both \
|
/qemu/include/hw/input/ |
H A D | stellaris_gamepad.h | 2 * Gamepad style buttons connected to IRQ/GPIO lines
|
/qemu/linux-user/aarch64/ |
H A D | Makefile.vdso | 9 -Wl,--build-id=sha1 -Wl,--hash-style=both \
|
/qemu/linux-user/riscv/ |
H A D | Makefile.vdso | 9 -Wl,--hash-style=both -Wl,-T,$(SUBDIR)/vdso.ld
|
/qemu/include/hw/xen/interface/io/ |
H A D | console.h | 34 * c-file-style: "BSD"
|
/qemu/docs/ |
H A D | conf.py | 158 # 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