Home
last modified time | relevance | path

Searched defs:out (Results 26 – 50 of 268) sorted by relevance

1234567891011

/openbmc/libcper/generator/
H A Dcper-generate.c24 void generate_cper_record(char **types, UINT16 num_sections, FILE *out, in generate_cper_record()
96 void generate_single_section_record(char *type, FILE *out, in generate_single_section_record()
/openbmc/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
/openbmc/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
/openbmc/qemu/scripts/
H A Dsymlink-install-tree.py18 out = subprocess.run([*shlex.split(introspect), '--installed'], variable
/openbmc/u-boot/drivers/crypto/rsa_mod_exp/
H A Dmod_exp_uclass.c17 struct key_prop *node, uint8_t *out) in rsa_mod_exp()
H A Dmod_exp_sw.c13 struct key_prop *prop, uint8_t *out) in mod_exp_sw()
/openbmc/u-boot/drivers/bios_emulator/
H A Dbiosemu.c298 int X86API BE_int86(int intno, RMREGS * in, RMREGS * out) in BE_int86()
338 int X86API BE_int86x(int intno, RMREGS * in, RMREGS * out, RMSREGS * sregs) in BE_int86x()
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_printer.cpp71 std::string out = std::format("{}{}{}", prefix, (*this)(x.first), postfix); in operator ()() local
90 std::string out = std::format("{}{}{}", prefix, (*this)(x.first), postfix); in operator ()() local
/openbmc/google-misc/subprojects/dhcp-done/
H A Dfile-io.cpp35 stdplus::fd::FormatBuffer out(writer); in fileWrite() local
/openbmc/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 …]
/openbmc/qemu/crypto/
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()
/openbmc/u-boot/lib/lzo/
H A Dlzo1x_decompress.c22 #define HAVE_LB(m_pos, out, op) (m_pos < out || m_pos >= op) argument
142 unsigned char *out, size_t *out_len) in lzo1x_decompress_safe()
/openbmc/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()
/openbmc/u-boot/drivers/crypto/fsl/
H A Dfsl_rsa.c19 struct key_prop *prop, uint8_t *out) in fsl_mod_exp()
/openbmc/qemu/
H A Dqemu-edid.c17 static void usage(FILE *out) in usage()
/openbmc/libcper/sections/
H A Dcper-section-ampere.c42 void ir_section_ampere_to_cper(json_object *section, FILE *out) in ir_section_ampere_to_cper()
H A Dcper-section-firmware.c59 void ir_section_firmware_to_cper(json_object *section, FILE *out) in ir_section_firmware_to_cper()
H A Dcper-section-memory.c462 void ir_section_memory_to_cper(json_object *section, FILE *out) in ir_section_memory_to_cper()
592 void ir_section_memory2_to_cper(json_object *section, FILE *out) in ir_section_memory2_to_cper()
/openbmc/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()
/openbmc/u-boot/lib/
H A Dcrc16.c77 uint8_t *out, uint chunk_sz) in crc16_ccitt_wd_buf()
/openbmc/qemu/include/hw/i2c/
H A Darm_sbcon_i2c.h32 int out; member
/openbmc/openbmc/meta-security/recipes-mac/smack/tcp-smack-test/
H A Dtcp_client.c41 char out[256]; in main() local

1234567891011