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

  /external/lz4/lib/
lz4frame.h 227 unsigned stableSrc; /* 1 == src content will remain present on future calls to LZ4F_compress(); skip copying src content within tmp buffer */
lz4frame.c 382 options.stableSrc = 1;
427 cctx.maxBufferSize = 5 MB; /* mess with real buffer size to prevent dynamic allocation; works only because autoflush==1 & stableSrc==1 */
    [all...]
  /external/lz4/tests/
frametest.c     [all...]

Completed in 56 milliseconds