OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stableSrc
(Results
1 - 3
of
3
) sorted by null
/external/lz4/lib/
lz4frame.h
109
unsigned
stableSrc
; /* 1 == src content will remain available on future calls to LZ4F_compress(); avoid saving src content within tmp buffer as future dictionary */
lz4frame.c
271
cctxI.maxBufferSize = 5 MB; /* mess with real buffer size to prevent allocation; works because autoflush==1 &
stableSrc
==1 */
292
options.
stableSrc
= 1;
584
if (compressOptionsPtr->
stableSrc
)
[
all
...]
/external/lz4/programs/
frametest.c
461
cOptions.
stableSrc
= ((FUZ_rand(&randState) & 3) == 1);
Completed in 65 milliseconds