Lines Matching refs:UInt32
207 s->arr1 = (UInt32*)BZALLOC(n * sizeof(UInt32)); in BZ_API()
208 s->arr2 = (UInt32*)BZALLOC((n + BZ_N_OVERSHOOT) * sizeof(UInt32)); in BZ_API()
209 s->ftab = (UInt32*)BZALLOC(65537 * sizeof(UInt32)); in BZ_API()
235 s->ptr = (UInt32*)s->arr1; in BZ_API()
300 UInt32 zchh = (UInt32)(zchh0); \
336 ADD_CHAR_TO_BLOCK(s, (UInt32)(*((UChar*)(s->strm->next_in)))); in copy_input_until_stop()
357 ADD_CHAR_TO_BLOCK(s, (UInt32)(*((UChar*)(s->strm->next_in)))); in copy_input_until_stop()
648 UInt32 c_calculatedBlockCRC = s->calculatedBlockCRC; in unRLE_obuf_to_output_FAST()
653 UInt32* c_tt = s->tt; in unRLE_obuf_to_output_FAST()
654 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST()
660 UInt32 avail_out_INIT = cs_avail_out; in unRLE_obuf_to_output_FAST()