/external/jpeg/ |
D | jinclude.h | 61 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size)) macro 67 #define MEMZERO(target,size) memset((void *)(target), 0, (size_t)(size)) macro
|
D | jchuff.c | 142 MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * SIZEOF(long)); in start_pass_huff() 147 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * SIZEOF(long)); in start_pass_huff() 248 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi)); in jpeg_make_c_derived_tbl() 717 MEMZERO(bits, SIZEOF(bits)); in jpeg_gen_optimal_table() 718 MEMZERO(codesize, SIZEOF(codesize)); in jpeg_gen_optimal_table() 858 MEMZERO(did_dc, SIZEOF(did_dc)); in finish_pass_gather() 859 MEMZERO(did_ac, SIZEOF(did_ac)); in finish_pass_gather()
|
D | wrbmp.c | 194 MEMZERO(bmpfileheader, SIZEOF(bmpfileheader)); in write_bmp_header() 195 MEMZERO(bmpinfoheader, SIZEOF(bmpinfoheader)); in write_bmp_header() 259 MEMZERO(bmpfileheader, SIZEOF(bmpfileheader)); in write_os2_header() 260 MEMZERO(bmpcoreheader, SIZEOF(bmpcoreheader)); in write_os2_header()
|
D | jutils.c | 107 #define FMEMZERO(target,size) MEMZERO(target,size)
|
D | jdmaster.c | 283 MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE)); in prepare_range_limit_table() 292 MEMZERO(table + (2 * (MAXJSAMPLE+1)), in prepare_range_limit_table()
|
D | jcapimin.c | 51 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct)); in jpeg_CreateCompress()
|
D | jddctmgr.c | 367 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
|
D | wrtarga.c | 60 MEMZERO(targaheader, SIZEOF(targaheader)); in write_header()
|
D | jcphuff.c | 169 MEMZERO(entropy->count_ptrs[tbl], 257 * SIZEOF(long)); in start_pass_phuff() 784 MEMZERO(did, SIZEOF(did)); in finish_pass_gather_phuff()
|
D | jdapimin.c | 51 MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct)); in jpeg_CreateDecompress()
|
D | wrrle.c | 119 MEMZERO(dest->colormap, cmapsize); in start_output_rle()
|
D | jdhuff.c | 238 MEMZERO(dtbl->look_nbits, SIZEOF(dtbl->look_nbits)); in jpeg_make_d_derived_tbl()
|
D | jdmarker.c | 468 MEMZERO(&huffval[count], (256 - count) * SIZEOF(UINT8)); in get_dht()
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | jinclude.h | 72 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size)) macro 78 #define MEMZERO(target,size) FXSYS_memset32((void *)(target), 0, (size_t)(size)) macro
|
D | fpdfapi_jchuff.c | 146 MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * SIZEOF(long)); in start_pass_huff() 151 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * SIZEOF(long)); in start_pass_huff() 252 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi)); in jpeg_make_c_derived_tbl() 721 MEMZERO(bits, SIZEOF(bits)); in jpeg_gen_optimal_table() 722 MEMZERO(codesize, SIZEOF(codesize)); in jpeg_gen_optimal_table() 862 MEMZERO(did_dc, SIZEOF(did_dc)); in finish_pass_gather() 863 MEMZERO(did_ac, SIZEOF(did_ac)); in finish_pass_gather()
|
D | fpdfapi_jutils.c | 102 #define FMEMZERO(target,size) MEMZERO(target,size)
|
D | fpdfapi_jdmaster.c | 261 MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE)); in prepare_range_limit_table() 270 MEMZERO(table + (2 * (MAXJSAMPLE+1)), in prepare_range_limit_table()
|
D | fpdfapi_jddctmgr.c | 266 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
|
D | fpdfapi_jcapimin.c | 52 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct)); in jpeg_CreateCompress()
|
D | fpdfapi_jcphuff.c | 170 MEMZERO(entropy->count_ptrs[tbl], 257 * SIZEOF(long)); in start_pass_phuff() 785 MEMZERO(did, SIZEOF(did)); in finish_pass_gather_phuff()
|
D | fpdfapi_jdapimin.c | 52 MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct)); in jpeg_CreateDecompress()
|
D | fpdfapi_jdhuff.c | 241 MEMZERO(dtbl->look_nbits, SIZEOF(dtbl->look_nbits)); in jpeg_make_d_derived_tbl()
|
/external/libvncserver/common/ |
D | turbojpeg.c | 46 #define MEMZERO(ptr, size) memset(ptr, 0, size) macro 493 MEMZERO(this, sizeof(tjinstance)); in tjInitCompress() 675 MEMZERO(this, sizeof(tjinstance)); in tjInitDecompress()
|
/external/libpng/ |
D | pngtest.c | 144 #define MEMZERO(var) ((void)memset(&var, 0, sizeof var)) macro 637 MEMZERO(user_chunk_data); in init_callback_info()
|