Home | History | Annotate | Download | only in dist

Lines Matching defs:Int32

55 typedef  int            Int32;
79 Int32 buffer;
80 Int32 buffLive;
87 static void mallocFail ( Int32 n );
90 static void bsPutBit ( BitStream* bs, Int32 bit );
91 static Int32 bsGetBit ( BitStream* bs );
96 static void tooManyBlocks ( Int32 max_handled_blocks );
140 __dead static void mallocFail ( Int32 n )
152 __dead static void tooManyBlocks ( Int32 max_handled_blocks )
195 static void bsPutBit ( BitStream* bs, Int32 bit )
198 Int32 retVal = putc ( (UChar) bs->buffer, bs->handle );
214 static Int32 bsGetBit ( BitStream* bs )
220 Int32 retVal = getc ( bs->handle );
235 Int32 retVal;
259 Int32 i;
268 Int32 i;
278 Int32 n = strlen ( name );
316 Int32 main ( Int32 argc, Char** argv )
321 Int32 b, wrBlock, currBlock, rbCtr;
485 Int32 ofs, k;