Home | History | Annotate | Download | only in bzip2

Lines Matching defs:UInt32

45 typedef unsigned int    UInt32;
155 extern UInt32 BZ2_crc32Table[256];
207 UInt32 avail_in_expect;
210 UInt32* arr1;
211 UInt32* arr2;
212 UInt32* ftab;
216 UInt32* ptr;
225 UInt32 state_in_ch;
241 UInt32 bsBuff;
245 UInt32 blockCRC;
246 UInt32 combinedCRC;
263 UInt32 len_pack[BZ_MAX_ALPHA_SIZE][4];
362 UInt32 bsBuff;
373 UInt32 tPos;
381 UInt32 *tt;
388 UInt32 storedBlockCRC;
389 UInt32 storedCombinedCRC;
390 UInt32 calculatedBlockCRC;
391 UInt32 calculatedCombinedCRC;
446 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
453 if (c_tPos >= (UInt32)100000 * (UInt32)ro_blockSize100k) return True; \
465 ((((UInt32)(s->ll4[(i) >> 1])) >> (((i) << 2) & 0x4)) & 0xF)
473 (((UInt32)s->ll16[i]) | (GET_LL4(i) << 16))
477 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \