HomeSort by relevance Sort by last modified time
    Searched refs:InBytes (Results 1 - 3 of 3) sorted by null

  /external/zlib/src/contrib/delphi/
ZLib.pas 130 InBytes = number of bytes in InBuf
133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
139 InBytes = number of bytes in InBuf
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
148 InBytes = number of bytes in InBuf
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;
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 598 milliseconds