/external/llvm/test/Transforms/InstCombine/ |
2008-05-17-InfLoop.ll | 6 declare void @BZALLOC(i32) 18 call void @BZALLOC( i32 %4 )
|
/external/chromium/chrome/common/ |
bzip2_unittest.cc | 28 stream.bzalloc = NULL;
|
/bootable/recovery/applypatch/ |
bspatch.c | 159 cstream.bzalloc = NULL; 169 dstream.bzalloc = NULL; 179 estream.bzalloc = NULL;
|
/external/bzip2/ |
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.h | 62 void *(*bzalloc)(void *,int,int); member in struct:__anon1288
|
bzlib_private.h | 102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
|
decompress.c | 212 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); 213 s->ll4 = BZALLOC( 218 s->tt = BZALLOC( s->blockSize100k * 100000 * sizeof(Int32) );
|
manual.xml | [all...] |
manual.html | [all...] |
/external/valgrind/main/VEX/switchback/ |
test_bzip2.c | 177 void *(*bzalloc)(void *,int,int); member in struct:__anon27628 468 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) [all...] |
/external/valgrind/main/exp-sgcheck/tests/ |
hackedbz2.c | 200 void *(*bzalloc)(void *,int,int); member in struct:__anon28095 491 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) [all...] |
/external/valgrind/main/memcheck/tests/ |
origin5-bz2.c | 193 void *(*bzalloc)(void *,int,int); member in struct:__anon28301 484 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) [all...] |
varinfo6.c | 231 void *(*bzalloc)(void *,int,int); member in struct:__anon28317 522 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) [all...] |
/external/valgrind/main/perf/ |
bz2.c | 193 void *(*bzalloc)(void *,int,int); member in struct:__anon28456 484 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) [all...] |
test_input_for_tinycc.c | 933 void *(*bzalloc)(void *,int,int); member in struct:__anon28469 [all...] |
/external/chromium_org/third_party/zlib/contrib/minizip/ |
unzip.c | [all...] |
zip.c | [all...] |
/external/zlib/src/contrib/minizip/ |
unzip.c | [all...] |
zip.c | [all...] |