Searched refs:out_full (Results 1 – 8 of 8) sorted by relevance
/third_party/toybox/toys/pending/ |
D | dd.c | 52 unsigned long long bytes, c_count, in_full, in_part, out_full, out_part; 91 TT.in_full, TT.in_part, TT.out_full, TT.out_part); in status() 115 if (nw == TT.out.sz) TT.out_full++; in write_out()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_scale.c | 764 int in_full, out_full, brightness, contrast, saturation; in scale_frame() local 768 (int **)&table, &out_full, in scale_frame() 783 out_full = (scale->out_range == AVCOL_RANGE_JPEG); in scale_frame() 786 table, out_full, in scale_frame() 790 table, out_full, in scale_frame() 794 table, out_full, in scale_frame() 797 out->color_range = out_full ? AVCOL_RANGE_JPEG : AVCOL_RANGE_MPEG; in scale_frame()
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_derivatives.c | 114 .out_full = 1, in midgard_emit_derivatives()
|
D | midgard.h | 914 unsigned out_full : 1; member
|
D | disassemble.c | 1753 texture->out_full ? 32 : 16); in print_texture_word() 1754 assert(!(texture->out_full && texture->out_upper)); in print_texture_word() 1825 assert(!(texture->out_full && texture->out_upper)); in print_texture_word()
|
D | midgard_emit.c | 1059 ins->texture.out_full = (osz == 32); in emit_binary_bundle()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 385 static int out_full = 0; variable 1812 fprintf(stderr, "%d+%d records out\n", out_full - out_partial, in print_stats() 2574 out_full += blocks; in do_scsi_device_read_write() 2579 out_full += blocks; /* act as if written out without error */ in do_scsi_device_read_write() 2593 out_full += blocks; in do_scsi_device_read_write() 2598 out_full += blocks; in do_scsi_device_read_write() 6655 out_full += blocks; in do_scsi_sgm_read_write() 6660 out_full += blocks; /* act as if written out without error */ in do_scsi_sgm_read_write() 6674 out_full += blocks; in do_scsi_sgm_read_write() 6679 out_full += blocks; in do_scsi_sgm_read_write()
|
/third_party/toybox/generated/ |
D | globals.h | 527 unsigned long long bytes, c_count, in_full, in_part, out_full, out_part; member
|