Home
last modified time | relevance | path

Searched refs:BZALLOC (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/Transforms/InstCombine/
D2008-05-17-InfLoop.ll6 declare void @BZALLOC(i32)
18 call void @BZALLOC( i32 %4 )
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
D2008-05-17-InfLoop.ll6 declare void @BZALLOC(i32)
18 call void @BZALLOC( i32 %4 )
/external/u-boot/lib/bzip2/
Dbzlib.c219 s = BZALLOC( sizeof(EState) ); in BZ_API()
228 s->arr1 = BZALLOC( n * sizeof(UInt32) ); in BZ_API()
229 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) ); in BZ_API()
230 s->ftab = BZALLOC( 65537 * sizeof(UInt32) ); in BZ_API()
559 s = BZALLOC( sizeof(DState) ); in BZ_API()
Dbzlib_decompress.c255 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()
256 s->ll4 = BZALLOC( in BZ2_decompress()
261 s->tt = BZALLOC( s->blockSize100k * 100000 * sizeof(Int32) ); in BZ2_decompress()
Dbzlib_private.h139 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) macro
/external/bzip2/
Ddecompress.c212 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()
213 s->ll4 = BZALLOC( in BZ2_decompress()
218 s->tt = BZALLOC( s->blockSize100k * 100000 * sizeof(Int32) ); in BZ2_decompress()
Dbzlib.c168 s = BZALLOC( sizeof(EState) ); in BZ_API()
177 s->arr1 = BZALLOC( n * sizeof(UInt32) ); in BZ_API()
178 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) ); in BZ_API()
179 s->ftab = BZALLOC( 65537 * sizeof(UInt32) ); in BZ_API()
508 s = BZALLOC( sizeof(DState) ); in BZ_API()
Dbzlib_private.h102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) macro