Lines Matching refs:UInt32
228 s->arr1 = BZALLOC( n * sizeof(UInt32) ); in BZ_API()
229 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) ); in BZ_API()
230 s->ftab = BZALLOC( 65537 * sizeof(UInt32) ); in BZ_API()
252 s->ptr = (UInt32*)s->arr1; in BZ_API()
313 UInt32 zchh = (UInt32)(zchh0); \
353 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
371 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
637 UInt32 c_calculatedBlockCRC = s->calculatedBlockCRC; in unRLE_obuf_to_output_FAST()
642 UInt32* c_tt = s->tt; in unRLE_obuf_to_output_FAST()
643 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST()
648 UInt32 avail_out_INIT = cs_avail_out; in unRLE_obuf_to_output_FAST()