Home
last modified time | relevance | path

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

/third_party/lz4/programs/
Dlz4io.h126 void LZ4IO_favorDecSpeed(LZ4IO_prefs_t* const prefs, int favor);
Dlz4cli.c395 … if (!strcmp(argument, "--favor-decSpeed")) { LZ4IO_favorDecSpeed(prefs, 1); continue; }
Dlz4io.c288 void LZ4IO_favorDecSpeed(LZ4IO_prefs_t* const prefs, int favor) in LZ4IO_favorDecSpeed() function