HomeSort by relevance Sort by last modified time
    Searched refs:stableDst (Results 1 - 3 of 3) sorted by null

  /external/lz4/lib/
lz4frame.h 268 unsigned stableDst; /* guarantee that decompressed data will still be there on next function calls (avoid storage into tmp buffers) */
lz4frame.c     [all...]
  /external/lz4/tests/
frametest.c 685 dOptions.stableDst = FUZ_rand(&randState) & 1;
686 if (nonContiguousDst==2) dOptions.stableDst = 0; /* overwrite mode */
    [all...]

Completed in 336 milliseconds