code              169 jchuff.c         unsigned int code;
code              206 jchuff.c         code = 0;
code              211 jchuff.c             huffcode[p++] = code;
code              212 jchuff.c             code++;
code              217 jchuff.c           if (((INT32) code) >= (((INT32) 1) << si))
code              219 jchuff.c           code <<= 1;
code              311 jchuff.c         register INT32 put_buffer = (INT32) code;
code              350 jchuff.c         register INT32 put_buffer = (INT32) code;
code              289 jcmarker.c       emit_marker(cinfo, code);
code              332 jdhuff.c         unsigned int code;
code              370 jdhuff.c         code = 0;
code              375 jdhuff.c             huffcode[p++] = code;
code              376 jdhuff.c             code++;
code              381 jdhuff.c           if (((INT32) code) >= (((INT32) 1) << si))
code              383 jdhuff.c           code <<= 1;
code              597 jdhuff.c         register INT32 code;
code              603 jdhuff.c         code = GET_BITS(l);
code              608 jdhuff.c         while (code > htbl->maxcode[l]) {
code              609 jdhuff.c           code <<= 1;
code              611 jdhuff.c           code |= GET_BITS(1);
code              626 jdhuff.c         return htbl->pub->huffval[ (int) (code + htbl->valoffset[l]) ];
code              210 jerror.h         ((cinfo)->err->msg_code = (code), \
code              213 jerror.h         ((cinfo)->err->msg_code = (code), \
code              217 jerror.h         ((cinfo)->err->msg_code = (code), \
code              222 jerror.h         ((cinfo)->err->msg_code = (code), \
code              228 jerror.h         ((cinfo)->err->msg_code = (code), \
code              235 jerror.h         ((cinfo)->err->msg_code = (code), \
code              244 jerror.h         ((cinfo)->err->msg_code = (code), \
code              252 jerror.h         ((cinfo)->err->msg_code = (code), \
code              255 jerror.h         ((cinfo)->err->msg_code = (code), \
code              259 jerror.h         ((cinfo)->err->msg_code = (code), \
code              266 jerror.h         ((cinfo)->err->msg_code = (code), \
code              269 jerror.h         ((cinfo)->err->msg_code = (code), \
code              273 jerror.h         ((cinfo)->err->msg_code = (code), \
code              280 jerror.h       	   (cinfo)->err->msg_code = (code); \
code              285 jerror.h       	   (cinfo)->err->msg_code = (code); \
code              291 jerror.h       	   (cinfo)->err->msg_code = (code); \
code              297 jerror.h       	   (cinfo)->err->msg_code = (code); \
code              300 jerror.h         ((cinfo)->err->msg_code = (code), \
code               51 jfdctflt.c       Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
code               47 jfdctfst.c       Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
code               57 jfdctint.c       Sorry, this code only copes with 8x8 DCT blocks. /* deliberate syntax err */
code               52 jidctflt.c       Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
code               48 jidctfst.c       Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
code               64 jidctint.c       Sorry, this code only copes with 8x8 DCT blocks. /* deliberate syntax err */
code               36 rdrle.c          Sorry, this code only copes with 8-bit JSAMPLEs. /* deliberate syntax err */
code               31 wrbmp.c          Sorry, this code only copes with 8-bit JSAMPLEs. /* deliberate syntax err */
code              109 wrgif.c          dinfo->cur_accum |= ((INT32) code) << dinfo->cur_bits;
code               33 wrrle.c          Sorry, this code only copes with 8-bit JSAMPLEs. /* deliberate syntax err */
code               28 wrtarga.c        Sorry, this code only copes with 8-bit JSAMPLEs. /* deliberate syntax err */