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

1 2 3 45 6 7 8 91011

  /external/opencv3/3rdparty/zlib/
infback.c 22 strm provides memory allocation functions in zalloc and zfree, or
44 if (strm->zalloc == (alloc_func)0) {
48 strm->zalloc = zcalloc;
58 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
deflate.c 240 if (strm->zalloc == (alloc_func)0) {
244 strm->zalloc = zcalloc;
277 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
293 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
294 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
295 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
398 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
    [all...]
inflate.c 194 if (strm->zalloc == (alloc_func)0) {
198 strm->zalloc = zcalloc;
209 ZALLOC(strm, 1, sizeof(struct inflate_state));
392 ZALLOC(strm, 1U << state->wbits,
    [all...]
  /external/pdfium/third_party/zlib_v128/
infback.c 22 strm provides memory allocation functions in zalloc and zfree, or
44 if (strm->zalloc == (alloc_func)0) {
48 strm->zalloc = zcalloc;
58 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
deflate.c 239 if (strm->zalloc == (alloc_func)0) {
243 strm->zalloc = zcalloc;
276 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
292 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
293 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
294 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
300 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
397 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
    [all...]
inflate.c 194 if (strm->zalloc == (alloc_func)0) {
198 strm->zalloc = zcalloc;
209 ZALLOC(strm, 1, sizeof(struct inflate_state));
392 ZALLOC(strm, 1U << state->wbits,
    [all...]
  /external/valgrind/helgrind/
hg_basics.c 45 void* HG_(zalloc) ( const HChar* cc, SizeT n ) function
hg_basics.h 42 void* HG_(zalloc) ( const HChar* cc, SizeT n );
hg_main.c 176 Thread* thread = HG_(zalloc)( "hg.mk_Thread.1", sizeof(Thread) );
200 Lock* lock = HG_(zalloc)( "hg.mk_Lock.1", sizeof(Lock) );
278 lk->heldBy = VG_(newBag)( HG_(zalloc), "hg.lNaw.1", HG_(free) );
332 lk->heldBy = VG_(newBag)( HG_(zalloc), "hg.lNar.1", HG_(free) );
609 map_threads = HG_(zalloc)( "hg.ids.1", VG_N_THREADS * sizeof(Thread*) );
613 map_locks = VG_(newFM)( HG_(zalloc), "hg.ids.2", HG_(free),
617 univ_lsets = HG_(newWordSetU)( HG_(zalloc), "hg.ids.4", HG_(free),
628 univ_laog = HG_(newWordSetU)( HG_(zalloc), "hg.ids.5 (univ_laog)",
    [all...]
  /external/zlib/src/contrib/ada/
zlib-thin.adb 106 Strm.zalloc := Alloc;
  /external/zlib/src/contrib/infback9/
infback9.c 14 strm provides memory allocation functions in zalloc and zfree, or
33 if (strm->zalloc == (alloc_func)0) {
34 strm->zalloc = zcalloc;
38 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
  /external/zlib/src/
infback.c 22 strm provides memory allocation functions in zalloc and zfree, or
44 if (strm->zalloc == (alloc_func)0) {
48 strm->zalloc = zcalloc;
58 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
deflate.c 240 if (strm->zalloc == (alloc_func)0) {
244 strm->zalloc = zcalloc;
277 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
293 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
294 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
295 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
398 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
    [all...]
  /system/bt/btif/src/
btif_debug_btsnoop.c 127 z_stream zs = {.zalloc = Z_NULL, .zfree = Z_NULL, .opaque = Z_NULL};
  /external/zlib/src/examples/
zran.c 155 strm.zalloc = Z_NULL;
269 strm.zalloc = Z_NULL;
  /external/curl/src/
mkhelp.pl 200 z.zalloc = (alloc_func)zalloc_func;
  /external/freetype/src/gzip/
infcodes.c 67 ZALLOC(z,1,sizeof(struct inflate_codes_state))) != Z_NULL)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
infcodes.c 67 ZALLOC(z,1,sizeof(struct inflate_codes_state))) != Z_NULL)
  /external/libvncserver/libvncserver/
zlib.c 168 cl->compStream.zalloc = Z_NULL;
zrleoutstream.c 85 os->zs.zalloc = Z_NULL;
  /frameworks/base/libs/androidfw/
StreamingZipInflater.cpp 102 mInflateState.zalloc = Z_NULL;
ZipUtils.cpp 72 zstream.zalloc = Z_NULL;
  /system/core/libziparchive/
zip_archive_stream_entry.cc 148 z_stream_.zalloc = Z_NULL;
  /toolchain/binutils/binutils-2.25/gold/
compressed_output.cc 101 strm.zalloc = NULL;
  /external/zlib/src/test/
infcover.c 34 zalloc, zfree, and opaque members of strm to use
171 strm->zalloc = mem_alloc;
232 strm->zalloc = Z_NULL;

Completed in 1223 milliseconds

1 2 3 45 6 7 8 91011