Searched refs:DecompressBuf (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 577 const uint8_t *&DecompressBuf, uint64_t &DecompressBufSize) { in decompressSection() 600 DecompressBuf = reinterpret_cast<const uint8_t *>(Buffer); in decompressSection() 617 // DecompressBuf before reading the actual data. The pointee of in readImpl() 618 // 'Data' will be changed to buffer hold by DecompressBuf in readImpl() 622 const uint8_t *DecompressBuf; in readImpl() local 625 SecStart, SecSize, DecompressBuf, DecompressBufSize)) in readImpl() 627 SecStart = DecompressBuf; in readImpl() 636 // Change the pointee of 'Data' from DecompressBuf to original Buffer. in readImpl() 575 decompressSection( const uint8_t *SecStart, const uint64_t SecSize, const uint8_t *&DecompressBuf, uint64_t &DecompressBufSize) decompressSection() argument
|
/third_party/zlib/contrib/delphi/ |
H A D | ZLib.pas | 137 { DecompressBuf decompresses data, buffer to buffer, in one call. 143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer; procedure 324 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer; procedure
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | SampleProfReader.h | 580 const uint8_t *&DecompressBuf,
|
Completed in 5 milliseconds