Lines Matching refs:UInt32
229 s->arr1 = BZALLOC( n * sizeof(UInt32) ); in BZ_API()
230 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) ); in BZ_API()
231 s->ftab = BZALLOC( 65537 * sizeof(UInt32) ); in BZ_API()
253 s->ptr = (UInt32*)s->arr1; in BZ_API()
314 UInt32 zchh = (UInt32)(zchh0); \
354 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
372 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
638 UInt32 c_calculatedBlockCRC = s->calculatedBlockCRC; in unRLE_obuf_to_output_FAST()
643 UInt32* c_tt = s->tt; in unRLE_obuf_to_output_FAST()
644 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST()
649 UInt32 avail_out_INIT = cs_avail_out; in unRLE_obuf_to_output_FAST()