Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djinclude.h64 #define MEMZERO(target, size) \ macro
72 #define MEMZERO(target, size) \ macro
Djchuff.c184 MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * sizeof(long)); in start_pass_huff()
189 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * sizeof(long)); in start_pass_huff()
290 MEMZERO(dtbl->ehufsi, sizeof(dtbl->ehufsi)); in jpeg_make_c_derived_tbl()
899 MEMZERO(bits, sizeof(bits)); in jpeg_gen_optimal_table()
900 MEMZERO(codesize, sizeof(codesize)); in jpeg_gen_optimal_table()
1041 MEMZERO(did_dc, sizeof(did_dc)); in finish_pass_gather()
1042 MEMZERO(did_ac, sizeof(did_ac)); in finish_pass_gather()
Dwrbmp.c261 MEMZERO(bmpfileheader, sizeof(bmpfileheader)); in write_bmp_header()
262 MEMZERO(bmpinfoheader, sizeof(bmpinfoheader)); in write_bmp_header()
330 MEMZERO(bmpfileheader, sizeof(bmpfileheader)); in write_os2_header()
331 MEMZERO(bmpcoreheader, sizeof(bmpcoreheader)); in write_os2_header()
Djdarith.c213 MEMZERO(entropy->dc_stats[compptr->dc_tbl_no], DC_STAT_BINS); in process_restart()
219 MEMZERO(entropy->ac_stats[compptr->ac_tbl_no], AC_STAT_BINS); in process_restart()
710 MEMZERO(entropy->dc_stats[tbl], DC_STAT_BINS); in start_pass()
722 MEMZERO(entropy->ac_stats[tbl], AC_STAT_BINS); in start_pass()
Djutils.c132 MEMZERO(target, bytestozero); in jzero_far()
Djdapimin.c55 MEMZERO(cinfo, sizeof(struct jpeg_decompress_struct)); in jpeg_CreateDecompress()
94 MEMZERO(cinfo->master, sizeof(my_decomp_master)); in jpeg_CreateDecompress()
Djstdhuff.c45 MEMZERO(&((*htblptr)->huffval[nsymbols]), (256 - nsymbols) * sizeof(UINT8)); in add_huff_table()
Djcarith.c341 MEMZERO(entropy->dc_stats[compptr->dc_tbl_no], DC_STAT_BINS); in emit_restart()
348 MEMZERO(entropy->ac_stats[compptr->ac_tbl_no], AC_STAT_BINS); in emit_restart()
870 MEMZERO(entropy->dc_stats[tbl], DC_STAT_BINS); in start_pass()
883 MEMZERO(entropy->ac_stats[tbl], AC_STAT_BINS); in start_pass()
Djddctmgr.c348 MEMZERO(compptr->dct_table, sizeof(multiplier_table)); in jinit_inverse_dct()
Djcapimin.c55 MEMZERO(cinfo, sizeof(struct jpeg_compress_struct)); in jpeg_CreateCompress()
Dwrtarga.c54 MEMZERO(targaheader, sizeof(targaheader)); in write_header()
Djdmaster.c432 MEMZERO(table - (MAXJSAMPLE + 1), (MAXJSAMPLE + 1) * sizeof(JSAMPLE)); in prepare_range_limit_table()
441 MEMZERO(table + (2 * (MAXJSAMPLE + 1)), in prepare_range_limit_table()
Dwrrle.c122 MEMZERO(dest->colormap, cmapsize); in start_output_rle()
Djcphuff.c269 MEMZERO(entropy->count_ptrs[tbl], 257 * sizeof(long)); in start_pass_phuff()
1056 MEMZERO(did, sizeof(did)); in finish_pass_gather_phuff()
Dturbojpeg.c484 MEMZERO(this, sizeof(tjinstance)); in tjInitCompress()
1152 MEMZERO(this, sizeof(tjinstance)); in tjInitDecompress()
1824 MEMZERO(this, sizeof(tjinstance)); in tjInitTransform()
1860 MEMZERO(xinfo, sizeof(jpeg_transform_info) * n); in tjTransform()
Djdmarker.c476 MEMZERO(&huffval[count], (256 - count) * sizeof(UINT8)); in get_dht()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_completion_queue.c77 MEMZERO(&next_call, next_call_stack, 1); in rb_completion_queue_pluck()
Drb_server.c143 MEMZERO(&args, grpc_channel_args, 1); in grpc_rb_server_init()
176 MEMZERO(st, request_call_stack, 1); in grpc_request_call_stack_init()
Drb_channel_args.c127 MEMZERO(params->dst->args, grpc_arg, num_args); in grpc_rb_hash_convert_to_channel_args0()
Drb_channel_credentials.c148 MEMZERO(&key_cert_pair, grpc_ssl_pem_key_cert_pair, 1); in grpc_rb_channel_credentials_init()
Drb_channel.c217 MEMZERO(&args, grpc_channel_args, 1); in grpc_rb_channel_init()
Drb_call.c631 MEMZERO(st, run_batch_stack, 1); in grpc_run_batch_stack_init()
/external/libpng/
Dpngtest.c166 #define MEMZERO(var) ((void)memset(&var, 0, sizeof var)) macro
658 MEMZERO(user_chunk_data); in init_callback_info()