Home
last modified time | relevance | path

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

/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()
Djddctmgr.c367 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
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()
Djdapimin.c51 MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct)); in jpeg_CreateDecompress()
Dwrrle.c119 MEMZERO(dest->colormap, cmapsize); in start_output_rle()
Djdhuff.c238 MEMZERO(dtbl->look_nbits, SIZEOF(dtbl->look_nbits)); in jpeg_make_d_derived_tbl()
Djdmarker.c468 MEMZERO(&huffval[count], (256 - count) * SIZEOF(UINT8)); in get_dht()
/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_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_jddctmgr.c266 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
Dfpdfapi_jcapimin.c52 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct)); in jpeg_CreateCompress()
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()
Dfpdfapi_jdapimin.c52 MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct)); in jpeg_CreateDecompress()
Dfpdfapi_jdhuff.c241 MEMZERO(dtbl->look_nbits, SIZEOF(dtbl->look_nbits)); in jpeg_make_d_derived_tbl()
/external/libvncserver/common/
Dturbojpeg.c46 #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/
Dpngtest.c144 #define MEMZERO(var) ((void)memset(&var, 0, sizeof var)) macro
637 MEMZERO(user_chunk_data); in init_callback_info()