OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stableDst
(Results
1 - 3
of
3
) sorted by null
/external/lz4/lib/
lz4frame.h
186
unsigned
stableDst
; /* guarantee that decompressed data will still be there on next function calls (avoid storage into tmp buffers) */
lz4frame.c
[
all
...]
/external/lz4/programs/
frametest.c
498
dOptions.
stableDst
= FUZ_rand(&randState) & 1;
499
if (nonContiguousDst==2) dOptions.
stableDst
= 0;
Completed in 180 milliseconds