Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ FIO_LZ4_GetBlockSize_FromBlockId
Function
FIO_LZ4_GetBlockSize_FromBlockId
freebsd/contrib/zstd/programs/fileio.c:1180–1180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1178
#endif
1179
1180
static int FIO_LZ4_GetBlockSize_FromBlockId (int id) { return (1 << (8 + (2 * id))); }
1181
1182
static unsigned long long
1183
FIO_compressLz4Frame(cRess_t* ress,
Callers
1
FIO_compressLz4Frame
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected