/external/lzma/C/ |
7zAlloc.h | 1 /* 7zAlloc.h -- Allocation functions
|
7zAlloc.c | 1 /* 7zAlloc.c -- Allocation functions
6 #include "7zAlloc.h"
|
Android.bp | 13 "7zAlloc.c",
|
Android.mk | 6 7zAlloc.c \
|
/external/lzma/C/Util/7z/ |
makefile.gcc | 7 OBJS = 7zMain.o 7zAlloc.o 7zArcIn.o 7zBuf.o 7zBuf2.o 7zCrc.o 7zCrcOpt.o 7zDec.o CpuArch.o LzmaDec.o Lzma2Dec.o Bra.o Bra86.o Bcj2.o Ppmd7.o Ppmd7Dec.o 7zFile.o 7zStream.o
17 7zAlloc.o: ../../7zAlloc.c
18 $(CXX) $(CFLAGS) ../../7zAlloc.c
|
makefile | 7 $O\7zAlloc.obj \
|
/external/lzma/C/Util/SfxSetup/ |
makefile | 4 $O\7zAlloc.obj \
|
makefile_con | 5 $O\7zAlloc.obj \
|
/external/zlib/src/test/ |
example.c | 72 static alloc_func zalloc = myalloc; variable 77 static alloc_func zalloc = (alloc_func)0; variable 208 c_stream.zalloc = zalloc; 247 d_stream.zalloc = zalloc; 286 c_stream.zalloc = zalloc; 343 d_stream.zalloc = zalloc; [all...] |
/external/freetype/src/gzip/ |
zlib.h | 80 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s 82 voidpf opaque; /* private data object passed to zalloc and zfree */ 94 has dropped to zero. The application must initialize zalloc, zfree and 99 parameter for calls of zalloc and zfree. This can be useful for custom 103 zalloc must return Z_NULL if there is not enough memory for the object. 104 If zlib is used in a multi-threaded application, zalloc and zfree must be 107 On 16-bit systems, the functions zalloc and zfree must be able to allocate 110 pointers returned by zalloc for objects of exactly 65536 bytes *must* 164 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 179 zalloc, zfree and opaque must be initialized before by the caller [all...] |
inflate.c | 96 if (z->zalloc == Z_NULL) 98 z->zalloc = zcalloc; 103 ZALLOC(z,1,sizeof(struct internal_state))) == Z_NULL)
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/ |
zlib.h | 80 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s 82 voidpf opaque; /* private data object passed to zalloc and zfree */ 94 has dropped to zero. The application must initialize zalloc, zfree and 99 parameter for calls of zalloc and zfree. This can be useful for custom 103 zalloc must return Z_NULL if there is not enough memory for the object. 104 If zlib is used in a multi-threaded application, zalloc and zfree must be 107 On 16-bit systems, the functions zalloc and zfree must be able to allocate 110 pointers returned by zalloc for objects of exactly 65536 bytes *must* 164 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 179 zalloc, zfree and opaque must be initialized before by the caller [all...] |
inflate.c | 96 if (z->zalloc == Z_NULL) 98 z->zalloc = zcalloc; 103 ZALLOC(z,1,sizeof(struct internal_state))) == Z_NULL)
|
/external/zlib/src/contrib/delphi/ |
ZLib.pas | 35 zalloc: TAlloc; // used to allocate the internal state 37 AppData: Pointer; // private data object passed to zalloc and zfree 293 strm.zalloc := zlibAllocMem; 332 strm.zalloc := zlibAllocMem; 372 strm.zalloc := zlibAllocMem; 394 FZRec.zalloc := zlibAllocMem;
|
/external/opencv3/3rdparty/zlib/ |
uncompr.c | 42 stream.zalloc = (alloc_func)0;
|
/external/pdfium/third_party/zlib_v128/ |
uncompr.c | 42 stream.zalloc = (alloc_func)0;
|
/external/zlib/src/ |
uncompr.c | 42 stream.zalloc = (alloc_func)0;
|
/libcore/luni/src/main/native/ |
ZipUtilities.cpp | 38 stream.zalloc = Z_NULL;
|
/toolchain/binutils/binutils-2.25/gas/ |
compress-debug.c | 40 strm.zalloc = NULL;
|
/development/ndk/platforms/android-3/include/ |
zlib.h | 94 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s 96 voidpf opaque; /* private data object passed to zalloc and zfree */ 131 has dropped to zero. The application must initialize zalloc, zfree and 136 parameter for calls of zalloc and zfree. This can be useful for custom 140 zalloc must return Z_NULL if there is not enough memory for the object. 141 If zlib is used in a multi-threaded application, zalloc and zfree must be 144 On 16-bit systems, the functions zalloc and zfree must be able to allocate 147 pointers returned by zalloc for objects of exactly 65536 bytes *must* 205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 223 zalloc, zfree and opaque must be initialized before by the caller [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/ |
zlib.h | 94 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s 96 voidpf opaque; /* private data object passed to zalloc and zfree */ 131 has dropped to zero. The application must initialize zalloc, zfree and 136 parameter for calls of zalloc and zfree. This can be useful for custom 140 zalloc must return Z_NULL if there is not enough memory for the object. 141 If zlib is used in a multi-threaded application, zalloc and zfree must be 144 On 16-bit systems, the functions zalloc and zfree must be able to allocate 147 pointers returned by zalloc for objects of exactly 65536 bytes *must* 205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 223 zalloc, zfree and opaque must be initialized before by the caller [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/ |
zlib.h | 94 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s 96 voidpf opaque; /* private data object passed to zalloc and zfree */ 131 has dropped to zero. The application must initialize zalloc, zfree and 136 parameter for calls of zalloc and zfree. This can be useful for custom 140 zalloc must return Z_NULL if there is not enough memory for the object. 141 If zlib is used in a multi-threaded application, zalloc and zfree must be 144 On 16-bit systems, the functions zalloc and zfree must be able to allocate 147 pointers returned by zalloc for objects of exactly 65536 bytes *must* 205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 223 zalloc, zfree and opaque must be initialized before by the caller [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/ |
zlib.h | 94 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s 96 voidpf opaque; /* private data object passed to zalloc and zfree */ 131 has dropped to zero. The application must initialize zalloc, zfree and 136 parameter for calls of zalloc and zfree. This can be useful for custom 140 zalloc must return Z_NULL if there is not enough memory for the object. 141 If zlib is used in a multi-threaded application, zalloc and zfree must be 144 On 16-bit systems, the functions zalloc and zfree must be able to allocate 147 pointers returned by zalloc for objects of exactly 65536 bytes *must* 205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 223 zalloc, zfree and opaque must be initialized before by the caller [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/ |
zlib.h | 94 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s 96 voidpf opaque; /* private data object passed to zalloc and zfree */ 131 has dropped to zero. The application must initialize zalloc, zfree and 136 parameter for calls of zalloc and zfree. This can be useful for custom 140 zalloc must return Z_NULL if there is not enough memory for the object. 141 If zlib is used in a multi-threaded application, zalloc and zfree must be 144 On 16-bit systems, the functions zalloc and zfree must be able to allocate 147 pointers returned by zalloc for objects of exactly 65536 bytes *must* 205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 223 zalloc, zfree and opaque must be initialized before by the caller [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/ |
zlib.h | 94 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s 96 voidpf opaque; /* private data object passed to zalloc and zfree */ 131 has dropped to zero. The application must initialize zalloc, zfree and 136 parameter for calls of zalloc and zfree. This can be useful for custom 140 zalloc must return Z_NULL if there is not enough memory for the object. 141 If zlib is used in a multi-threaded application, zalloc and zfree must be 144 On 16-bit systems, the functions zalloc and zfree must be able to allocate 147 pointers returned by zalloc for objects of exactly 65536 bytes *must* 205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 223 zalloc, zfree and opaque must be initialized before by the caller [all...] |