Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 92) sorted by relevance

1234

/qemu/target/openrisc/
H A Ddisas.c30 #define output(mnemonic, format, ...) \ argument
53 #define INSN(opcode, format, ...) \ argument
148 #define FP_INSN(opcode, suffix, format, ...) \ argument
/qemu/ui/
H A Dqemu-pixman.c13 PixelFormat qemu_pixelformat_from_pixman(pixman_format_code_t format) in qemu_pixelformat_from_pixman()
153 pixman_format_code_t format; in qemu_pixman_get_format() local
173 pixman_format_code_t format) in qemu_pixman_check_format()
194 pixman_image_t *qemu_pixman_linebuf_create(pixman_format_code_t format, in qemu_pixman_linebuf_create()
210 pixman_image_t *qemu_pixman_mirror_create(pixman_format_code_t format, in qemu_pixman_mirror_create()
311 pixman_format_code_t format, in qemu_pixman_image_new_shareable()
H A Dsdl2-2d.c64 int format = 0; in sdl2_2d_switch() local
149 pixman_format_code_t format) in sdl2_2d_check_format()
H A Dconsole-gl.c34 pixman_format_code_t format) in console_gl_check_format()
/qemu/pc-bios/descriptors/
H A D60-edk2-loongarch64.json10 "format": "raw" string
14 "format": "raw" string
H A D60-edk2-riscv64.json10 "format": "raw" string
14 "format": "raw" string
H A D60-edk2-aarch64.json10 "format": "raw" string
14 "format": "raw" string
H A D60-edk2-arm.json10 "format": "raw" string
14 "format": "raw" string
H A D60-edk2-i386.json10 "format": "raw" string
14 "format": "raw" string
H A D50-edk2-i386-secure.json10 "format": "raw" string
14 "format": "raw" string
H A D60-edk2-x86_64.json10 "format": "raw" string
14 "format": "raw" string
H A D50-edk2-x86_64-secure.json10 "format": "raw" string
14 "format": "raw" string
/qemu/target/avr/
H A Ddisas.c65 #define output(mnemonic, format, ...) \ argument
103 #define INSN(opcode, format, ...) \ argument
110 #define INSN_MNEMONIC(opcode, mnemonic, format, ...) \ argument
/qemu/authz/
H A Dlist.c37 QAuthZListFormat format = rule->has_format ? rule->format : in qauthz_list_is_allowed() local
153 QAuthZListFormat format, in qauthz_list_append_rule()
187 QAuthZListFormat format, in qauthz_list_insert_rule()
/qemu/monitor/
H A Dhmp-cmds-target.c124 static void memory_dump(Monitor *mon, int count, int format, int wsize, in memory_dump()
236 int format = qdict_get_int(qdict, "format"); in hmp_memory_dump() local
246 int format = qdict_get_int(qdict, "format"); in hmp_physical_memory_dump() local
/qemu/scripts/tracetool/format/
H A D__init__.py76 def generate(events, format, backend, group): argument
/qemu/tests/functional/qemu_test/
H A Duncompress.py74 def uncompress(compressed, uncompressed, format=None): argument
H A Darchive.py75 def archive_extract(archive, dest_dir, format=None, member=None): argument
H A Dtestcase.py48 def uncompress(self, compressed, format=None): argument
76 def archive_extract(self, archive, format=None, sub_dir=None, member=None): argument
/qemu/hw/display/
H A Dramfb.c48 pixman_format_code_t format, in ramfb_create_display_surface()
84 uint32_t fourcc, format, width, height; in ramfb_fw_cfg_write() local
/qemu/include/ui/
H A Dpixman-minimal.h99 pixman_format_code_t format; member
116 static inline uint32_t *create_bits(pixman_format_code_t format, in create_bits()
155 static inline pixman_image_t *pixman_image_create_bits(pixman_format_code_t format, in pixman_image_create_bits()
/qemu/scripts/
H A Drender_block_graph.py40 def render_block_graph(qmp, filename, format='png'): argument
/qemu/include/crypto/
H A Dsecret_common.h36 QCryptoSecretFormat format; member
/qemu/chardev/
H A Dchar-ringbuf.c117 bool has_format, enum DataFormat format, in qmp_ringbuf_write()
161 bool has_format, enum DataFormat format, in qmp_ringbuf_read()
/qemu/hw/rtc/
H A Dmc146818rtc.c51 # define CMOS_DPRINTF(format, ...) printf(format, ## __VA_ARGS__) argument
53 # define CMOS_DPRINTF(format, ...) do { } while (0) argument
57 # define DPRINTF_C(format, ...) printf(format, ## __VA_ARGS__) argument
59 # define DPRINTF_C(format, ...) do { } while (0) argument

1234