Searched refs:write_count (Results 1 – 1 of 1) sorted by relevance
174 INT write_count; in _gx_image_reader_rle_count_write() local176 write_count = (*count) - 1; in _gx_image_reader_rle_count_write()184 if (write_count > 127) in _gx_image_reader_rle_count_write()186 write_count = 127; in _gx_image_reader_rle_count_write()191 write_count |= 0x80; in _gx_image_reader_rle_count_write()196 *put_count = (GX_UBYTE)write_count; in _gx_image_reader_rle_count_write()199 (*count) = (write_count & 0x7f) + 1; in _gx_image_reader_rle_count_write()205 write_count |= 0x8000; in _gx_image_reader_rle_count_write()210 *((USHORT *)put_count) = (USHORT)write_count; in _gx_image_reader_rle_count_write()213 (*count) = (write_count & 0x7fff) + 1; in _gx_image_reader_rle_count_write()[all …]