Home | History | Annotate | Download | only in largeNbDicts

Lines Matching refs:DISPLAYLEVEL

63 #define DISPLAYLEVEL(l, ...) { if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } }
136 DISPLAYLEVEL(3, "loading dictionary %s \n", dictionaryName);
141 DISPLAYLEVEL(3, "creating dictionary, of target size %u bytes \n",
801 DISPLAYLEVEL(3, "loading %u files... \n", nbFiles);
806 DISPLAYLEVEL(3, "created src buffer of size %.1f MB \n",
811 DISPLAYLEVEL(3, "split input into %u blocks ", nbBlocks);
813 DISPLAYLEVEL(3, "of max size %u bytes ", (unsigned)blockSize);
814 DISPLAYLEVEL(3, "\n");
857 DISPLAYLEVEL(3, "compressing at level %u without dictionary : Ratio=%.2f (%u bytes) \n",
866 DISPLAYLEVEL(3, "compressed using a %u bytes dictionary : Ratio=%.2f (%u bytes) \n",
884 DISPLAYLEVEL(3, "generating %u dictionaries, using %.1f MB of memory \n",
900 DISPLAYLEVEL(3, "generating %u dictionaries, using %.1f MB of memory \n",