Home
last modified time | relevance | path

Searched refs:totalCompressedSize (Results 1 – 8 of 8) sorted by relevance

/external/zstd/lib/dictBuilder/
Dcover.c792 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 …]
Dcover.h65 size_t totalCompressedSize; member
157 …mples, size_t nbSamples, ZDICT_cover_params_t params, size_t* offsets, size_t totalCompressedSize);
Dfastcover.c472 size_t totalCompressedSize = ERROR(GENERIC); in FASTCOVER_tryParameters() local
492 totalCompressedSize); in FASTCOVER_tryParameters()
/external/lzma/Java/SevenZip/
DLzmaBench.java331 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/
DLzmaBench.cs287 UInt64 totalCompressedSize = 0; in LzmaBenchmark()
329 totalCompressedSize += (ulong)compressedSize; in LzmaBenchmark()
335 kBufferSize * (UInt64)numIterations, true, totalCompressedSize); in LzmaBenchmark()
/external/freetype/include/freetype/internal/
Dwofftypes.h160 FT_ULong totalCompressedSize; member
/external/freetype/src/sfnt/
Dsfwoff2.c1795 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/
Dwoff2.py67 compressedData = self.file.read(self.totalCompressedSize)
254 self.totalCompressedSize = len(compressedFont)
406 offset += self.totalCompressedSize