OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxSrcSize
(Results
1 - 2
of
2
) sorted by null
/external/lz4/lib/
lz4frame.c
274
size_t const
maxSrcSize
= srcSize + bufferedSize;
275
unsigned const nbFullBlocks = (unsigned)(
maxSrcSize
/ blockSize);
[
all
...]