| /openbmc/qemu/audio/ |
| H A D | mixeng_template.h | 104 IN_T *in = (IN_T *) src; in glue() local 117 IN_T *in = (IN_T *) src; in glue() local 130 const struct st_sample *in = src; in glue() local 142 const struct st_sample *in = src; in glue() local
|
| H A D | spiceaudio.c | 211 SpiceVoiceIn *in = container_of (hw, SpiceVoiceIn, hw); in line_in_init() local 237 SpiceVoiceIn *in = container_of (hw, SpiceVoiceIn, hw); in line_in_fini() local 244 SpiceVoiceIn *in = container_of (hw, SpiceVoiceIn, hw); in line_in_read() local 262 SpiceVoiceIn *in = container_of (hw, SpiceVoiceIn, hw); in line_in_enable() local 283 SpiceVoiceIn *in = container_of(hw, SpiceVoiceIn, hw); in line_in_volume() local
|
| /openbmc/u-boot/test/ |
| H A D | compression.c | 127 void *in, unsigned long in_size, in compress_using_gzip() 142 void *in, unsigned long in_size, in uncompress_using_gzip() 157 void *in, unsigned long in_size, in compress_using_bzip2() 176 void *in, unsigned long in_size, in uncompress_using_bzip2() 192 void *in, unsigned long in_size, in compress_using_lzma() 211 void *in, unsigned long in_size, in uncompress_using_lzma() 226 void *in, unsigned long in_size, in compress_using_lzo() 245 void *in, unsigned long in_size, in uncompress_using_lzo() 261 void *in, unsigned long in_size, in compress_using_lz4() 280 void *in, unsigned long in_size, in uncompress_using_lz4() [all …]
|
| /openbmc/dbus-sensors/src/ |
| H A D | FileHandle.cpp | 25 FileHandle::FileHandle(FileHandle&& in) noexcept : fd(in.fd) in FileHandle() function in FileHandle 30 FileHandle& FileHandle::operator=(FileHandle&& in) noexcept in operator =()
|
| /openbmc/qemu/crypto/ |
| H A D | akcipher.c | 50 const void *in, size_t in_len, in qcrypto_akcipher_encrypt() 59 const void *in, size_t in_len, in qcrypto_akcipher_decrypt() 68 const void *in, size_t in_len, in qcrypto_akcipher_sign() 77 const void *in, size_t in_len, in qcrypto_akcipher_verify()
|
| H A D | afsplit.c | 64 struct iovec in[] = { in qcrypto_afsplit_hash() local 91 const uint8_t *in, in qcrypto_afsplit_encode() 123 const uint8_t *in, in qcrypto_afsplit_decode()
|
| H A D | cipher-afalg.c | 147 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 D | cipher.c | 177 const void *in, in qcrypto_cipher_encrypt() 188 const void *in, in qcrypto_cipher_decrypt()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-resv-mem.c | 69 static void reset(GList **in, GList **out, GList **expected) in reset() 80 run_range_inverse_array(const char *prefix, GList **in, GList **expected, in run_range_inverse_array() 91 GList *in = NULL, *expected = NULL; in check_range_reverse_array() local 138 GList *in = NULL, *expected = NULL; in check_range_reverse_array_low_end() local
|
| H A D | crypto-tls-x509-helpers.c | 177 struct sockaddr_in *in = (struct sockaddr_in *)res->ai_addr; in test_tls_get_ipaddr() local 182 struct sockaddr_in6 *in = (struct sockaddr_in6 *)res->ai_addr; in test_tls_get_ipaddr() local
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | ci_udc.c | 307 static void ep_enable(int num, int in, int maxpacket) in ep_enable() 331 int num, in; in ci_ep_enable() local 360 static int ci_bounce(struct ci_req *ci_req, int in) in ci_bounce() 405 static void ci_debounce(struct ci_req *ci_req, int in) in ci_debounce() 429 int bit, num, len, in; in ci_ep_submit_next_request() local 560 int in, ret; in ci_ep_queue() local 609 int num, in, len, j; in handle_ep_complete() local 671 int num, in, _num, _in, i; in handle_setup() local 768 int i, num, in; in stop_activity() local 799 int bit, i, num, in; in udc_irq() local
|
| /openbmc/qemu/target/i386/tcg/system/ |
| H A D | excp_helper.c | 88 static inline uint32_t ptw_ldl(const PTETranslate *in, uint64_t ra) in ptw_ldl() 96 static inline uint64_t ptw_ldq(const PTETranslate *in, uint64_t ra) in ptw_ldq() 109 static bool ptw_setl_slow(const PTETranslate *in, uint32_t old, uint32_t new) in ptw_setl_slow() 128 static inline bool ptw_setl(const PTETranslate *in, uint32_t old, uint32_t set) in ptw_setl() 142 static bool mmu_translate(CPUX86State *env, const TranslateParams *in, in mmu_translate() 551 TranslateParams in; in get_physical_address() local
|
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | scu.c | 86 u32 *in, int inlen, u32 *out, int outlen) in scu_ipc_cmd() 119 int scu_ipc_raw_command(u32 cmd, u32 sub, u32 *in, int inlen, u32 *out, in scu_ipc_raw_command() 194 int scu_ipc_command(u32 cmd, u32 sub, u32 *in, int inlen, u32 *out, int outlen) in scu_ipc_command()
|
| /openbmc/qemu/tests/tcg/loongarch64/system/ |
| H A D | boot.S | 46 in: label
|
| /openbmc/u-boot/drivers/bios_emulator/ |
| H A D | biosemu.c | 298 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/u-boot/fs/yaffs2/ |
| H A D | yaffs_guts.c | 986 static int yaffs_find_chunk_in_file(struct yaffs_obj *in, int inode_chunk, in yaffs_find_chunk_in_file() 1013 static int yaffs_find_del_file_chunk(struct yaffs_obj *in, int inode_chunk, in yaffs_find_del_file_chunk() 1045 int yaffs_put_chunk_in_file(struct yaffs_obj *in, int inode_chunk, in yaffs_put_chunk_in_file() 1202 static int yaffs_soft_del_worker(struct yaffs_obj *in, struct yaffs_tnode *tn, in yaffs_soft_del_worker() 1582 static void yaffs_invalidate_whole_cache(struct yaffs_obj *in) in yaffs_invalidate_whole_cache() 1647 static int yaffs_generic_obj_del(struct yaffs_obj *in) in yaffs_generic_obj_del() 1885 static void yaffs_hash_obj(struct yaffs_obj *in) in yaffs_hash_obj() 1898 struct yaffs_obj *in; in yaffs_find_by_number() local 2120 struct yaffs_obj *in; in yaffs_create_obj() local 2906 static int yaffs_rd_data_obj(struct yaffs_obj *in, int inode_chunk, u8 * buffer) in yaffs_rd_data_obj() [all …]
|
| /openbmc/u-boot/lib/libavb/ |
| H A D | avb_util.c | 10 uint32_t avb_be32toh(uint32_t in) { in avb_be32toh() 20 uint64_t avb_be64toh(uint64_t in) { in avb_be64toh() 35 uint32_t avb_htobe32(uint32_t in) { in avb_htobe32() 48 uint64_t avb_htobe64(uint64_t in) { in avb_htobe64()
|
| /openbmc/google-misc/subprojects/ncsid/src/ |
| H A D | normalize_ip.c | 36 struct in_addr in; in main() member
|
| /openbmc/qemu/tests/tcg/aarch64/ |
| H A D | pauth-4.c | 25 uintptr_t in, x, y; in main() local
|
| /openbmc/u-boot/include/u-boot/ |
| H A D | md5.h | 15 unsigned char in[64]; member
|
| /openbmc/u-boot/lib/ |
| H A D | crc16.c | 76 void crc16_ccitt_wd_buf(const uint8_t *in, uint len, in crc16_ccitt_wd_buf()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | json_utils.hpp | 617 void packVariant(std::span<PerUnpack> toPack, std::string_view key, in packVariant() 631 bool readJsonObject(nlohmann::json::object_t& jsonRequest, crow::Response& res, in readJsonObject() 643 bool readJson(nlohmann::json& jsonRequest, crow::Response& res, in readJson() 727 bool readJsonPatch(const crow::Request& req, crow::Response& res, in readJsonPatch() 762 bool readJsonAction(const crow::Request& req, crow::Response& res, in readJsonAction()
|
| /openbmc/qemu/include/hw/i2c/ |
| H A D | arm_sbcon_i2c.h | 33 int in; member
|
| /openbmc/phosphor-ipmi-flash/tools/test/ |
| H A D | tools_pci_unittest.cpp | 106 InSequence in; in expectSetup() local 201 InSequence in; in TEST_P() local 412 InSequence in; in TEST() local 487 InSequence in; in TEST() local 519 InSequence in; in TEST() local 567 InSequence in; in TEST() local
|
| /openbmc/qemu/tests/bench/ |
| H A D | benchmark-crypto-hmac.c | 24 uint8_t *in = NULL, *out = NULL; in test_hmac_speed() local
|