Home
last modified time | relevance | path

Searched refs:CompressedBufferSize (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/lib/gwp_asan/tests/
Dcompression.cpp141 size_t CompressedBufferSize = NumEntries * kBytesForLargestVarInt; in runPackUnpack() local
142 uint8_t *Compressed = static_cast<uint8_t *>(alloca(CompressedBufferSize)); in runPackUnpack()
147 pack(Test, NumEntries, Compressed, CompressedBufferSize); in runPackUnpack()
/external/gwp_asan/gwp_asan/tests/
Dcompression.cpp141 size_t CompressedBufferSize = NumEntries * kBytesForLargestVarInt; in runPackUnpack() local
142 uint8_t *Compressed = static_cast<uint8_t *>(alloca(CompressedBufferSize)); in runPackUnpack()
147 pack(Test, NumEntries, Compressed, CompressedBufferSize); in runPackUnpack()
/external/dng_sdk/source/
Ddng_image_writer.h1206 virtual uint32 CompressedBufferSize (const dng_ifd &ifd,
Ddng_image_writer.cpp2681 uint32 dng_image_writer::CompressedBufferSize (const dng_ifd &ifd, in CompressedBufferSize() function in dng_image_writer
4634 uint32 compressedSize = CompressedBufferSize (ifd, uncompressedSize); in WriteImage()