/external/libjpeg-turbo/ |
D | jinclude.h | 64 #define MEMZERO(target, size) \ macro 72 #define MEMZERO(target, size) \ macro
|
D | jchuff.c | 203 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()
|
D | wrbmp.c | 259 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()
|
D | jdarith.c | 213 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()
|
D | jutils.c | 132 MEMZERO(target, bytestozero); in jzero_far()
|
D | jdapimin.c | 56 MEMZERO(cinfo, sizeof(struct jpeg_decompress_struct)); in jpeg_CreateDecompress() 95 MEMZERO(cinfo->master, sizeof(my_decomp_master)); in jpeg_CreateDecompress()
|
D | jstdhuff.c | 45 MEMZERO(&((*htblptr)->huffval[nsymbols]), (256 - nsymbols) * sizeof(UINT8)); in add_huff_table()
|
D | jcarith.c | 341 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()
|
D | transupp.c | 265 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 …]
|
D | jddctmgr.c | 348 MEMZERO(compptr->dct_table, sizeof(multiplier_table)); in jinit_inverse_dct()
|
D | wrtarga.c | 54 MEMZERO(targaheader, sizeof(targaheader)); in write_header()
|
D | jcapimin.c | 55 MEMZERO(cinfo, sizeof(struct jpeg_compress_struct)); in jpeg_CreateCompress()
|
D | jdmaster.c | 420 MEMZERO(table - (MAXJSAMPLE + 1), (MAXJSAMPLE + 1) * sizeof(JSAMPLE)); in prepare_range_limit_table() 429 MEMZERO(table + (2 * (MAXJSAMPLE + 1)), in prepare_range_limit_table()
|
D | turbojpeg.c | 516 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()
|
D | jcphuff.c | 277 MEMZERO(entropy->count_ptrs[tbl], 257 * sizeof(long)); in start_pass_phuff() 1064 MEMZERO(did, sizeof(did)); in finish_pass_gather_phuff()
|
D | wrgif.c | 172 MEMZERO(dinfo->hash_code, HSIZE * sizeof(code_int)); in clear_hash()
|
D | rdppm.c | 733 MEMZERO(source->rescale, (size_t)(((long)MAX(maxval, 255) + 1L) *
|
D | jdmarker.c | 476 MEMZERO(&huffval[count], (256 - count) * sizeof(UINT8)); in get_dht()
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_completion_queue.c | 77 MEMZERO(&next_call, next_call_stack, 1); in rb_completion_queue_pluck()
|
D | rb_server.c | 143 MEMZERO(&args, grpc_channel_args, 1); in grpc_rb_server_init() 176 MEMZERO(st, request_call_stack, 1); in grpc_request_call_stack_init()
|
D | rb_channel_args.c | 127 MEMZERO(params->dst->args, grpc_arg, num_args); in grpc_rb_hash_convert_to_channel_args0()
|
D | rb_channel_credentials.c | 148 MEMZERO(&key_cert_pair, grpc_ssl_pem_key_cert_pair, 1); in grpc_rb_channel_credentials_init()
|
D | rb_channel.c | 217 MEMZERO(&args, grpc_channel_args, 1); in grpc_rb_channel_init()
|
D | rb_call.c | 631 MEMZERO(st, run_batch_stack, 1); in grpc_run_batch_stack_init()
|
/external/libpng/ |
D | pngtest.c | 166 #define MEMZERO(var) ((void)memset(&var, 0, sizeof var)) macro 658 MEMZERO(user_chunk_data); in init_callback_info()
|