Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
static inline uint8_t read_le8(const void *src)
144
{
145
return read_ble8(src);
146
}
147
148
static inline uint8_t read_at_le8(const void *src, size_t offset)
149
{
Callers
6
csh_size
Function · 0.85
fsp_get_info_hdr
Function · 0.85
ffs_file_size
Function · 0.85
relocate_remaining_items
Function · 0.85
relocate_fvh
Function · 0.85
read_member
Function · 0.85
Calls
1
read_ble8
Function · 0.85
Tested by
no test coverage detected