Lines Matching defs:Int32
62 typedef int Int32;
109 void mallocFail ( Int32 n )
127 Int32 buffer;
128 Int32 buffLive;
161 void bsPutBit ( BitStream* bs, Int32 bit )
164 Int32 retVal = putc ( (UChar) bs->buffer, bs->handle );
180 Int32 bsGetBit ( BitStream* bs )
186 Int32 retVal = getc ( bs->handle );
201 Int32 retVal;
225 Int32 i;
234 Int32 i;
244 Int32 n = strlen ( name );
264 Int32 main ( Int32 argc, Char** argv )
269 Int32 currBlock, b, wrBlock;
276 Int32 rbCtr;