Searched refs:fileSizes (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | benchzstd.c | 426 const size_t* fileSizes, in BMK_benchMemAdvancedNoAlloc() argument 464 ZSTD_findDecompressedSize(srcPtr, fileSizes[fileNb]); in BMK_benchMemAdvancedNoAlloc() 478 srcPtr += fileSizes[fileNb]; in BMK_benchMemAdvancedNoAlloc() 510 size_t remaining = fileSizes[fileNb]; in BMK_benchMemAdvancedNoAlloc() 784 const size_t* fileSizes, in BMK_benchMemAdvanced() argument 860 fileSizes, in BMK_benchMemAdvanced() 905 const size_t* fileSizes, in BMK_benchMem() argument 920 fileSizes, in BMK_benchMem() 935 const size_t* fileSizes, in BMK_benchCLevels() argument 980 fileSizes, in BMK_benchCLevels() [all …]
|
| H A D | benchzstd.h | 169 const size_t* fileSizes, unsigned nbFiles, 183 const size_t* fileSizes, unsigned nbFiles,
|
| /freebsd/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 467 const size_t* fileSizes, unsigned nbFiles, in ZDICT_trainBuffer_legacy() argument 502 while (bufferSize > ZDICT_MAX_SAMPLES_SIZE) bufferSize -= fileSizes[--nbFiles]; in ZDICT_trainBuffer_legacy() 519 filePos[pos] = (U32)(filePos[pos-1] + fileSizes[pos-1]); in ZDICT_trainBuffer_legacy() 621 static size_t ZDICT_totalSampleSize(const size_t* fileSizes, unsigned nbFiles) in ZDICT_totalSampleSize() argument 625 for (u=0; u<nbFiles; u++) total += fileSizes[u]; in ZDICT_totalSampleSize() 661 const void* srcBuffer, const size_t* fileSizes, unsigned nbFiles, in ZDICT_analyzeEntropy() argument 681 size_t const totalSrcSize = ZDICT_totalSampleSize(fileSizes, nbFiles); in ZDICT_analyzeEntropy() 712 (const char*)srcBuffer + pos, fileSizes[u], in ZDICT_analyzeEntropy() 714 pos += fileSizes[u]; in ZDICT_analyzeEntropy()
|