Searched defs:Int32 (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/bzip/
H A Dbzip2recover.c62 typedef int Int32; typedef
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
[all...]
H A Dbzip2.c212 typedef int Int32; typedef
231 Int32 verbosity;
234 Int32 numFileNames, numFilesProcessed, blockSize100k;
247 Int32 opMode;
248 Int32 srcMode;
252 Int32 longestFileName;
258 Int32 workFactor;
268 void cleanUpAndFail ( Int32 );
272 void* myMalloc ( Int32 );
283 Int32
[all...]
/ast/src/lib/libbz/
H A Dbzhdr.h89 typedef int Int32; typedef
163 extern Int32 rNums[512];
166 Int32 rNToGo; \
167 Int32 rTPos \
231 Int32 mode;
232 Int32 state;
242 Int32* ftab;
243 Int32 workDone;
244 Int32 workLimit;
245 Int32 workFacto
[all...]

Completed in 15 milliseconds