MEMCOPY          1371 3rdparty/libjpeg/jchuff.c   MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits));
MEMCOPY           179 3rdparty/libjpeg/jcparam.c   MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
MEMCOPY           191 3rdparty/libjpeg/jcparam.c   MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
MEMCOPY           298 3rdparty/libjpeg/jcprepct.c     MEMCOPY(fake_buffer + rgroup_height, true_buffer,
MEMCOPY           101 3rdparty/libjpeg/jctrans.c       MEMCOPY((*qtblptr)->quantval,
MEMCOPY           136 3rdparty/libjpeg/jdatadst.c   MEMCOPY(nextbuffer, dest->buffer, dest->bufsize);
MEMCOPY           507 3rdparty/libjpeg/jdinput.c     MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
MEMCOPY           514 3rdparty/libjpeg/jdmarker.c     MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
MEMCOPY           515 3rdparty/libjpeg/jdmarker.c     MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval));
MEMCOPY           252 3rdparty/libjpeg/jdmaster.c   MEMCOPY(table + (4 * (MAXJSAMPLE+1) - CENTERJSAMPLE),
MEMCOPY           152 3rdparty/libjpeg/jutils.c #define FMEMCOPY(dest,src,size)	MEMCOPY(dest,src,size)