Home | History | Annotate | Download | only in coders

Lines Matching defs:c2

907   int c1,c2;
911 if ((c2 = jpeg_transfer_1(ifile, ofile)) == EOF)
914 length = (((unsigned char) c1) << 8) + ((unsigned char) c2);
927 int c1,c2;
931 if ((c2 = ReadBlobByte(ifile)) == EOF) return M_EOI;
933 length = (((unsigned char) c1) << 8) + ((unsigned char) c2);