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

  /external/bsdiff/
bz2_decompressor.cc 25 stream_.bzalloc = nullptr;
  /external/bzip2/
bzlib.h 62 void *(*bzalloc)(void *,int,int); member in struct:__anon14447
bzlib.c 165 if (strm->bzalloc == NULL) strm->bzalloc = default_bzalloc;
168 s = BZALLOC( sizeof(EState) );
177 s->arr1 = BZALLOC( n * sizeof(UInt32) );
178 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) );
179 s->ftab = BZALLOC( 65537 * sizeof(UInt32) );
505 if (strm->bzalloc == NULL) strm->bzalloc = default_bzalloc;
508 s = BZALLOC( sizeof(DState) );
946 bzf->strm.bzalloc = NULL
    [all...]
bzlib_private.h 102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
  /external/freetype/src/bzip2/
ftbzip2.c 175 bzstream->bzalloc = (alloc_func)ft_bzip2_alloc;
200 bzstream->bzalloc = NULL;
  /external/valgrind/perf/
test_input_for_tinycc.c 933 void *(*bzalloc)(void *,int,int); member in struct:__anon43166
    [all...]
bz2.c 193 void *(*bzalloc)(void *,int,int); member in struct:__anon43153
484 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
    [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 200 void *(*bzalloc)(void *,int,int); member in struct:__anon42647
491 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 193 void *(*bzalloc)(void *,int,int); member in struct:__anon42945
484 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
    [all...]
varinfo6.c 231 void *(*bzalloc)(void *,int,int); member in struct:__anon42961
522 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
    [all...]
  /external/python/cpython3/Modules/
_bz2module.c 337 self->bzs.bzalloc = BZ2_Malloc;
  /external/ImageMagick/coders/
miff.c     [all...]
  /external/zlib/src/contrib/minizip/
unzip.c     [all...]
zip.c     [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
unzip.c     [all...]
zip.c     [all...]

Completed in 2454 milliseconds