Home
last modified time | relevance | path

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

/third_party/zlib/contrib/delphi/
DZLib.pas133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
151 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
286 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
295 OutBytes := ((InBytes + (InBytes div 10) + 12) + 255) and not 255;
299 strm.avail_in := InBytes;
324 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
334 BufInc := (InBytes + 255) and not 255;
342 strm.avail_in := InBytes;
366 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/delphi/
DZLib.pas133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
151 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
286 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
295 OutBytes := ((InBytes + (InBytes div 10) + 12) + 255) and not 255;
299 strm.avail_in := InBytes;
324 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
334 BufInc := (InBytes + 255) and not 255;
342 strm.avail_in := InBytes;
366 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/delphi/
DZLib.pas133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
151 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
286 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
295 OutBytes := ((InBytes + (InBytes div 10) + 12) + 255) and not 255;
299 strm.avail_in := InBytes;
324 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
334 BufInc := (InBytes + 255) and not 255;
342 strm.avail_in := InBytes;
366 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4401 unsigned InBytes = (P.Opcode == SystemZISD::PERMUTE_DWORDS ? 8 : in getPermuteNode() local
4405 MVT InVT = MVT::getVectorVT(MVT::getIntegerVT(InBytes * 8), in getPermuteNode()
4406 SystemZ::VectorBytes / InBytes); in getPermuteNode()