Home
last modified time | relevance | path

Searched refs:local_LZ4_compress_forceDict (Results 1 – 1 of 1) sorted by relevance

/external/lz4/tests/
Dfullbench.c234 static int local_LZ4_compress_forceDict(const char* in, char* out, int inSize) in local_LZ4_compress_forceDict() function
467 …case 20: compressionFunction = local_LZ4_compress_forceDict; initFunction = local_LZ4_resetDictT; … in fullSpeedBench()