Home
last modified time | relevance | path

Searched refs:lines (Results 876 - 900 of 930) sorted by relevance

1...<<3132333435363738

/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c1453 cfg.front.lines = cfg.back.lines = prim_lines; in demo_unk11()
/third_party/libabigail/src/
H A Dabg-tools-utils.cc1158 /// @param lines output parameter. This is set with the lines that
1165 execute_command_and_get_output(const string& cmd, vector<string>& lines) in execute_command_and_get_output() argument
1186 lines.push_back(tmp_buf); in execute_command_and_get_output()
/third_party/python/Tools/gdb/
H A Dlibpython.py1155 lines = fp.readlines()
1161 return lines[lineno - 1]
1895 to list a specific range of lines within the python source.
/third_party/python/Lib/test/
H A Dtest_bz2.py472 lines = bz2f.readlines()
473 self.assertEqual(lines, [b'Test'])
/third_party/python/Lib/idlelib/
H A Deditor.py264 # first start num_context_lines[0] lines back, then
265 # num_context_lines[1] lines back if that didn't work, and so on.
266 # The last value should be huge (larger than the # of lines in a
543 lines = (round(self.getlineno('end') * fraction) -
546 args = (lines, 'units')
1642 """Return 2 lines containing block opener and and indent.
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8l_dec.c629 int lines = mb_h; in EmitRows() local
631 while (lines-- > 0) { in EmitRows()
653 // even lines: store values in ConvertToYUVA()
654 // odd lines: average with previous values in ConvertToYUVA()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex779 % if you have multiple lines of stuff to put here, you'll need to
817 % change spans more than two lines of output. To handle that, we would
926 % @sp n outputs n lines of vertical space
3706 % We need the \relax at the end of the \ifnum lines to stop TeX from
3785 % Table can continue over pages but will only break between lines.
3808 % @item, @tab do not need to be on their own lines, but it will not hurt
4019 % Test to see if parskip is larger than space between lines of
4025 % than skip between lines in the table.
4030 % than skip between lines in the table.
4857 % containing these kinds of lines
[all...]
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp1763 result.fLineNumber = this - fOwner->lines().begin();
1804 return this == &fOwner->lines().front();
1808 return this == &fOwner->lines().back();
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_16bpp_neon.S1215 @ Unroll for 2 lines
1299 @ Unroll for 2 lines
/third_party/backends/backend/
H A Dhp3500.c774 params->lines = scanner->scan_height_pixels; in sane_get_parameters()
780 DBG (10, "\tlines %d\n", params->lines); in sane_get_parameters()
1813 * 16 complete scan lines, but not calculated as an offset from any other page in rt_set_calibration_addresses()
H A Ddell1600n_net.c670 params->lines = height; in sane_get_parameters()
H A Dhpljm1005.c726 p->lines = dev->height; in sane_get_parameters()
H A Dsnapscan-sources.c301 pself->bytes_remaining = pss->bytes_per_line * (pss->lines + pss->chroma); in FDSource_init()
670 The first ch_offset lines of data in the output are fudged so that even indexed
673 in the data for the first ch_offset lines. A better way to handle this would be to
674 scan in ch_offset extra lines of data, but I haven't figured out how to do this
689 SANE_Int ch_offset; /* The number of lines to be shifted */
745 /* use valid pixels from this line and shifted pixels from ch_size lines back */ in Deinterlacer_get()
781 /* We need to use data 4 lines back */ in Deinterlacer_get()
786 if we are on the first few lines. in Deinterlacer_get()
861 /* We need at least ch_offset+1 lines of buffer in order in Deinterlacer_init()
1089 lines t in RGBRouter_init()
[all...]
H A Depjitsu.c106 - support for automatic paper length detection (parm.lines = -1)
123 - cleanup #include lines & copyright
355 /* skip empty lines */ in sane_get_devices()
2364 params->lines = -1; in sane_get_parameters()
2367 params->lines = s->front.height; in sane_get_parameters()
2385 DBG (15, "\tlines %d\n", params->lines); in sane_get_parameters()
2584 s->cal_image.raw_data = calloc(1, s->cal_image.line_stride * 16 + 8); /* maximum 16 lines input for fine calibration */ in setup_buffers()
3193 /* ask for 16 lines */ in finecal_get_line()
3297 /* read the low-gain average of 16 lines */ in finecal()
3310 /* read the high-gain average of 16 lines */ in finecal()
[all...]
H A Dbh.c1349 s->params.lines = length; in get_parameters()
1358 "lines=%d, dpi=%d\n", in get_parameters()
1362 s->params.lines, in get_parameters()
3179 continue; /* ignore empty lines */ in sane_init()
3692 "lines=%d, dpi=%d\n", in sane_get_parameters()
3696 s->params.lines, in sane_get_parameters()
H A Dmustek_pp_cis.c69 * Number of scan lines on which the average is taken to determine the
1695 /* Scan 4 lines, but ignore the first 3 ones. */ in cis_maximize_dynamic_range()
2773 cisdev->lines_left = dev->params.lines; in cis_drv_start()
/third_party/ffmpeg/libswscale/x86/
H A Doutput.asm108 ; Scale one or $filterSize lines of source data to generate one line of output
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm219 // These 2 sources are calculated in the first two lines below, and then
H A Dgk110.asm192 // These 2 sources are calculated in the first two lines below, and then
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c3063 bool lines = (info->mode == PIPE_PRIM_LINES || in panfrost_emit_primitive() local
3077 if (lines) in panfrost_emit_primitive()
3094 cfg.allow_rotating_primitives = !(lines || fs->info.bifrost.uses_flat_shading); in panfrost_emit_primitive()
3214 * polygons to cull". Points and lines are not considered in panfrost_emit_draw()
3345 /* For all primitives but lines DRAW.flat_shading_vertex must in panfrost_emit_draw()
3654 * have different cache lines for position results. Each vertex in panfrost_direct_draw()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9intrapred.asm1611 ; even lines (0, 2, 4, ...): m1 | m0, m3
1612 ; odd lines (1, 3, 5, ...): m2 | m5, m4
/third_party/python/Modules/
H A Dposixmodule.c926 * which doesn't play nicely with all the initializer lines in this file that
13310 "A tuple of (columns, lines) for holding terminal window size");
13314 {"lines", "height of the terminal window in characters"},
13332 Return the size of the terminal window as (columns, lines).
13351 int columns, lines; in os_get_terminal_size_impl() local
13368 lines = w.ws_row; in os_get_terminal_size_impl()
13397 lines = csbi.srWindow.Bottom - csbi.srWindow.Top + 1; in os_get_terminal_size_impl()
13406 PyStructSequence_SET_ITEM(termsize, 1, PyLong_FromLong(lines)); in os_get_terminal_size_impl()
/third_party/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc2958 std::vector<std::string> lines; in MaskAddresses() local
2966 lines.push_back(line); in MaskAddresses()
2971 if (lines.back().empty()) lines.pop_back(); in MaskAddresses()
2974 for (auto&& line : lines) { in MaskAddresses()
/third_party/backends/backend/pixma/
H A Dpixma.c1892 p->lines = sp->h; in sane_get_parameters()
/third_party/rust/crates/libc/libc-test/
H A Dbuild.rs140 for line in input.lines() { in process_semver_file()
143 // Ignore comments and empty lines. in process_semver_file()

Completed in 81 milliseconds

1...<<3132333435363738