/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 | wrtarga.c | 60 MEMZERO(targaheader, SIZEOF(targaheader)); in write_header()
|
D | jddctmgr.c | 379 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
|
/external/qemu/distrib/jpeg-6b/ |
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 | jddctmgr.c | 339 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
|
D | jcapimin.c | 51 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct)); in jpeg_CreateCompress()
|
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()
|
/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_jddctmgr.c | 266 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
|
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_jcapimin.c | 52 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct)); in jpeg_CreateCompress()
|
D | fpdfapi_jdapimin.c | 52 MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct)); in jpeg_CreateDecompress()
|
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()
|