Home
last modified time | relevance | path

Searched refs:MEMZERO (Results 1 – 25 of 35) sorted by relevance

12

/external/jpeg/
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
Djchuff.c142 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()
Dwrbmp.c194 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()
Djutils.c107 #define FMEMZERO(target,size) MEMZERO(target,size)
Djdmaster.c283 MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE)); in prepare_range_limit_table()
292 MEMZERO(table + (2 * (MAXJSAMPLE+1)), in prepare_range_limit_table()
Djcapimin.c51 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct)); in jpeg_CreateCompress()
Dwrtarga.c60 MEMZERO(targaheader, SIZEOF(targaheader)); in write_header()
Djddctmgr.c379 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
/external/qemu/distrib/jpeg-6b/
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
Djchuff.c142 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()
Dwrbmp.c194 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()
Djutils.c107 #define FMEMZERO(target,size) MEMZERO(target,size)
Djdmaster.c283 MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE)); in prepare_range_limit_table()
292 MEMZERO(table + (2 * (MAXJSAMPLE+1)), in prepare_range_limit_table()
Djddctmgr.c339 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
Djcapimin.c51 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct)); in jpeg_CreateCompress()
Dwrtarga.c60 MEMZERO(targaheader, SIZEOF(targaheader)); in write_header()
Djcphuff.c169 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/
Djinclude.h72 #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
Dfpdfapi_jchuff.c146 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()
Dfpdfapi_jutils.c102 #define FMEMZERO(target,size) MEMZERO(target,size)
Dfpdfapi_jddctmgr.c266 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
Dfpdfapi_jdmaster.c261 MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE)); in prepare_range_limit_table()
270 MEMZERO(table + (2 * (MAXJSAMPLE+1)), in prepare_range_limit_table()
Dfpdfapi_jcapimin.c52 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct)); in jpeg_CreateCompress()
Dfpdfapi_jdapimin.c52 MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct)); in jpeg_CreateDecompress()
Dfpdfapi_jcphuff.c170 MEMZERO(entropy->count_ptrs[tbl], 257 * SIZEOF(long)); in start_pass_phuff()
785 MEMZERO(did, SIZEOF(did)); in finish_pass_gather_phuff()

12