MCPcopy 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
1180static int FIO_LZ4_GetBlockSize_FromBlockId (int id) { return (1 << (8 + (2 * id))); }
1181
1182static unsigned long long
1183FIO_compressLz4Frame(cRess_t* ress,

Callers 1

FIO_compressLz4FrameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected