Lines Matching defs:code
20 // * Redistribution's of source code must retain the above copyright notice,
207 int code = 0, len = 0, len1 = 0;
211 code = m_strm.getByte();
212 if( code == 0x80 )
217 tsrc[len1] = (uchar)code;
226 code = m_strm.getByte();
233 memset( tsrc, code, len );
275 int code = 0, len = 0, len1;
280 code = m_strm.getByte();
281 if( code == 0x80 )
286 *tsrc++ = (uchar)code;
304 code = m_strm.getByte();
309 m_palette[code] );
313 gray_palette[code] );