Home
last modified time | relevance | path

Searched refs:lines (Results 451 - 475 of 923) sorted by relevance

1...<<11121314151617181920>>...37

/third_party/elfutils/libdwfl/
H A Ddwfl_dwarf_line.c43 const Dwarf_Line *info = &cu->die.cu->lines->info[line->idx]; in dwfl_dwarf_line()
/third_party/backends/backend/
H A Dmustek_scsi_pp.h109 * @param lines Number of lines
118 SANE_Byte * buf, int lines, int bpl);
H A Dhp5590.c130 #define SANE_NAME_TRAILING_LINES_MODE "trailing-lines-mode"
131 #define SANE_TITLE_TRAILING_LINES_MODE SANE_I18N("Filling mode of trailing lines after scan data (ADF)")
134 #define SANE_NAME_TRAILING_LINES_COLOR "trailing-lines-color"
136 #define SANE_DESC_TRAILING_LINES_COLOR SANE_I18N("Color value for trailing lines filling mode 'color'. "\
299 unsigned int *lines, in calc_image_params()
337 "bytes_per_line: %u, lines: %u, image_size: %u\n", in calc_image_params()
350 if (lines) in calc_image_params()
351 *lines = _lines; in calc_image_params()
1432 (unsigned int *) &params->lines, NULL); in sane_get_parameters()
1464 "pixels_per_line: %u, lines in sane_get_parameters()
295 calc_image_params(struct hp5590_scanner *scanner, unsigned int *pixel_bits, unsigned int *pixels_per_line, unsigned int *bytes_per_line, unsigned int *lines, unsigned long long *image_size) calc_image_params() argument
1698 unsigned int lines; convert_gray_and_lineart() local
1879 unsigned int lines; convert_to_rgb() local
[all...]
H A Davision.c1863 DBG (dbg_level, "%s: pixel_per_line: %d, lines: %d\n", in debug_print_params()
1864 func, params->pixels_per_line, params->lines); in debug_print_params()
2030 DBG (dbg_level, "%s: [61] background lines: %d\n", in debug_print_window_descriptor()
3034 DBG (3, "sane_compute_parameters: overscan lines: %d\n", overscan); in compute_parameters()
3039 Calculate offsets for skipping lines later with considering overscan in compute_parameters()
3076 - skip bottom lines at page n=0, front and rear in compute_parameters()
3077 - skip top lines at page n>0, front and rear in compute_parameters()
3090 - skip top lines at page n=0, front and rear in compute_parameters()
3091 - skip bottom lines at page n>0, front and rear in compute_parameters()
3105 /* convert to lines */ in compute_parameters()
6491 const int lines = s->val[OPT_BACKGROUND].w * (s->avdimen.interlaced_duplex ? 2 : 1); get_background_raster() local
6572 bytes_per_line / bpp, lines); get_background_raster() local
7857 const unsigned int lines = useful_bytes / (unsigned int) s->avdimen.hw_bytes_per_line; reader_process() local
7890 unsigned int lines = useful_bytes / (unsigned int) s->avdimen.hw_bytes_per_line; reader_process() local
7910 unsigned int lines = useful_bytes / (unsigned int) s->avdimen.hw_bytes_per_line; reader_process() local
7948 unsigned int lines = useful_bytes / (unsigned int) s->avdimen.hw_bytes_per_line; reader_process() local
8187 long lines; reader_process() local
8256 SANE_Int lines = s->params.lines; reader_process() local
[all...]
H A Dgt68xx_mid.h60 unsigned int **lines; member
71 * separate lines.
131 * @param buffer_pointers_return Array of pointers to image lines (1 or 3
H A Dmustek_pp_ccd300.h95 int lines; member
/third_party/backends/include/sane/
H A Dsanei_ab306.h54 SANE_Byte *buf, int lines, int bpl);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A Dgenerate_parser.sh29 bison --no-lines --skeleton=yacc.c --output=$output_source $input_file
/third_party/skia/tests/
H A DPathOpsCubicIntersectionTestData.h16 extern const CubicPts lines[];
/third_party/ffmpeg/libavcodec/
H A Dvqavideo.c363 int lines = 0; in vqa_decode_frame_pal8() local
519 lines = s->vector_height; in vqa_decode_frame_pal8()
522 while (lines--) { in vqa_decode_frame_pal8()
529 lines=0; in vqa_decode_frame_pal8()
538 lines = s->vector_height; in vqa_decode_frame_pal8()
546 while (lines--) { in vqa_decode_frame_pal8()
/third_party/ffmpeg/libavfilter/
H A Dvf_tinterlace.c44 {"pad", "pad alternate lines with black", 0, AV_OPT_TYPE_CONST, {.i64=MODE_PAD}, INT_MIN, INT_MAX, FLAGS, "mode"},
321 int lines = plane == 1 || plane == 2 ? AV_CEIL_RSHIFT(src_h, vsub) : src_h; in copy_picture_field() local
329 lines = (lines + (src_field == FIELD_UPPER)) / k; in copy_picture_field()
339 for (h = lines; h > 0; h--) { in copy_picture_field()
342 if (h >= (lines - x)) mref = 0; // there is no line above in copy_picture_field()
352 av_image_copy_plane(dstp, dstp_linesize, srcp, srcp_linesize, cols, lines); in copy_picture_field()
389 /* write odd frame lines into the upper field of the new frame */ in filter_frame()
394 /* write even frame lines into the lower field of the new frame */ in filter_frame()
412 * lines wit in filter_frame()
[all...]
/third_party/icu/tools/unicode/c/genprops/
H A Dnamespropsbuilder.cpp185 static Line lines[MAX_LINE_COUNT]; variable
637 /* store the groups like lines, with compressed data after raw strings */ in compressLines()
642 /* loop over all lines */ in compressLines()
644 line=lines+i++; in compressLines()
647 /* segment the lines to groups of 32 */ in compressLines()
649 /* finish the current group with empty lines */ in compressLines()
670 /* write empty lines between the previous line in the group and this one */ in compressLines()
681 /* finish the current group with empty lines */ in compressLines()
883 groupWords[0]=(uint16_t)lines[i].code; in writeBinaryData()
886 uint32_t offset = (uint32_t)((lines[ in writeBinaryData()
[all...]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java63 * The [] lines are emitted by the JVM as a result of the -verbose:gc switch.
803 String[] lines = null; in readLines()
806 lines = new String[1]; in readLines()
814 lines[0] = buffer.toString(); in readLines()
816 lines = new String[size]; in readLines()
818 lines[i] = (String) list.get(i); in readLines()
822 return lines; in readLines()
/third_party/libwebsockets/lib/misc/fts/
H A Dtrie-fd.c86 size_t len, uint32_t *ofs_linetable, uint32_t *lines) in lws_fts_filepath()
123 if (lines) in lws_fts_filepath()
124 bp += rq32(&buf[bp], lines); in lws_fts_filepath()
618 uint32_t fi, tot, line, ro, ofs_linetable, lines, fplen, in lws_fts_search() local
639 &ofs_linetable, &lines)) { in lws_fts_search()
677 fp->lines_in_file = (int)lines; in lws_fts_search()
85 lws_fts_filepath(struct lws_fts_file *jtf, int filepath_index, char *result, size_t len, uint32_t *ofs_linetable, uint32_t *lines) lws_fts_filepath() argument
/third_party/mesa3d/src/intel/perf/
H A Dgen_perf.py403 lines = expression.split(' && ')
404 n_lines = len(lines)
406 c("if (" + lines[0] + ") {")
408 c("if (" + lines[0] + " &&")
411 c(lines[i] + " &&")
412 c(lines[(n_lines - 1)] + ") {")
424 "eu atomic requests to l3 cache lines" : False,
426 "eu requests to l3 cache lines" : False,
427 "eu sends to l3 cache lines" : False,
/third_party/python/Lib/
H A Dsmtpd.py712 lines = data.splitlines()
713 for line in lines:
745 lines = data.split('\n')
748 for line in lines:
752 lines.insert(i, 'X-Peer: %s' % peer[0])
753 data = NEWLINE.join(lines)
H A Dpdb.py32 'list', where it lists the next 11 lines.
307 # from the interaction, save leftover rc lines
596 The commands themselves are entered on the following lines.
1291 list 11 lines around the current line or continue the previous
1292 listing. With . as argument, list 11 lines around the current
1293 line. With one argument, list 11 lines starting at that line.
1334 lines = linecache.getlines(filename, self.curframe.f_globals)
1335 self._print_lines(lines[first-1:last], first, breaklist,
1337 self.lineno = min(last, len(lines))
1338 if len(lines) < las
[all...]
/third_party/python/Lib/test/
H A Dtest_asyncore.py271 lines = stderr.getvalue().splitlines()
272 self.assertEqual(lines, ['log: %s' % l1, 'log: %s' % l2])
286 lines = stdout.getvalue().splitlines()
288 self.assertEqual(lines, expected)
301 lines = stdout.getvalue().splitlines()
306 self.assertEqual(lines, expected)
H A Dtest_site.py367 """Create a .pth file with a comment, blank lines, an ``import
565 def _create_underpth_exe(self, lines, exe_pth=True):
581 for line in lines:
585 def _create_underpth_exe(self, lines, exe_pth=True):
594 for line in lines:
598 def _calc_sys_path_for_underpth_nosite(self, sys_prefix, lines):
600 for line in lines:
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DRenderer.cpp550 // We're only using batch compaction for points, not lines in processVertices()
737 Triangle lines[3]; in setupWireframeTriangles() local
738 lines[0].v0 = v0; in setupWireframeTriangles()
739 lines[0].v1 = v1; in setupWireframeTriangles()
740 lines[1].v0 = v1; in setupWireframeTriangles()
741 lines[1].v1 = v2; in setupWireframeTriangles()
742 lines[2].v0 = v2; in setupWireframeTriangles()
743 lines[2].v1 = v0; in setupWireframeTriangles()
747 if(setupLine(device, *primitives, lines[i], *drawCall)) in setupWireframeTriangles()
/third_party/python/Lib/unittest/
H A Dcase.py1122 lines = []
1124 lines.append('Items in the first set but not the second:')
1126 lines.append(repr(item))
1128 lines.append('Items in the second set but not the first:')
1130 lines.append(repr(item))
1132 standardMsg = '\n'.join(lines)
1229 lines = ['First has %d, Second has %d: %r' % diff for diff in differences]
1230 diffMsg = '\n'.join(lines)
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c1048 fxt1_quantize (uint32_t *cc, const uint8_t *lines[], int32_t comps) in fxt1_quantize() argument
1065 input[k + l * 4][i] = *lines[l]++; in fxt1_quantize()
1070 input[k + l * 4 + 12][i] = *lines[l]++; in fxt1_quantize()
1204 const uint8_t *lines[4]; in fxt1_encode() local
1205 lines[0] = &data[offs]; in fxt1_encode()
1206 lines[1] = lines[0] + srcRowStride; in fxt1_encode()
1207 lines[2] = lines[1] + srcRowStride; in fxt1_encode()
1208 lines[ in fxt1_encode()
[all...]
/third_party/libabigail/relicensing-scripts/
H A Dreplace-spdx-license.sh19 header=$(head --lines=5 $input_file | grep "SPDX-License-Identifier:")
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dgenerate_parser.sh30 bison --no-lines --skeleton=yacc.c --defines=$output_header --output=$output_source $input_file
/build/hb/util/
H A Dmonitor.py149 lines = result.stdout.strip().split('\n')[1:]
150 for line in lines:

Completed in 35 milliseconds

1...<<11121314151617181920>>...37