Searched refs:ZDICT_MAX_SAMPLES_SIZE (Results 1 – 1 of 1) sorted by relevance
16 #define ZDICT_MAX_SAMPLES_SIZE (2000U << 20) macro574 … (bufferSize > ZDICT_MAX_SAMPLES_SIZE) DISPLAYLEVEL(3, "sample set too large : reduced to %u MB ..… in ZDICT_trainBuffer_legacy()575 while (bufferSize > ZDICT_MAX_SAMPLES_SIZE) bufferSize -= fileSizes[--nbFiles]; in ZDICT_trainBuffer_legacy()