Home
last modified time | relevance | path

Searched refs:decoded (Results 1 – 13 of 13) sorted by relevance

/qemu/tests/unit/
H A Dcheck-qjson.c795 int64_t decoded; in int_number() member
818 if (test_cases[i].decoded >= 0) { in int_number()
840 uint64_t decoded; in uint_number() member
877 double decoded; in float_number() member
1060 QLitObject decoded; in simple_dict() member
1158 QLitObject decoded; in simple_list() member
1162 .decoded = QLIT_QLIST(((QLitObject[]){ in simple_list()
1170 .decoded = QLIT_QLIST(((QLitObject[]){ in simple_list()
1177 .decoded = QLIT_QLIST(((QLitObject[]){ in simple_list()
1215 QLitObject decoded; in simple_whitespace() member
[all …]
H A Dtest-qga.c819 g_autofree guchar *decoded = NULL; in test_qga_guest_exec() local
841 decoded = g_base64_decode(out, &len); in test_qga_guest_exec()
843 g_assert_cmpstr((char *)decoded, ==, "\" test_str \""); in test_qga_guest_exec()
856 g_autofree guchar *decoded = NULL; in test_qga_guest_exec_merged() local
921 g_autofree guchar *decoded = NULL; in test_qga_guest_exec_merged() local
945 decoded = g_base64_decode(out, &len); in test_qga_guest_exec_merged()
947 g_assert_cmpstr((char *)decoded, ==, "stdout\nstderr\nstdout\nstderr\n"); in test_qga_guest_exec_merged()
/qemu/ui/
H A Dvnc-auth-sasl.c146 const char *decoded; in vnc_client_read_sasl() local
156 &decoded, &decodedLen); in vnc_client_read_sasl()
161 encoded, ret, decoded, decodedLen); in vnc_client_read_sasl()
163 buffer_append(&vs->input, decoded, decodedLen); in vnc_client_read_sasl()
/qemu/io/
H A Dtrace-events59 …har fin, unsigned char opcode, unsigned char has_mask) "Websocket header decoded ioc=%p payload-le…
60 …c, size_t headerlen, size_t payloadlen, uint32_t mask) "Websocket header decoded ioc=%p header-len…
61 …code(void *ioc, uint8_t opcode, size_t payload_remain) "Websocket header decoded ioc=%p opcode=0x%…
/qemu/qapi/
H A Dvirtio.json449 # @statuses: List of decoded configuration statuses of the virtio
453 # decoded
467 # @protocols: List of decoded vhost user protocol features of a vhost
471 # have not been decoded
491 # been decoded
/qemu/target/arm/tcg/
H A Da32-uncond.decode21 # All insns that have 0xf in insn[31:28] are decoded here.
H A Dsve.decode1481 # ADC and SBC decoded via size in helper dispatch.
/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc658 int decoded;
661 decoded = 256 + encoded;
663 decoded = encoded;
665 decoded = encoded - 512;
667 decoded = encoded - 768;
670 gen_arith_imm(ctx, OPC_ADDIU, 29, 29, decoded << 2);
/qemu/docs/interop/
H A Dbarrier.rst21 The remaining part of the payload is decoded according to the command.
/qemu/docs/system/i386/
H A Damd-memory-encryption.rst141 is the last 16 bytes of the base64-decoded data field (see SEV API Spec
/qemu/target/riscv/
H A Dinsn32.decode150 # cbo.prefetch_{i,r,m} instructions are ori with rd=x0 and not decoded.
/qemu/target/ppc/translate/
H A Dfp-impl.c.inc516 * with OPCD=63 and XO=583 should be decoded as MFFS.
/qemu/target/i386/tcg/
H A Ddecode-new.c.inc1074 * which X86_VEX_REPScalar exists, but here it has to be decoded by hand.
1384 /* decoded as modrm, which is visible as a difference between page fault and #UD */
2133 case X86_TYPE_nop: /* modrm operand decoded but not fetched */