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

  /external/lz4/lib/
lz4frame.h 198 LZ4FLIB_API int LZ4F_compressionLevel_max(void);
lz4frame.c 259 int LZ4F_compressionLevel_max(void) { return LZ4HC_CLEVEL_MAX; }
    [all...]
  /external/lz4/tests/
frametest.c 577 cParams.compressionLevel = LZ4F_compressionLevel_max();
    [all...]

Completed in 2255 milliseconds