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