Searched refs:SAMPLESIZE_MAX (Results 1 – 1 of 1) sorted by relevance
45 #define SAMPLESIZE_MAX (128 KB) macro126 assert(targetChunkSize <= SAMPLESIZE_MAX); in DiB_loadFiles()145 (size_t)MIN(fileSize, SAMPLESIZE_MAX ); in DiB_loadFiles()278 assert( chunkSize <= SAMPLESIZE_MAX ); in DiB_fileStats()296 if (fileSize > SAMPLESIZE_MAX) { in DiB_fileStats()298 fs.oneSampleTooLarge |= (fileSize > 2*SAMPLESIZE_MAX); in DiB_fileStats()302 fileNamesTable[n], SAMPLESIZE_MAX / (1 KB)); in DiB_fileStats()305 fs.totalSizeToLoad += MIN(fileSize, SAMPLESIZE_MAX); in DiB_fileStats()362 …EL(2, "! As a consequence, only the first %u bytes of each sample are loaded \n", SAMPLESIZE_MAX); in DiB_trainFromFiles()