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