MCPcopy Create free account
hub / github.com/coreboot/coreboot / read_le8

Function read_le8

src/commonlib/include/commonlib/endian.h:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141/* Little Endian functions. */
142
143static inline uint8_t read_le8(const void *src)
144{
145 return read_ble8(src);
146}
147
148static inline uint8_t read_at_le8(const void *src, size_t offset)
149{

Callers 6

csh_sizeFunction · 0.85
fsp_get_info_hdrFunction · 0.85
ffs_file_sizeFunction · 0.85
relocate_remaining_itemsFunction · 0.85
relocate_fvhFunction · 0.85
read_memberFunction · 0.85

Calls 1

read_ble8Function · 0.85

Tested by

no test coverage detected