Home | History | Annotate | Download | only in bzip2

Lines Matching defs:Int32

52 typedef  int            Int32;
111 static void mallocFail ( Int32 n )
123 static void tooManyBlocks ( Int32 max_handled_blocks )
146 Int32 buffer;
147 Int32 buffLive;
180 static void bsPutBit ( BitStream* bs, Int32 bit )
183 Int32 retVal = putc ( (UChar) bs->buffer, bs->handle );
199 static Int32 bsGetBit ( BitStream* bs )
205 Int32 retVal = getc ( bs->handle );
220 Int32 retVal;
244 Int32 i;
253 Int32 i;
263 Int32 n = strlen ( name );
301 Int32 main ( Int32 argc, Char** argv )
306 Int32 b, wrBlock, currBlock, rbCtr;
468 Int32 ofs, k;