Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ read_at_le8
Function
read_at_le8
src/commonlib/include/commonlib/endian.h:148–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
static inline uint8_t read_at_le8(const void *src, size_t offset)
149
{
150
return read_at_ble8(src, offset);
151
}
152
153
static inline void write_le8(void *dest, uint8_t val)
154
{
Callers
5
ibuf_read_le8
Function · 0.85
read_member
Function · 0.85
match_version
Function · 0.85
match_version
Function · 0.85
match_version
Function · 0.85
Calls
1
read_at_ble8
Function · 0.85
Tested by
no test coverage detected