Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djinclude.h64 #define MEMZERO(target, size) \ macro
72 #define MEMZERO(target, size) \ macro
Djchuff.c203 MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * sizeof(long)); in start_pass_huff()
208 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * sizeof(long)); in start_pass_huff()
318 MEMZERO(dtbl->ehufco, sizeof(dtbl->ehufco)); in jpeg_make_c_derived_tbl()
319 MEMZERO(dtbl->ehufsi, sizeof(dtbl->ehufsi)); in jpeg_make_c_derived_tbl()
944 MEMZERO(bits, sizeof(bits)); in jpeg_gen_optimal_table()
945 MEMZERO(codesize, sizeof(codesize)); in jpeg_gen_optimal_table()
1086 MEMZERO(did_dc, sizeof(did_dc)); in finish_pass_gather()
1087 MEMZERO(did_ac, sizeof(did_ac)); in finish_pass_gather()
Dwrbmp.c259 MEMZERO(bmpfileheader, sizeof(bmpfileheader)); in write_bmp_header()
260 MEMZERO(bmpinfoheader, sizeof(bmpinfoheader)); in write_bmp_header()
328 MEMZERO(bmpfileheader, sizeof(bmpfileheader)); in write_os2_header()
329 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()
718 MEMZERO(entropy->dc_stats[tbl], DC_STAT_BINS); in start_pass()
730 MEMZERO(entropy->ac_stats[tbl], AC_STAT_BINS); in start_pass()
Djutils.c132 MEMZERO(target, bytestozero); in jzero_far()
Djdapimin.c56 MEMZERO(cinfo, sizeof(struct jpeg_decompress_struct)); in jpeg_CreateDecompress()
95 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()
Dtransupp.c265 MEMZERO(dst_buffer[offset_y] + x_drop_blocks, in do_drop()
348 MEMZERO(dst_buffer[offset_y], in do_crop_ext_zero()
366 MEMZERO(dst_buffer[offset_y], x_crop_blocks * sizeof(JBLOCK)); in do_crop_ext_zero()
371 MEMZERO(dst_buffer[offset_y] + x_crop_blocks + comp_width, in do_crop_ext_zero()
424 MEMZERO(dst_buffer[offset_y], in do_crop_ext_flat()
441 MEMZERO(dst_buffer[offset_y], x_crop_blocks * sizeof(JBLOCK)); in do_crop_ext_flat()
450 MEMZERO(dst_buffer[offset_y] + x_crop_blocks + comp_width, in do_crop_ext_flat()
505 MEMZERO(dst_buffer[offset_y], in do_crop_ext_reflect()
594 MEMZERO(buffer[offset_y] + x_wipe_blocks, wipe_width * sizeof(JBLOCK)); in do_wipe()
629 MEMZERO(buffer[offset_y] + x_wipe_blocks, wipe_width * sizeof(JBLOCK)); in do_flatten()
[all …]
Djddctmgr.c348 MEMZERO(compptr->dct_table, sizeof(multiplier_table)); in jinit_inverse_dct()
Dwrtarga.c54 MEMZERO(targaheader, sizeof(targaheader)); in write_header()
Djcapimin.c55 MEMZERO(cinfo, sizeof(struct jpeg_compress_struct)); in jpeg_CreateCompress()
Djdmaster.c420 MEMZERO(table - (MAXJSAMPLE + 1), (MAXJSAMPLE + 1) * sizeof(JSAMPLE)); in prepare_range_limit_table()
429 MEMZERO(table + (2 * (MAXJSAMPLE + 1)), in prepare_range_limit_table()
Dturbojpeg.c516 MEMZERO(this, sizeof(tjinstance)); in tjInitCompress()
1188 MEMZERO(this, sizeof(tjinstance)); in tjInitDecompress()
1303 MEMZERO(&progress, sizeof(struct my_progress_mgr)); in tjDecompress2()
1651 MEMZERO(&progress, sizeof(struct my_progress_mgr)); in tjDecompressToYUVPlanes()
1879 MEMZERO(this, sizeof(tjinstance)); in tjInitTransform()
1914 MEMZERO(&progress, sizeof(struct my_progress_mgr)); in tjTransform()
1924 MEMZERO(xinfo, sizeof(jpeg_transform_info) * n); in tjTransform()
Djcphuff.c277 MEMZERO(entropy->count_ptrs[tbl], 257 * sizeof(long)); in start_pass_phuff()
1064 MEMZERO(did, sizeof(did)); in finish_pass_gather_phuff()
Dwrgif.c172 MEMZERO(dinfo->hash_code, HSIZE * sizeof(code_int)); in clear_hash()
Drdppm.c733 MEMZERO(source->rescale, (size_t)(((long)MAX(maxval, 255) + 1L) *
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()