Searched refs:totalCompressedSize (Results 1 – 8 of 8) sorted by relevance
/external/zstd/lib/dictBuilder/ |
D | cover.c | 792 size_t totalCompressedSize = ERROR(GENERIC); in COVER_checkTotalCompressedSize() local 818 totalCompressedSize = dictBufferCapacity; in COVER_checkTotalCompressedSize() 825 totalCompressedSize = size; in COVER_checkTotalCompressedSize() 828 totalCompressedSize += size; in COVER_checkTotalCompressedSize() 836 return totalCompressedSize; in COVER_checkTotalCompressedSize() 904 size_t compressedSize = selection.totalCompressedSize; in COVER_best_finish() 951 return (ZSTD_isError(selection.totalCompressedSize) || !selection.dictContent); in COVER_dictSelectionIsError() 960 …ples, size_t nbSamples, ZDICT_cover_params_t params, size_t* offsets, size_t totalCompressedSize) { in COVER_selectDict() argument 988 totalCompressedSize = COVER_checkTotalCompressedSize(params, samplesSizes, in COVER_selectDict() 993 if (ZSTD_isError(totalCompressedSize)) { in COVER_selectDict() [all …]
|
D | cover.h | 65 size_t totalCompressedSize; member 157 …mples, size_t nbSamples, ZDICT_cover_params_t params, size_t* offsets, size_t totalCompressedSize);
|
D | fastcover.c | 472 size_t totalCompressedSize = ERROR(GENERIC); in FASTCOVER_tryParameters() local 492 totalCompressedSize); in FASTCOVER_tryParameters()
|
/external/lzma/Java/SevenZip/ |
D | LzmaBench.java | 331 long totalCompressedSize = 0; in LzmaBenchmark() local 382 totalCompressedSize += compressedSize; in LzmaBenchmark() 388 kBufferSize * (long)numIterations, true, totalCompressedSize); in LzmaBenchmark()
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaBench.cs | 287 UInt64 totalCompressedSize = 0; in LzmaBenchmark() 329 totalCompressedSize += (ulong)compressedSize; in LzmaBenchmark() 335 kBufferSize * (UInt64)numIterations, true, totalCompressedSize); in LzmaBenchmark()
|
/external/freetype/include/freetype/internal/ |
D | wofftypes.h | 160 FT_ULong totalCompressedSize; member
|
/external/freetype/src/sfnt/ |
D | sfwoff2.c | 1795 FT_FRAME_ULONG ( totalCompressedSize ), in woff2_open_font() 2063 woff2.totalCompressedSize ); in woff2_open_font() 2227 FT_FRAME_ENTER( woff2.totalCompressedSize ) ) in woff2_open_font() 2234 woff2.totalCompressedSize ); in woff2_open_font()
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | woff2.py | 67 compressedData = self.file.read(self.totalCompressedSize) 254 self.totalCompressedSize = len(compressedFont) 406 offset += self.totalCompressedSize
|