/external/u-boot/drivers/video/ |
D | console_rotate.c | 21 line = vid_priv->fb + vid_priv->line_length - in console_set_row_1() 55 line += vid_priv->line_length; in console_set_row_1() 70 dst = vid_priv->fb + vid_priv->line_length - in console_move_rows_1() 72 src = vid_priv->fb + vid_priv->line_length - in console_move_rows_1() 77 src += vid_priv->line_length; in console_move_rows_1() 78 dst += vid_priv->line_length; in console_move_rows_1() 96 vid_priv->line_length - (y + 1) * pbytes; in console_putc_xy_1() 138 line += vid_priv->line_length; in console_putc_xy_1() 153 line = vid_priv->fb + vid_priv->ysize * vid_priv->line_length - in console_set_row_2() 154 (row + 1) * VIDEO_FONT_HEIGHT * vid_priv->line_length; in console_set_row_2() [all …]
|
D | console_normal.c | 23 line = vid_priv->fb + row * VIDEO_FONT_HEIGHT * vid_priv->line_length; in console_normal_set_row() 66 dst = vid_priv->fb + rowdst * VIDEO_FONT_HEIGHT * vid_priv->line_length; in console_normal_move_rows() 67 src = vid_priv->fb + rowsrc * VIDEO_FONT_HEIGHT * vid_priv->line_length; in console_normal_move_rows() 68 memmove(dst, src, VIDEO_FONT_HEIGHT * vid_priv->line_length * count); in console_normal_move_rows() 80 void *line = vid_priv->fb + y * vid_priv->line_length + in console_normal_putc_xy() 129 line += vid_priv->line_length; in console_normal_putc_xy()
|
D | console_truetype.c | 129 int pixels = priv->font_size * vid_priv->line_length; in console_truetype_set_row() 132 line = vid_priv->fb + row * priv->font_size * vid_priv->line_length; in console_truetype_set_row() 177 dst = vid_priv->fb + rowdst * priv->font_size * vid_priv->line_length; in console_truetype_move_rows() 178 src = vid_priv->fb + rowsrc * priv->font_size * vid_priv->line_length; in console_truetype_move_rows() 179 memmove(dst, src, priv->font_size * vid_priv->line_length * count); in console_truetype_move_rows() 254 line = vid_priv->fb + y * vid_priv->line_length + in console_truetype_putc_xy() 258 line += linenum * vid_priv->line_length; in console_truetype_putc_xy() 295 line += vid_priv->line_length; in console_truetype_putc_xy() 324 line = vid_priv->fb + ystart * vid_priv->line_length; in console_truetype_erase() 358 line += vid_priv->line_length; in console_truetype_erase()
|
D | video_bmp.c | 68 fb -= (width * 2 + priv->line_length); in video_display_rle8_bitmap() 80 * priv->line_length + (x + x_off) * 2); in video_display_rle8_bitmap() 264 (y + height - 1) * priv->line_length + x * bpix / 8); in video_bmp_display() 302 fb -= byte_width + priv->line_length; in video_bmp_display() 314 fb -= width * 2 + priv->line_length; in video_bmp_display() 327 fb -= priv->line_length + width * (bpix / 8); in video_bmp_display() 340 fb -= priv->line_length + width * (bpix / 8); in video_bmp_display()
|
D | mxc_ipuv3_fb.c | 124 fix->line_length = var->xres_virtual * var->bits_per_pixel / 8; in mxcfb_set_fix() 186 fbi->fix.line_length, in setup_disp_channel2() 189 (fbi->fix.line_length * fbi->var.yres)); in setup_disp_channel2() 194 fbi->fix.line_length, in setup_disp_channel2() 196 (fbi->fix.line_length * fbi->var.yres), in setup_disp_channel2() 222 mem_len = fbi->var.yres_virtual * fbi->fix.line_length; in mxcfb_set_par() 399 if (fbi->fix.smem_len < fbi->var.yres_virtual * fbi->fix.line_length) { in mxcfb_map_video_memory() 401 fbi->fix.line_length; in mxcfb_map_video_memory() 533 fbi->fix.line_length = fbi->var.xres * (fbi->var.bits_per_pixel / 8); in mxcfb_probe() 534 fbi->fix.smem_len = fbi->var.yres_virtual * fbi->fix.line_length; in mxcfb_probe()
|
D | am335x-fb.c | 106 int lcd_get_size(int *line_length) in lcd_get_size() argument 108 *line_length = (panel_info.vl_col * NBITS(panel_info.vl_bpix)) / 8; in lcd_get_size() 109 return *line_length * panel_info.vl_row + 0x20; in lcd_get_size()
|
D | video-uclass.c | 216 priv->line_length = priv->xsize * VNBYTES(priv->bpix); in video_post_probe() 217 priv->fb_size = priv->line_length * priv->ysize; in video_post_probe()
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | layer_utils.py | 81 def print_summary(model, line_length=None, positions=None, print_fn=None): argument 134 line_length = line_length or 65 137 positions = [int(line_length * p) for p in positions] 141 line_length = line_length or 98 144 positions = [int(line_length * p) for p in positions] 162 print_fn('_' * line_length) 164 print_fn('=' * line_length) 226 print_fn('=' * line_length) 228 print_fn('_' * line_length) 241 print_fn('_' * line_length)
|
/external/libpng/contrib/tools/ |
D | chkfmt | 90 line_length=100;; 95 line_length=132;; 98 line_length=96;; 101 line_length=80;; 111 splt="`fold -$line_length "$file".$$ | diff -c "$file".$$ -`"
|
/external/libkmsxx/utils/ |
D | fbtest.cpp | 37 var.yres_virtual * fix.line_length, in main() 44 ptr, var.yres_virtual * fix.line_length, fix.line_length, 0); in main() 50 fix.line_length); in main()
|
/external/libchrome/base/ |
D | environment.cc | 155 size_t line_length = ParseEnvLine(line, &key); in AlterEnvironment() local 160 result.append(line, line_length); in AlterEnvironment() 162 cur_env += line_length; in AlterEnvironment() 195 size_t line_length = ParseEnvLine(env[i], &key); in AlterEnvironment() local 201 value_storage.append(env[i], line_length); in AlterEnvironment()
|
/external/python/cpython2/Lib/test/ |
D | test_gzip.py | 173 line_length = 0 175 L = f.readline(line_length) 176 if not L and line_length != 0: break 177 self.assertTrue(len(L) <= line_length) 178 line_length = (line_length + 1) % 50
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | check_lint.sh | 24 ASAN_LIT_TEST_LINT_FILTER=${ASAN_TEST_LINT_FILTER},-whitespace/line_length 27 TSAN_LIT_TEST_LINT_FILTER=${TSAN_TEST_LINT_FILTER},-whitespace/line_length 30 LSAN_LIT_TEST_LINT_FILTER=${LSAN_RTL_LINT_FILTER},-whitespace/line_length
|
/external/u-boot/common/ |
D | lcd.c | 65 int line_length; in lcd_sync() local 69 (ulong)(lcd_base + lcd_get_size(&line_length))); in lcd_sync() 142 __weak int lcd_get_size(int *line_length) in lcd_get_size() argument 144 *line_length = (panel_info.vl_col * NBITS(panel_info.vl_bpix)) / 8; in lcd_get_size() 145 return *line_length * panel_info.vl_row; in lcd_get_size() 295 int line_length; in lcd_setmem() local 300 size = lcd_get_size(&line_length); in lcd_setmem()
|
/external/freetype/src/base/ |
D | ftstroke.c | 772 FT_Fixed line_length; /* length of last lineto */ member 992 FT_Fixed line_length ) in ft_stroker_inside() argument 1009 if ( !border->movable || line_length == 0 || in ft_stroker_inside() 1020 stroker->line_length >= min_length && in ft_stroker_inside() 1021 line_length >= min_length ); in ft_stroker_inside() 1057 FT_Fixed line_length ) in ft_stroker_outside() argument 1166 if ( line_length == 0 ) in ft_stroker_outside() 1197 if ( line_length == 0 ) in ft_stroker_outside() 1217 FT_Fixed line_length ) in ft_stroker_process_corner() argument 1235 error = ft_stroker_inside( stroker, inside_side, line_length ); in ft_stroker_process_corner() [all …]
|
/external/toybox/toys/pending/ |
D | lsof.c | 114 size_t line_length = 0; in scan_proc_net_file() local 118 if (!getline(&line, &line_length, fp)) return; // Skip header. in scan_proc_net_file() 120 while (getline(&line, &line_length, fp) > 0) { in scan_proc_net_file() 336 size_t line_length = 0; in visit_maps() local 342 while (getline(&line, &line_length, fp) > 0) { in visit_maps()
|
/external/vboot_reference/cgpt/ |
D | cgpt_find.c | 224 size_t line_length = 0; in scan_real_devs() local 226 while (getline(&line, &line_length, fp) != -1) { in scan_real_devs() 248 while (getline(&line, &line_length, fp) != -1) { in scan_real_devs()
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec.cpp | 1488 uint32_t line_length = 0; in A85Encode() local 1498 line_length++; in A85Encode() 1505 line_length += 5; in A85Encode() 1507 if (line_length >= 75) { // Add a return. in A85Encode() 1510 line_length = 0; in A85Encode()
|
/external/python/cpython2/Modules/_io/ |
D | iobase.c | 630 Py_ssize_t line_length; in iobase_readlines() local 644 line_length = PyObject_Size(line); in iobase_readlines() 646 if (line_length < 0) { in iobase_readlines() 649 if (line_length > hint - length) in iobase_readlines() 651 length += line_length; in iobase_readlines()
|
/external/python/cpython3/Modules/_io/ |
D | iobase.c | 704 Py_ssize_t line_length; in _io__IOBase_readlines_impl() local 718 line_length = PyObject_Size(line); in _io__IOBase_readlines_impl() 720 if (line_length < 0) { in _io__IOBase_readlines_impl() 723 if (line_length > hint - length) in _io__IOBase_readlines_impl() 725 length += line_length; in _io__IOBase_readlines_impl()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/ |
D | cssmin.py | 192 def wrap_css_lines(css, line_length): argument 199 if char == '}' and (i - line_start >= line_length):
|
/external/u-boot/drivers/video/stm32/ |
D | stm32_ltdc.c | 271 u32 line_length; in stm32_ltdc_set_layer1() local 300 line_length = ((bpp >> 3) * priv->crop_w) + (bus_width >> 3) - 1; in stm32_ltdc_set_layer1() 301 val = (pitch_in_bytes << 16) | line_length; in stm32_ltdc_set_layer1()
|
/external/python/cpython3/Lib/test/ |
D | test_gzip.py | 230 line_length = 0 232 L = f.readline(line_length) 233 if not L and line_length != 0: break 234 self.assertTrue(len(L) <= line_length) 235 line_length = (line_length + 1) % 50
|
/external/u-boot/include/ |
D | video.h | 87 int line_length; member
|
/external/autotest/scheduler/ |
D | rdb.py | 372 line_length = len(hosts) 374 (float(failed_leasing)/line_length) * 100)
|