Lines Matching refs:UInt32
255 s->arr1 = BZALLOC( n * sizeof(UInt32) ); in BZ_API()
256 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) ); in BZ_API()
257 s->ftab = BZALLOC( 65537 * sizeof(UInt32) ); in BZ_API()
279 s->ptr = (UInt32*)s->arr1; in BZ_API()
304 t += ( n * sizeof(UInt32) ); in BZ_API()
306 t += ( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) ); in BZ_API()
308 t += ( 65537 * sizeof(UInt32) ); in BZ_API()
335 s->ptr = (UInt32*)s->arr1; in BZ_API()
424 UInt32 zchh = (UInt32)(zchh0); \
464 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
482 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
754 UInt32 c_calculatedBlockCRC = s->calculatedBlockCRC; in unRLE_obuf_to_output_FAST()
759 UInt32* c_tt = s->tt; in unRLE_obuf_to_output_FAST()
760 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST()
766 UInt32 avail_out_INIT = cs_avail_out; in unRLE_obuf_to_output_FAST()