HomeSort by relevance Sort by last modified time
    Searched full:zalloc (Results 76 - 100 of 253) sorted by null

1 2 34 5 6 7 8 91011

  /external/zlib/src/
zutil.h 244 #define ZALLOC(strm, items, size) \
245 (*((strm)->zalloc))((strm)->opaque, (items), (size))
compress.c 42 stream.zalloc = (alloc_func)0;
zlib.h 97 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
99 voidpf opaque; /* private data object passed to zalloc and zfree */
134 to zero. The application must initialize zalloc, zfree and opaque before
139 parameter for calls of zalloc and zfree. This can be useful for custom
143 zalloc must return Z_NULL if there is not enough memory for the object.
144 If zlib is used in a multi-threaded application, zalloc and zfree must be
147 On 16-bit systems, the functions zalloc and zfree must be able to allocate
150 returned by zalloc for objects of exactly 65536 bytes *must* have their
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfree and opaque must be initialized before by the caller. I
    [all...]
  /external/freetype/src/gzip/
infblock.c 95 if ((s = (inflate_blocks_statef *)ZALLOC
99 (inflate_huft *)ZALLOC(z, sizeof(inflate_huft), MANY)) == Z_NULL)
104 if ((s->window = (Bytef *)ZALLOC(z, 1, w)) == Z_NULL)
229 if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t, sizeof(uInt))) == Z_NULL)
ftgzip.c 300 zstream->zalloc = (alloc_func)ft_gzip_alloc;
325 zstream->zalloc = NULL;
723 stream.zalloc = (alloc_func)ft_gzip_alloc;
inftrees.c 311 if ((v = (uIntf*)ZALLOC(z, 19, sizeof(uInt))) == Z_NULL)
344 if ((v = (uIntf*)ZALLOC(z, 288, sizeof(uInt))) == Z_NULL)
427 if ((c = (uIntf*)ZALLOC(z, 288, sizeof(uInt))) == Z_NULL)
429 if ((v = (uIntf*)ZALLOC(z, 288, sizeof(uInt))) == Z_NULL)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
infblock.c 95 if ((s = (inflate_blocks_statef *)ZALLOC
99 (inflate_huft *)ZALLOC(z, sizeof(inflate_huft), MANY)) == Z_NULL)
104 if ((s->window = (Bytef *)ZALLOC(z, 1, w)) == Z_NULL)
229 if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t, sizeof(uInt))) == Z_NULL)
ftgzip.c 300 zstream->zalloc = (alloc_func)ft_gzip_alloc;
325 zstream->zalloc = NULL;
737 stream.zalloc = (alloc_func)ft_gzip_alloc;
inftrees.c 311 if ((v = (uIntf*)ZALLOC(z, 19, sizeof(uInt))) == Z_NULL)
344 if ((v = (uIntf*)ZALLOC(z, 288, sizeof(uInt))) == Z_NULL)
427 if ((c = (uIntf*)ZALLOC(z, 288, sizeof(uInt))) == Z_NULL)
429 if ((v = (uIntf*)ZALLOC(z, 288, sizeof(uInt))) == Z_NULL)
  /external/opencv3/3rdparty/zlib/
compress.c 42 stream.zalloc = (alloc_func)0;
zlib.h 97 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
99 voidpf opaque; /* private data object passed to zalloc and zfree */
134 to zero. The application must initialize zalloc, zfree and opaque before
139 parameter for calls of zalloc and zfree. This can be useful for custom
143 zalloc must return Z_NULL if there is not enough memory for the object.
144 If zlib is used in a multi-threaded application, zalloc and zfree must be
147 On 16-bit systems, the functions zalloc and zfree must be able to allocate
150 returned by zalloc for objects of exactly 65536 bytes *must* have their
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfree and opaque must be initialized before by the caller. I
    [all...]
  /external/pdfium/third_party/zlib_v128/
compress.c 42 stream.zalloc = (alloc_func)0;
zlib.h 166 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
168 voidpf opaque; /* private data object passed to zalloc and zfree */
203 to zero. The application must initialize zalloc, zfree and opaque before
208 parameter for calls of zalloc and zfree. This can be useful for custom
212 zalloc must return Z_NULL if there is not enough memory for the object.
213 If zlib is used in a multi-threaded application, zalloc and zfree must be
216 On 16-bit systems, the functions zalloc and zfree must be able to allocate
219 returned by zalloc for objects of exactly 65536 bytes *must* have their
277 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
296 zalloc, zfree and opaque must be initialized before by the caller. I
    [all...]
  /external/skia/src/pdf/
SkDeflate.cpp 78 fImpl->fZStream.zalloc = &skia_alloc_func;
  /external/skia/tests/
PDFDeflateWStreamTest.cpp 40 flateData.zalloc = &skia_alloc_func;
  /external/zlib/src/contrib/ada/
zlib-thin.ads 107 -- for initializing zalloc, zfree, opaque
310 -- has dropped to zero. The application must initialize zalloc, zfree and
374 zalloc : alloc_func := null; -- used to allocate the internal state
377 -- zalloc and zfree
  /bootable/recovery/applypatch/
imgpatch.cpp 159 strm.zalloc = Z_NULL;
217 strm.zalloc = Z_NULL;
  /external/lzma/C/Util/7z/
7z.dsp 95 SOURCE=..\..\7zAlloc.c
99 SOURCE=..\..\7zAlloc.h
  /external/lzma/C/Util/SfxSetup/
SfxSetup.dsp 98 SOURCE=..\..\7zAlloc.c
102 SOURCE=..\..\7zAlloc.h
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h 97 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
99 voidpf opaque; /* private data object passed to zalloc and zfree */
134 has dropped to zero. The application must initialize zalloc, zfree and
139 parameter for calls of zalloc and zfree. This can be useful for custom
143 zalloc must return Z_NULL if there is not enough memory for the object.
144 If zlib is used in a multi-threaded application, zalloc and zfree must be
147 On 16-bit systems, the functions zalloc and zfree must be able to allocate
150 pointers returned by zalloc for objects of exactly 65536 bytes *must*
209 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfree and opaque must be initialized before by the caller
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zlib.h 97 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s
99 voidpf opaque; /* private data object passed to zalloc and zfree */
134 has dropped to zero. The application must initialize zalloc, zfree and
139 parameter for calls of zalloc and zfree. This can be useful for custom
143 zalloc must return Z_NULL if there is not enough memory for the object.
144 If zlib is used in a multi-threaded application, zalloc and zfree must be
147 On 16-bit systems, the functions zalloc and zfree must be able to allocate
150 pointers returned by zalloc for objects of exactly 65536 bytes *must*
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
226 zalloc, zfree and opaque must be initialized before by the caller
    [all...]
  /external/curl/lib/
content_encoding.c 177 z->zalloc = (alloc_func)zalloc_cb;
287 z->zalloc = (alloc_func)zalloc_cb;
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 52 zcontext_.zalloc = Z_NULL;
212 zcontext_.zalloc = Z_NULL;
  /external/zlib/src/contrib/pascal/
zlibpas.pas 40 zalloc: alloc_func; (* used to allocate the internal state *)
42 opaque: Pointer; (* private data object passed to zalloc and zfree *)
  /external/zlib/src/examples/
fitblk.c 148 def.zalloc = Z_NULL;
180 inf.zalloc = Z_NULL;

Completed in 1006 milliseconds

1 2 34 5 6 7 8 91011