Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ ulz4f
Function
ulz4f
src/commonlib/bsd/lz4_wrapper.c:181–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
}
180
181
size_t ulz4f(const void *src, void *dst)
182
{
183
/* LZ4 uses signed size parameters, so can't just use ((u32)-1) here. */
184
return ulz4fn(src, 1*GiB, dst, 1*GiB);
185
}
Callers
1
main
Function · 0.50
Calls
1
ulz4fn
Function · 0.70
Tested by
no test coverage detected