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