Searched refs:MEMZERO (Results 1 - 25 of 36) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
H A Djinclude.h61 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size)) macro
67 #define MEMZERO(target,size) memset((void *)(target), 0, (size_t)(size)) macro
H A Djutils.c90 /* On normal machines we can apply MEMCOPY() and MEMZERO() to sample arrays
101 #define FMEMZERO(target,size) MEMZERO(target,size)
H A Djchuff.c142 MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * SIZEOF(long));
147 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * SIZEOF(long));
248 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi));
717 MEMZERO(bits, SIZEOF(bits));
718 MEMZERO(codesize, SIZEOF(codesize));
858 MEMZERO(did_dc, SIZEOF(did_dc));
859 MEMZERO(did_ac, SIZEOF(did_ac));
H A Dwrbmp.c194 MEMZERO(bmpfileheader, SIZEOF(bmpfileheader));
195 MEMZERO(bmpinfoheader, SIZEOF(bmpinfoheader));
259 MEMZERO(bmpfileheader, SIZEOF(bmpfileheader));
260 MEMZERO(bmpcoreheader, SIZEOF(bmpcoreheader));
H A Djddctmgr.c265 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table));
H A Djdmaster.c260 MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE));
269 MEMZERO(table + (2 * (MAXJSAMPLE+1)),
H A Djcapimin.c51 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct));
H A Djdapimin.c51 MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct));
H A Dwrrle.c119 MEMZERO(dest->colormap, cmapsize);
H A Dwrtarga.c60 MEMZERO(targaheader, SIZEOF(targaheader));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
H A Djinclude.h61 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size)) macro
67 #define MEMZERO(target,size) memset((void *)(target), 0, (size_t)(size)) macro
H A Djutils.c90 /* On normal machines we can apply MEMCOPY() and MEMZERO() to sample arrays
101 #define FMEMZERO(target,size) MEMZERO(target,size)
H A Djchuff.c142 MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * SIZEOF(long));
147 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * SIZEOF(long));
248 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi));
717 MEMZERO(bits, SIZEOF(bits));
718 MEMZERO(codesize, SIZEOF(codesize));
858 MEMZERO(did_dc, SIZEOF(did_dc));
859 MEMZERO(did_ac, SIZEOF(did_ac));
H A Dwrbmp.c194 MEMZERO(bmpfileheader, SIZEOF(bmpfileheader));
195 MEMZERO(bmpinfoheader, SIZEOF(bmpinfoheader));
259 MEMZERO(bmpfileheader, SIZEOF(bmpfileheader));
260 MEMZERO(bmpcoreheader, SIZEOF(bmpcoreheader));
H A Djddctmgr.c265 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table));
H A Djdmaster.c260 MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE));
269 MEMZERO(table + (2 * (MAXJSAMPLE+1)),
H A Djcapimin.c51 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct));
H A Djdapimin.c51 MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct));
H A Dwrrle.c119 MEMZERO(dest->colormap, cmapsize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
H A Djinclude.h61 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size)) macro
67 #define MEMZERO(target,size) memset((void *)(target), 0, (size_t)(size)) macro
H A Djutils.c90 /* On normal machines we can apply MEMCOPY() and MEMZERO() to sample arrays
101 #define FMEMZERO(target,size) MEMZERO(target,size)
H A Djchuff.c142 MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * SIZEOF(long));
147 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * SIZEOF(long));
248 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi));
717 MEMZERO(bits, SIZEOF(bits));
718 MEMZERO(codesize, SIZEOF(codesize));
858 MEMZERO(did_dc, SIZEOF(did_dc));
859 MEMZERO(did_ac, SIZEOF(did_ac));
H A Dwrbmp.c194 MEMZERO(bmpfileheader, SIZEOF(bmpfileheader));
195 MEMZERO(bmpinfoheader, SIZEOF(bmpinfoheader));
259 MEMZERO(bmpfileheader, SIZEOF(bmpfileheader));
260 MEMZERO(bmpcoreheader, SIZEOF(bmpcoreheader));
H A Djddctmgr.c265 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table));
H A Djdmaster.c260 MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE));
269 MEMZERO(table + (2 * (MAXJSAMPLE+1)),

Completed in 270 milliseconds

12