MEMZERO            51 third_party/libjpeg/jcapimin.c     MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct));
MEMZERO           142 third_party/libjpeg/jchuff.c       MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * SIZEOF(long));
MEMZERO           147 third_party/libjpeg/jchuff.c       MEMZERO(entropy->ac_count_ptrs[actbl], 257 * SIZEOF(long));
MEMZERO           248 third_party/libjpeg/jchuff.c   MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi));
MEMZERO           717 third_party/libjpeg/jchuff.c   MEMZERO(bits, SIZEOF(bits));
MEMZERO           718 third_party/libjpeg/jchuff.c   MEMZERO(codesize, SIZEOF(codesize));
MEMZERO           858 third_party/libjpeg/jchuff.c   MEMZERO(did_dc, SIZEOF(did_dc));
MEMZERO           859 third_party/libjpeg/jchuff.c   MEMZERO(did_ac, SIZEOF(did_ac));
MEMZERO           169 third_party/libjpeg/jcphuff.c       MEMZERO(entropy->count_ptrs[tbl], 257 * SIZEOF(long));
MEMZERO           784 third_party/libjpeg/jcphuff.c   MEMZERO(did, SIZEOF(did));
MEMZERO            51 third_party/libjpeg/jdapimin.c     MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct));
MEMZERO           265 third_party/libjpeg/jddctmgr.c     MEMZERO(compptr->dct_table, SIZEOF(multiplier_table));
MEMZERO           237 third_party/libjpeg/jdhuff.c   MEMZERO(dtbl->look_nbits, SIZEOF(dtbl->look_nbits));
MEMZERO           260 third_party/libjpeg/jdmaster.c   MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE));
MEMZERO           269 third_party/libjpeg/jdmaster.c   MEMZERO(table + (2 * (MAXJSAMPLE+1)),
MEMZERO           101 third_party/libjpeg/jutils.c #define FMEMZERO(target,size)	MEMZERO(target,size)