• Home
  • Raw
  • Download

Lines Matching refs:UInt32

427 typedef unsigned int    UInt32;  typedef
537 extern UInt32 BZ2_crc32Table[256];
589 UInt32 avail_in_expect;
592 UInt32* arr1;
593 UInt32* arr2;
594 UInt32* ftab;
598 UInt32* ptr;
607 UInt32 state_in_ch;
623 UInt32 bsBuff;
627 UInt32 blockCRC;
628 UInt32 combinedCRC;
645 UInt32 len_pack[BZ_MAX_ALPHA_SIZE][4];
744 UInt32 bsBuff;
755 UInt32 tPos;
763 UInt32 *tt;
770 UInt32 storedBlockCRC;
771 UInt32 storedCombinedCRC;
772 UInt32 calculatedBlockCRC;
773 UInt32 calculatedCombinedCRC;
843 ((((UInt32)(s->ll4[(i) >> 1])) >> (((i) << 2) & 0x4)) & 0xF)
851 (((UInt32)s->ll16[i]) | (GET_LL4(i) << 16))
1397 UInt32 v; \
1407 ((UInt32) \
1608 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress()
1610 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress()
1612 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress()
1614 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress()
1770 s->tt[nblock] = (UInt32)uc; in BZ2_decompress()
1784 UInt32 nn; in BZ2_decompress()
1785 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
1838 s->tt[nblock] = (UInt32)(s->seqToUnseq[uc]); in BZ2_decompress()
1942 s->storedCombinedCRC = (s->storedCombinedCRC << 8) | ((UInt32)uc); in BZ2_decompress()
1944 s->storedCombinedCRC = (s->storedCombinedCRC << 8) | ((UInt32)uc); in BZ2_decompress()
1946 s->storedCombinedCRC = (s->storedCombinedCRC << 8) | ((UInt32)uc); in BZ2_decompress()
1948 s->storedCombinedCRC = (s->storedCombinedCRC << 8) | ((UInt32)uc); in BZ2_decompress()
2069 void fallbackSimpleSort ( UInt32* fmap, in fallbackSimpleSort()
2070 UInt32* eclass, in fallbackSimpleSort()
2075 UInt32 ec_tmp; in fallbackSimpleSort()
2130 void fallbackQSort3 ( UInt32* fmap, in fallbackQSort3()
2131 UInt32* eclass, in fallbackQSort3()
2137 UInt32 med, r, r3; in fallbackQSort3()
2249 void fallbackSort ( UInt32* fmap, in fallbackSort()
2250 UInt32* eclass, in fallbackSort()
2251 UInt32* bhtab, in fallbackSort()
2384 Bool mainGtU ( UInt32 i1, in mainGtU()
2385 UInt32 i2, in mainGtU()
2388 UInt32 nblock, in mainGtU()
2522 void mainSimpleSort ( UInt32* ptr, in mainSimpleSort()
2532 UInt32 v; in mainSimpleSort()
2658 void mainQSort3 ( UInt32* ptr, in mainQSort3()
2788 void mainSort ( UInt32* ptr, in mainSort()
2791 UInt32* ftab, in mainSort()
3070 UInt32* ptr = s->ptr; in BZ2_blockSort()
3072 UInt32* ftab = s->ftab; in BZ2_blockSort()
3491 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW()
3501 void bsPutUInt32 ( EState* s, UInt32 u ) in bsPutUInt32()
3514 bsW( s, 8, (UInt32)c ); in bsPutUChar()
3568 UInt32* ptr = s->ptr; in generateMTFValues()
3778 register UInt32 cost01, cost23, cost45; in sendMTFValues()
4286 UInt32 BZ2_crc32Table[256] = {
4543 s->arr1 = BZALLOC( n * sizeof(UInt32) ); in BZ_API()
4544 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) ); in BZ_API()
4545 s->ftab = BZALLOC( 65537 * sizeof(UInt32) ); in BZ_API()
4567 s->ptr = (UInt32*)s->arr1; in BZ_API()
4628 UInt32 zchh = (UInt32)(zchh0); \
4668 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
4686 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
4958 UInt32 c_calculatedBlockCRC = s->calculatedBlockCRC; in unRLE_obuf_to_output_FAST()
4963 UInt32* c_tt = s->tt; in unRLE_obuf_to_output_FAST()
4964 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST()
4969 UInt32 avail_out_INIT = cs_avail_out; in unRLE_obuf_to_output_FAST()