Home
last modified time | relevance | path

Searched defs:out (Results 1 – 25 of 120) sorted by relevance

12345

/qemu/crypto/
H A Dafsplit.c34 uint8_t *out) in qcrypto_afsplit_xor()
61 g_autofree uint8_t *out = NULL; in qcrypto_afsplit_hash() local
92 uint8_t *out, in qcrypto_afsplit_encode()
124 uint8_t *out, in qcrypto_afsplit_decode()
H A Dcipher-afalg.c147 const void *in, void *out, in qcrypto_afalg_cipher_op()
202 const void *in, void *out, in qcrypto_afalg_cipher_encrypt()
212 const void *in, void *out, in qcrypto_afalg_cipher_decrypt()
H A Dakcipher.c51 void *out, size_t out_len, Error **errp) in qcrypto_akcipher_encrypt()
60 void *out, size_t out_len, Error **errp) in qcrypto_akcipher_decrypt()
69 void *out, size_t out_len, Error **errp) in qcrypto_akcipher_sign()
H A Dcipher.c178 void *out, in qcrypto_cipher_encrypt()
189 void *out, in qcrypto_cipher_decrypt()
H A Dpbkdf-gcrypt.c49 uint8_t *out, size_t nout, in qcrypto_pbkdf2()
H A Dpbkdf-gnutls.c46 uint8_t *out, size_t nout, in qcrypto_pbkdf2()
/qemu/audio/
H A Dmixeng_template.h103 struct st_sample *out = dst; in glue() local
116 struct st_sample *out = dst; in glue() local
131 IN_T *out = (IN_T *) dst; in glue() local
143 IN_T *out = (IN_T *) dst; in glue() local
H A Dspiceaudio.c95 SpiceVoiceOut *out = container_of (hw, SpiceVoiceOut, hw); in line_out_init() local
121 SpiceVoiceOut *out = container_of (hw, SpiceVoiceOut, hw); in line_out_fini() local
128 SpiceVoiceOut *out = container_of(hw, SpiceVoiceOut, hw); in line_out_get_free() local
135 SpiceVoiceOut *out = container_of(hw, SpiceVoiceOut, hw); in line_out_get_buffer() local
151 SpiceVoiceOut *out = container_of(hw, SpiceVoiceOut, hw); in line_out_put_buffer() local
170 SpiceVoiceOut *out = container_of (hw, SpiceVoiceOut, hw); in line_out_enable() local
196 SpiceVoiceOut *out = container_of(hw, SpiceVoiceOut, hw); in line_out_volume() local
/qemu/hw/hyperv/
H A Dhv-balloon-page_range_tree.h22 uint64_t start, PageRange *out) in page_range_part_before()
38 PageRange *out) in page_range_part_after()
53 PageRange *out) in page_range_intersect()
/qemu/chardev/
H A Dchar-file.c44 HANDLE out; in qmp_chardev_open_file() local
72 int flags, in = -1, out; in qmp_chardev_open_file() local
/qemu/scripts/
H A Dcleanup-trace-events.pl22 sub out { subroutine
H A Dsymlink-install-tree.py18 out = subprocess.run([*shlex.split(introspect), '--installed'], variable
/qemu/tests/unit/
H A Dtest-crypto-xts.c343 uint8_t out[512], Torg[16], T[16]; in test_xts() local
378 uint8_t out[512], Torg[16], T[16]; in test_xts_split() local
423 uint8_t in[512 + BAD_ALIGN], out[512 + BAD_ALIGN]; in test_xts_unaligned() local
H A Dtest-uuid.c148 char out[UUID_STR_LEN]; in test_uuid_unparse() local
163 char *out; in test_uuid_unparse_strdup() local
H A Dtest-crypto-pbkdf.c40 const char *out; member
391 uint8_t *out = g_new0(uint8_t, nout); in test_pbkdf() local
H A Dtest-resv-mem.c69 static void reset(GList **in, GList **out, GList **expected) in reset()
83 GList *out = NULL; in run_range_inverse_array() local
/qemu/tests/tcg/plugins/
H A Dsyscall.c140 g_autofree gchar *out = g_strdup_printf("syscall #%" PRIi64 "\n", num); in vcpu_syscall() local
167 g_autofree gchar *out = g_strdup_printf( in vcpu_syscall_ret() local
177 g_autofree gchar *out = g_strdup_printf( in print_entry() local
/qemu/target/microblaze/
H A Dtranslate.c290 static void gen_add(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_add()
298 static void gen_addc(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_addc()
304 static void gen_addkc(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_addkc()
337 static void gen_bsrl(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_bsrl()
344 static void gen_bsll(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_bsll()
351 static void gen_bsefi(TCGv_i32 out, TCGv_i32 ina, int32_t imm) in gen_bsefi()
366 static void gen_bsifi(TCGv_i32 out, TCGv_i32 ina, int32_t imm) in gen_bsifi()
409 static void gen_cmpu(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_cmpu()
459 static void gen_idivu(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_idivu()
478 static void gen_mulh(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_mulh()
[all …]
/qemu/hw/nvme/
H A Dnguid.c40 static void nvme_nguid_generate(NvmeNGUID *out) in nvme_nguid_generate()
141 static void nvme_nguid_stringify(const NvmeNGUID *nguid, char *out) in nvme_nguid_stringify()
/qemu/target/hexagon/
H A Dgen_dectree_import.c106 static void gen_iset_table(FILE *out) in gen_iset_table()
122 static void gen_tags_list(FILE *out) in gen_tags_list()
/qemu/
H A Dqemu-edid.c17 static void usage(FILE *out) in usage()
/qemu/pc-bios/s390-ccw/
H A Ds390-ccw.h100 static inline void fill_hex(char *out, unsigned char val) in fill_hex()
108 static inline void fill_hex_val(char *out, void *ptr, unsigned size) in fill_hex_val()
/qemu/include/hw/i2c/
H A Darm_sbcon_i2c.h32 int out; member
/qemu/ui/
H A Dvnc-clipboard.c38 uint8_t *out = g_malloc(out_len); in inflate_buffer() local
93 uint8_t *out = g_malloc(out_len); in deflate_buffer() local
/qemu/tests/tcg/i386/
H A Dtest-i386-fbstp.c20 unsigned char out[10]; in main() local

12345