Searched refs:write_count (Results 1 – 1 of 1) sorted by relevance
175 INT write_count; in _gx_image_reader_rle_count_write() local177 write_count = (*count) - 1; in _gx_image_reader_rle_count_write()185 if (write_count > 127) in _gx_image_reader_rle_count_write()187 write_count = 127; in _gx_image_reader_rle_count_write()192 write_count |= 0x80; in _gx_image_reader_rle_count_write()197 *put_count = (GX_UBYTE)write_count; in _gx_image_reader_rle_count_write()200 (*count) = (write_count & 0x7f) + 1; in _gx_image_reader_rle_count_write()206 write_count |= 0x8000; in _gx_image_reader_rle_count_write()211 *((USHORT *)put_count) = (USHORT)write_count; in _gx_image_reader_rle_count_write()214 (*count) = (write_count & 0x7fff) + 1; in _gx_image_reader_rle_count_write()[all …]