Home | History | Annotate | Download | only in bzip2

Lines Matching defs:Int32

164 typedef int             Int32;
183 Int32 verbosity;
186 Int32 numFileNames, numFilesProcessed, blockSize100k;
187 Int32 exitValue;
199 Int32 opMode;
200 Int32 srcMode;
204 Int32 longestFileName;
211 Int32 workFactor;
218 static void cleanUpAndFail ( Int32 ) NORETURN;
222 static void* myMalloc ( Int32 );
254 Int32 i;
268 Int32 i;
277 Int32 uInt64_qrm10 ( UInt64* n )
280 Int32 i;
297 Int32 i, q;
299 Int32 nBuf = 0;
320 Int32 c = fgetc ( f );
333 Int32 nIbuf;
336 Int32 bzerr, bzerr_dummy, ret;
369 Int32 fd = fileno ( zStream );
436 Int32 bzerr, bzerr_dummy, ret, nread, streamNo, i;
439 Int32 nUnused;
485 Int32 fd = fileno ( stream );
557 Int32 bzerr, bzerr_dummy, ret, nread, streamNo, i;
560 Int32 nUnused;
651 void setExit ( Int32 v )
687 void cleanUpAndFail ( Int32 ec )
888 "\tI require Int32, Int16 and Char to have sizes\n"
910 Int32 i;
911 if ( (Int32)strlen(s) >= longestFileName ) return;
912 for (i = 1; i <= longestFileName - (Int32)strlen(s); i++)
998 Int32 countHardLinks ( Char* name )
1112 Int32 ns = strlen(s);
1113 Int32 nx = strlen(suffix);
1137 Int32 n, i;
1318 Int32 n, i;
1704 void *myMalloc ( Int32 n )
1749 Int32 i, j, k;
1760 while (isspace((Int32)(p[0]))) p++;
1761 while (p[i] != 0 && !isspace((Int32)(p[i]))) i++;
1778 Int32 i, j;
1785 if (sizeof(Int32) != 4 || sizeof(UInt32) != 4 ||
1842 if (longestFileName < (Int32)strlen(aa->name) )
1843 longestFileName = (Int32)strlen(aa->name);