MCPcopy 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
148static inline uint8_t read_at_le8(const void *src, size_t offset)
149{
150 return read_at_ble8(src, offset);
151}
152
153static inline void write_le8(void *dest, uint8_t val)
154{

Callers 5

ibuf_read_le8Function · 0.85
read_memberFunction · 0.85
match_versionFunction · 0.85
match_versionFunction · 0.85
match_versionFunction · 0.85

Calls 1

read_at_ble8Function · 0.85

Tested by

no test coverage detected