MEMCOPY          1371 jchuff.c         MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits));
MEMCOPY           179 jcparam.c        MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
MEMCOPY           191 jcparam.c        MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
MEMCOPY           298 jcprepct.c         MEMCOPY(fake_buffer + rgroup_height, true_buffer,
MEMCOPY            98 jctrans.c            MEMCOPY((*qtblptr)->quantval,
MEMCOPY           136 jdatadst.c       MEMCOPY(nextbuffer, dest->buffer, dest->bufsize);
MEMCOPY           507 jdinput.c          MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
MEMCOPY           482 jdmarker.c         MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
MEMCOPY           483 jdmarker.c         MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval));
MEMCOPY           254 jdmaster.c       MEMCOPY(table + (4 * (MAXJSAMPLE+1) - CENTERJSAMPLE),
MEMCOPY           152 jutils.c       #define FMEMCOPY(dest,src,size)	MEMCOPY(dest,src,size)
MEMCOPY           254 rdswitch.c         MEMCOPY(scanptr, scans, scanno * SIZEOF(jpeg_scan_info));