Searched refs:CompressedSize (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Compression.cpp | 51 unsigned long CompressedSize = ::compressBound(InputBuffer.size()); in compress() local 52 CompressedBuffer.reserve(CompressedSize); in compress() 54 ::compress2((Bytef *)CompressedBuffer.data(), &CompressedSize, in compress() 58 __msan_unpoison(CompressedBuffer.data(), CompressedSize); in compress() 59 CompressedBuffer.set_size(CompressedSize); in compress()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 443 uint64_t CompressedSize = decodeULEB128(P, &N); in readPGOFuncNameStrings() local 445 bool isCompressed = (CompressedSize != 0); in readPGOFuncNameStrings() 453 CompressedSize); in readPGOFuncNameStrings() 460 P += CompressedSize; in readPGOFuncNameStrings()
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/minizip/ |
D | zip.c | 1031 ZPOS64_T CompressedSize = 0; in Write_LocalFileHeader() local 1041 err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)CompressedSize,8); in Write_LocalFileHeader()
|
/third_party/zlib/contrib/minizip/ |
D | zip.c | 1031 ZPOS64_T CompressedSize = 0; in Write_LocalFileHeader() local 1041 err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)CompressedSize,8); in Write_LocalFileHeader()
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/minizip/ |
D | zip.c | 1031 ZPOS64_T CompressedSize = 0; in Write_LocalFileHeader() local 1041 err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)CompressedSize,8); in Write_LocalFileHeader()
|
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/ |
D | zip.c | 1031 ZPOS64_T CompressedSize = 0; in Write_LocalFileHeader() local 1041 err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)CompressedSize,8); in Write_LocalFileHeader()
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
D | zip.c | 1031 ZPOS64_T CompressedSize = 0; in Write_LocalFileHeader() local 1041 err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)CompressedSize,8); in Write_LocalFileHeader()
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.11.1.rst | 37 texImage.IsCompressed and texImage.CompressedSize issues
|