/openbmc/qemu/target/s390x/tcg/ |
H A D | vec_helper.c | 58 uint8_t byte = cpu_ldub_data_ra(env, addr, GETPC()); in HELPER() local 179 uint8_t byte; in HELPER() local 205 uint8_t byte = s390_vec_read_element8(v1, i); in HELPER() local
|
/openbmc/u-boot/drivers/ddr/marvell/a38x/ |
H A D | ddr3_training_db.c | 512 u8 i, byte = 0; in pattern_table_get_killer_word() local 553 u8 byte = (1 << bit); in pattern_table_get_sso_full_xtalk_word() local 564 u8 byte = (1 << bit); in pattern_table_get_sso_xtalk_free_word() local 590 u8 byte = (1 << bit); in pattern_table_get_sso_full_xtalk_word16() local 600 u8 byte = (1 << bit); in pattern_table_get_sso_xtalk_free_word16() local
|
/openbmc/libcper/generator/sections/ |
H A D | gen-section-generic.c | 34 UINT8 *byte = start_byte + 24 + i; in generate_section_generic() local
|
/openbmc/u-boot/board/socrates/ |
H A D | nand.c | 36 static void sc_nand_write_byte(struct mtd_info *mtd, u_char byte) in sc_nand_write_byte() 65 u8 byte; in sc_nand_read_byte() local
|
/openbmc/phosphor-host-postd/ |
H A D | example.cpp | 31 for (const auto& byte : code) in printPostcode() local
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | dual_stores.c | 42 int8_t byte; member
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | ip_utils.hpp | 61 for (unsigned char byte : maskBytes) in ipv4VerifyIpAndGetBitcount() local
|
/openbmc/u-boot/drivers/i2c/muxes/ |
H A D | pca954x.c | 66 uchar byte = 0; in pca954x_deselect() local 76 uchar byte; in pca954x_select() local
|
/openbmc/intel-ipmi-oem/include/ |
H A D | me_to_redfish_hooks.hpp | 97 static inline std::string toHex(uint8_t byte) in toHex() 111 uint8_t byte; in logByte() local
|
/openbmc/phosphor-post-code-manager/src/ |
H A D | post_code.cpp | 80 uint8_t byte = (uint8_t)std::strtol(byteString.c_str(), NULL, 16); in decodeHexString() local 247 for (const auto& byte : std::get<0>(code)) in savePostCodes() local 258 for (const auto& byte : std::get<0>(code)) in savePostCodes() local
|
/openbmc/bmcweb/src/ |
H A D | json_html_serializer.cpp | 27 const uint8_t byte) noexcept in decode() 79 const uint8_t byte = static_cast<uint8_t>(str[i]); in dumpEscaped() local
|
/openbmc/qemu/util/ |
H A D | unicode.c | 66 unsigned byte, mask, len, i; in mod_utf8_codepoint() local
|
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr_ovec.h | 44 #define OV_BIT(byte, bit) ((byte - 1) * BITS_PER_BYTE + bit) argument
|
/openbmc/qemu/replay/ |
H A D | replay-internal.c | 47 void replay_put_byte(uint8_t byte) in replay_put_byte() 93 uint8_t byte = 0; in replay_get_byte() local
|
/openbmc/qemu/hw/vfio/ |
H A D | region.c | 43 uint8_t byte; in vfio_region_write() member 96 uint8_t byte; in vfio_region_read() member
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | file_io_type_vpd.cpp | 14 typedef uint8_t byte; typedef
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_ecc.c | 115 static inline int countbits(uint32_t byte) in countbits()
|
/openbmc/u-boot/include/ |
H A D | hexdump.h | 23 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack()
|
/openbmc/u-boot/include/dt-bindings/sound/ |
H A D | azalia.h | 25 #define AZALIA_SET_BYTE(codec, nid, opcode, val, byte) \ argument
|
/openbmc/u-boot/drivers/i2c/ |
H A D | i2c-versatile.c | 105 static int versatile_i2c_write_byte(struct versatile_i2c_priv *priv, u8 byte) in versatile_i2c_write_byte() 122 u8 *byte, u8 ack) in versatile_i2c_read_byte()
|
H A D | intel_i2c.c | 67 u8 byte; in smbus_wait_until_ready() local 82 u8 byte; in smbus_wait_until_done() local
|
/openbmc/u-boot/include/linux/ |
H A D | bitrev.h | 16 static inline u8 __bitrev8(u8 byte) in __bitrev8()
|
/openbmc/u-boot/drivers/misc/ |
H A D | cros_ec_spi.c | 26 uint8_t byte; in cros_ec_spi_packet() local
|
/openbmc/u-boot/scripts/dtc/ |
H A D | dtc-parser.y | 42 uint8_t byte; member
|
/openbmc/qemu/include/net/ |
H A D | checksum.h | 87 register uint32_t byte; in net_toeplitz_add() local
|