Lines Matching refs:UInt32
180 s->arr1 = BZALLOC( n * sizeof(UInt32) ); in BZ_API()
181 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) ); in BZ_API()
182 s->ftab = BZALLOC( 65537 * sizeof(UInt32) ); in BZ_API()
204 s->ptr = (UInt32*)s->arr1; in BZ_API()
265 UInt32 zchh = (UInt32)(zchh0); \
305 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
323 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
596 UInt32 c_calculatedBlockCRC = s->calculatedBlockCRC; in unRLE_obuf_to_output_FAST()
601 UInt32* c_tt = s->tt; in unRLE_obuf_to_output_FAST()
602 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST()
608 UInt32 avail_out_INIT = cs_avail_out; in unRLE_obuf_to_output_FAST()