Home
last modified time | relevance | path

Searched refs:ZLib (Results 1 – 25 of 27) sorted by relevance

12

/external/zlib/src/contrib/ada/
Dtest.adb17 with ZLib.Streams;
37 Header : constant ZLib.Header_Type := ZLib.Default;
44 Strategy : constant ZLib.Strategy_Type := ZLib.Default_Strategy;
61 File_Z : ZLib.Streams.Stream_Type;
63 Filter : ZLib.Filter_Type;
100 procedure Print_Statistic (Msg : String; Data_Size : ZLib.Count);
103 procedure Translate is new ZLib.Generic_Translate
261 procedure Print_Statistic (Msg : String; Data_Size : ZLib.Count) is
265 package Count_IO is new Integer_IO (ZLib.Count);
291 Ada.Text_IO.Put_Line ("ZLib " & ZLib.Version);
[all …]
Dreadme.txt1 ZLib for Ada thick binding (ZLib.Ada)
4 ZLib.Ada is a thick binding interface to the popular ZLib data
6 It provides Ada-style access to the ZLib C library.
9 Here are the main changes since ZLib.Ada 1.2:
11 - Attension: ZLib.Read generic routine have a initialization requirement
16 - Added Is_Open routines to ZLib and ZLib.Streams packages.
31 How to build ZLib.Ada under GNAT
33 You should have the ZLib library already build on your computer, before
34 building ZLib.Ada. Make the directory of ZLib.Ada sources current and
44 How to build ZLib.Ada under Aonix ObjectAda for Win32 7.2.2
[all …]
Dread.adb17 with ZLib;
33 Header : constant ZLib.Header_Type := ZLib.Default;
45 Filter : ZLib.Filter_Type;
71 procedure Read is new ZLib.Read
114 Ada.Text_IO.Put_Line ("ZLib " & ZLib.Version);
117 for Level in ZLib.Compression_Level'Range loop
120 & ZLib.Compression_Level'Image (Level));
124 ZLib.Deflate_Init
149 ZLib.Close (Filter);
Dmtest.adb13 with ZLib;
22 use ZLib;
73 procedure Compare_Write is new ZLib.Write (Write => Compare);
133 & ZLib.Count'Image (Total_Out (Deflate)));
Dzlib-streams.adb13 package body ZLib.Streams is
151 procedure Read is new ZLib.Read
199 procedure Write is new ZLib.Write
225 end ZLib.Streams;
Dbuffer_demo.adb23 with ZLib; use ZLib;
Dzlib-streams.ads11 package ZLib.Streams is
114 end ZLib.Streams;
Dzlib-thin.adb11 package body ZLib.Thin is
141 end ZLib.Thin;
Dzlib.ads34 package ZLib is packspec
328 end ZLib;
Dzlib.adb17 with ZLib.Thin;
19 package body ZLib is package
261 (Filter : in out ZLib.Filter_Type;
701 end ZLib;
Dzlib-thin.ads15 private package ZLib.Thin is
450 end ZLib.Thin;
/external/zlib/src/contrib/delphi/
Dreadme.txt5 This directory contains an update to the ZLib interface unit,
8 The original ZLib unit is Copyright (c) 1997,99 Borland Corp.,
11 we recommend the users to update their ZLib unit.
31 and linked to the ZLib unit.
37 Currently, the ZLib unit provides only a limited wrapper around
42 duplicated code, or not using the ZLib unit at all.
DZLib.pas12 unit ZLib; unit
/external/zlib/src/contrib/vstudio/vc9/
Dzlib.rc23 VALUE "ProductName", "ZLib.DLL\0"
/external/zlib/src/contrib/vstudio/vc11/
Dzlib.rc23 VALUE "ProductName", "ZLib.DLL\0"
/external/zlib/src/contrib/vstudio/vc10/
Dzlib.rc23 VALUE "ProductName", "ZLib.DLL\0"
/external/pdfium/third_party/libtiff/
D0009-HeapBufferOverflow-PixarLogDecode.patch22 TIFFErrorExt(tif->tif_clientdata, module, "ZLib cannot deal with buffers this size");
/external/bzip2/
DAndroid.bp20 // measurements show that the ARM version of ZLib is about x1.17 faster
/external/zlib/
DAndroid.bp31 // measurements show that the ARM version of ZLib is about x1.17 faster
/external/zlib/src/contrib/pascal/
Dreadme.txt19 zlibpas unit, this name is already taken by Borland's ZLib unit.
/external/valgrind/
Ddarwin11.supp36 # ZLib stuff. How come this wasn't necessary in 10.6 ?
Ddarwin12.supp4 # ZLib stuff. How come this wasn't necessary in 10.6 ?
/external/libvncserver/
DREADME305 Tight, ZLib, LastRect, XCursor, RichCursor from Const Kaplinsky et al.
308 with my 56k modem I like ZLib or Tight with Quality 0. In my tests, it even
/external/protobuf/cmake/
DREADME.md261 ZLib support
/external/tinyxml/
Dreadme.txt38 TinyXml is released under the ZLib license,

12