Home
last modified time | relevance | path

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

/external/lz4/tests/
Dfullbench.c161 static void local_LZ4_resetDictT(void) in local_LZ4_resetDictT() function
436 …case 20: compressionFunction = local_LZ4_compress_forceDict; initFunction = local_LZ4_resetDictT; … in fullSpeedBench()