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

  /external/lz4/examples/
dictionaryRandomAccess.c 81 LZ4_loadDict(lz4Stream, dict, dictSize);
  /external/lz4/lib/
lz4.h 244 /*! LZ4_loadDict() :
250 LZ4LIB_API int LZ4_loadDict (LZ4_stream_t* streamPtr, const char* dictionary, int dictSize);
264 * Note : you don't need to call LZ4_loadDict() afterwards,
lz4.c     [all...]
  /external/lz4/tests/
fuzzer.c 538 LZ4_loadDict(&LZ4dict, dict, dictSize);
543 LZ4_loadDict(&LZ4dict, dict, dictSize);
548 LZ4_loadDict(&LZ4dict, dict, dictSize);
    [all...]
fullbench.c 443 LZ4_loadDict(&LZ4_stream, chunkP[0].origBuffer, chunkP[0].origSize);

Completed in 80 milliseconds