MEMCOPY           820 third_party/libjpeg/jchuff.c   MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits));
MEMCOPY           162 third_party/libjpeg/jcparam.c   MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
MEMCOPY           174 third_party/libjpeg/jcparam.c   MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
MEMCOPY           295 third_party/libjpeg/jcprepct.c     MEMCOPY(fake_buffer + rgroup_height, true_buffer,
MEMCOPY           240 third_party/libjpeg/jdinput.c     MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
MEMCOPY           483 third_party/libjpeg/jdmarker.c     MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
MEMCOPY           484 third_party/libjpeg/jdmarker.c     MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval));
MEMCOPY           271 third_party/libjpeg/jdmaster.c   MEMCOPY(table + (4 * (MAXJSAMPLE+1) - CENTERJSAMPLE),
MEMCOPY           100 third_party/libjpeg/jutils.c #define FMEMCOPY(dest,src,size)	MEMCOPY(dest,src,size)