Searched refs:sequences (Results 1 – 14 of 14) sorted by relevance
/qemu/tests/image-fuzzer/qcow2/ |
H A D | fuzz.py | 79 def truncate_bytes(sequences, length): argument 81 if type(sequences) == list: 82 return [s[:length] for s in sequences] 84 return sequences[:length] 113 def bytes_validator(current, sequences): argument 118 return validator(current, random.choice, sequences)
|
/qemu/scripts/coccinelle/ |
H A D | memory-region-housekeeping.cocci | 67 // code sequences with use of the new memory_region_init_ram function. 69 // We don't try to replace sequences with a non-NULL owner, because
|
/qemu/docs/system/ |
H A D | mux-chardev.rst.inc | 3 commands are available via an escape sequence. These key sequences all
|
/qemu/qapi/ |
H A D | crypto.json | 30 # @raw: raw bytes. When encoded in JSON only valid UTF-8 sequences
|
H A D | char.json | 171 # sequences, NUL characters, after the ring buffer lost data,
|
H A D | ui.json | 944 # driver was not generating correct scancodes sequences when
|
/qemu/docs/specs/ |
H A D | tpm.rst | 418 The following command sequences can be used to test VM save / restore.
|
/qemu/docs/devel/ |
H A D | qapi-code-gen.rst | 60 * Strings are restricted to printable ASCII, and escape sequences to 65 A second layer of syntax defines the sequences of JSON texts that are
|
H A D | tcg-ops.rst | 1030 inline TCG may still be faster for longer sequences.
|
/qemu/ |
H A D | hmp-commands.hx | 887 Bug: can screw up when the buffer contains invalid UTF-8 sequences,
|
H A D | qemu-options.hx | 298 with break-before-make sequences are considerable and also if guest 3816 sequences are interpreted in the input. See the chapter about 3854 telnet escape sequences.
|
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 1058 * of the longer sequences tcg_out_movi may try.
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 1114 values within [2**31, 2**32-1], we can create smaller sequences by
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 833 /* Look for sequences of two insns. If we have lots of 1's, we can
|