Searched refs:samplesBuffSize (Results 1 – 1 of 1) sorted by relevance
965 size_t const samplesBuffSize = ZDICT_totalSampleSize(samplesSizes, nbSamples); in ZDICT_trainFromBuffer_unsafe_legacy() local972 …if (samplesBuffSize < ZDICT_MIN_SAMPLES_SIZE) { free(dictList); return ERROR(dictionaryCreation_fa… in ZDICT_trainFromBuffer_unsafe_legacy()979 samplesBuffer, samplesBuffSize, in ZDICT_trainFromBuffer_unsafe_legacy()994 if ((pos > samplesBuffSize) || ((pos + length) > samplesBuffSize)) in ZDICT_trainFromBuffer_unsafe_legacy()1008 if (samplesBuffSize < 10 * targetDictSize) in ZDICT_trainFromBuffer_unsafe_legacy()1009 …"! consider increasing the number of samples (total size : %u MB)\n", (U32)(samplesBuffSize>>20)); in ZDICT_trainFromBuffer_unsafe_legacy()