Home
last modified time | relevance | path

Searched refs:line (Results 4126 - 4150 of 5424) sorted by relevance

1...<<161162163164165166167168169170>>...217

/third_party/backends/backend/
H A Dp5_device.c856 /** read a line of scan data
859 * @param length total bytes to read on one line
891 * read only one line , counter give us 256 bytes block available in read_line()
1124 /** detect a black scan line
1125 * parses the given buffer and return SANE_TRUE if the line is an
1126 * acceptable black line for calibration
1127 * @param buffer data line to parse
1130 * @returns SANE_TRUE if it is considered as a white line
1148 * black margin at both ends of the line */ in is_black_line()
1173 /** detect a white scan line
1423 int line; sheetfed_calibration() local
[all...]
/third_party/icu/icu4c/source/test/letest/
H A Dletest.cpp745 * line is correct.
748 * that we get the expected number of runs per line and that the line breaks are where
759 const ParagraphLayout::Line *line; in GlyphToCharTest() local
895 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in GlyphToCharTest()
896 le_int32 runCount = line->countRuns(); in GlyphToCharTest()
899 const ParagraphLayout::VisualRun *visualRun = line->getVisualRun(run); in GlyphToCharTest()
915 log_err("Bad glyph to char index for glyph %d on line %d: expected %d, got %d\n", in GlyphToCharTest()
946 log_err("Bad minIndex for run %d on line %d: expected %d, got %d\n", in GlyphToCharTest()
H A Dcletest.c509 * line is correct.
512 * that we get the expected number of runs per line and that the line breaks are where
523 const pl_line *line; in GlyphToCharTest() local
665 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) { in GlyphToCharTest()
666 le_int32 runCount = pl_countLineRuns(line); in GlyphToCharTest()
669 const pl_visualRun *visualRun = pl_getLineVisualRun(line, run); in GlyphToCharTest()
685 log_err("Bad glyph to char index for glyph %d on line %d: expected %d, got %d\n", in GlyphToCharTest()
716 log_err("Bad minIndex for run %d on line %d: expected %d, got %d\n", in GlyphToCharTest()
/third_party/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp756 const UChar* line=NULL; in prepareData() local
759 line = ucbuf_readline(ucharBuf,&len,&status); in prepareData()
760 if(line == NULL || U_FAILURE(status)){break;} in prepareData()
763 // 1. 'len' includs the line terminal symbols in prepareData()
764 // 2. The length of the line terminal symbols is only one character in prepareData()
765 // 3. The Windows CR LF line terminal symbols will be converted to CR in prepareData()
768 continue; //skip empty line in prepareData()
771 memcpy(icu_data->last(), line, len * sizeof(UChar)); in prepareData()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_debug.c256 char text[160]; /* one disasm line */
552 char line[2048]; in radv_dump_cmd() local
557 while (fgets(line, sizeof(line), p)) in radv_dump_cmd()
558 fputs(line, f); in radv_dump_cmd()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c870 pipeline->line_smooth = rs->line.mode == VK_LINE_RASTERIZATION_MODE_RECTANGULAR_SMOOTH_EXT; in lvp_graphics_pipeline_init()
871 pipeline->disable_multisample = rs->line.mode == VK_LINE_RASTERIZATION_MODE_BRESENHAM_EXT || in lvp_graphics_pipeline_init()
872 rs->line.mode == VK_LINE_RASTERIZATION_MODE_RECTANGULAR_SMOOTH_EXT; in lvp_graphics_pipeline_init()
873 pipeline->line_rectangular = rs->line.mode != VK_LINE_RASTERIZATION_MODE_BRESENHAM_EXT; in lvp_graphics_pipeline_init()
/third_party/node/lib/internal/modules/cjs/
H A Dloader.js267 // eslint-disable-next-line no-proto
290 let wrap = function(script) { // eslint-disable-line func-style
442 // eslint-disable-next-line no-restricted-syntax
1139 // eslint-disable-next-line no-restricted-syntax
1176 // eslint-disable-next-line no-restricted-syntax
1409 const { 1: line, 2: col } =
1411 if (line && col) {
1412 const srcLine = StringPrototypeSplit(parentSource, '\n')[line - 1];
1413 const frame = `${parentPath}:${line}\n${srcLine}\n${
/third_party/node/deps/v8/base/trace_event/common/
H A Dtrace_event_common.h224 // variable a unique name based on the line number to prevent name collisions.
229 #define TRACE_LOG_MESSAGE(file, message, line) \
230 INTERNAL_TRACE_LOG_MESSAGE(file, message, line)
983 #define TRACE_LOG_MESSAGE(file, message, line) \
984 INTERNAL_TRACE_LOG_MESSAGE(file, message, line)
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_debug.c1005 char line[2000]; in si_dump_command() local
1012 while (fgets(line, sizeof(line), p)) in si_dump_command()
1013 fputs(line, f); in si_dump_command()
/third_party/mksh/
H A Dsyn.c31 int start_line; /* line nesting began on */
286 /* empty line */ in get_command()
294 t->lineno = source->line; in get_command()
401 lno = source->line; in get_command()
722 t->lineno = source->line; in function_body()
901 nesting.start_line = source->line; in nesting_push()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSetupRoutine.cpp49 const bool line = state.isDrawLine; in generate() local
53 const int V1 = (triangle || line) ? OFFSET(Triangle, v1) : OFFSET(Triangle, v0); in generate()
54 const int V2 = triangle ? OFFSET(Triangle, v2) : (line ? OFFSET(Triangle, v1) : OFFSET(Triangle, v0)); in generate()
323 if(line) in generate()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSetupRoutine.cpp51 const bool line = state.isDrawLine; in generate() local
56 const int V1 = (triangle || line) ? OFFSET(Triangle,v1) : OFFSET(Triangle,v0); in generate()
57 const int V2 = triangle ? OFFSET(Triangle,v2) : (line ? OFFSET(Triangle,v1) : OFFSET(Triangle,v0)); in generate()
331 if(line) in generate()
/third_party/python/Lib/test/
H A Dtest_memoryio.py269 for line in memio:
270 self.assertEqual(line, buf)
275 for line in memio:
276 self.assertEqual(line, buf)
H A Dtest_zipimport.py719 f,lno,n,line = extract_tb(tb, 1)[0]
720 self.assertEqual(line, raise_src.strip())
722 f,lno,n,line = extract_stack(tb.tb_frame, 1)[0]
723 self.assertEqual(line, raise_src.strip())
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormat.java820 // While technically we are "at the start of a line" at the very beginning of the output, all
822 // Setting it false here does however suppress an unwanted leading space in single-line mode.
832 * beginning of each line of text. Indent() may be called multiple times to produce deeper
850 * method; to indicate the end of a line, call "eol()".
861 * Signifies reaching the "end of the current line" in the output. In single-line mode, this
893 * keep track of line and column numbers.
908 // The line and column numbers of the current token.
909 private int line = 0; field in TextFormat.Tokenizer
912 // The line an
1366 private final int line; global() field in TextFormat.ParseException
1380 ParseException(final int line, final int column, final String message) ParseException() argument
1422 UnknownFieldParseException( final int line, final int column, final String unknownField, final String message) UnknownFieldParseException() argument
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DTextFormatTest.java1566 int line, in assertLocation()
1571 TextFormatParseLocation expected = TextFormatParseLocation.create(line, column); in assertLocation()
1573 } else if (line != -1 && column != -1) { in assertLocation()
1576 "Tree/descriptor/fieldname did not contain index %d, line %d column %d expected", in assertLocation()
1577 index, line, column)); in assertLocation()
1561 assertLocation( TextFormatParseInfoTree tree, final Descriptor descriptor, final String fieldName, int index, int line, int column) assertLocation() argument
/third_party/libabigail/tests/lib/
H A Dcatch.hpp231 // https://gcc.gnu.org/onlinedocs/gcc-4.8.2/libstdc++/api/a01053_source.html line 2812-2813
469 #define INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) name##line
470 #define INTERNAL_CATCH_UNIQUE_NAME_LINE( name, line ) INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line )
508 line( _line ) in line() function
521 std::size_t line; member
3083 // out-of-line to avoid including stdexcept in the header
3086 // out-of-line to avoid including stdexcept in the header
5967 static char line[CATCH_CONFIG_CONSOLE_WIDT
[all...]
/kernel/linux/linux-5.10/arch/sparc/lib/
H A DM7memcpy.S66 * lines from memory. But pre-store first element of each cache line
67 * ST_CHUNK lines in advance of the rest of that cache line. That
126 * line as "least recently used" which means if many threads are
130 * marks the cache line as "most recently used" for all
131 * but the last cache line
435 ! line (similar to prefetching) to avoid overfilling STQ or miss buffers.
437 ! Initial stores using MRU version of BIS to keep cache line in
438 ! cache until we are ready to store final element of cache line.
444 ! We use STORE_MRU_ASI for the first seven stores to each cache line
446 ! mixed approach reduces the probability that the cache line i
[all...]
/kernel/linux/linux-6.6/arch/sparc/lib/
H A DM7memcpy.S66 * lines from memory. But pre-store first element of each cache line
67 * ST_CHUNK lines in advance of the rest of that cache line. That
126 * line as "least recently used" which means if many threads are
130 * marks the cache line as "most recently used" for all
131 * but the last cache line
435 ! line (similar to prefetching) to avoid overfilling STQ or miss buffers.
437 ! Initial stores using MRU version of BIS to keep cache line in
438 ! cache until we are ready to store final element of cache line.
444 ! We use STORE_MRU_ASI for the first seven stores to each cache line
446 ! mixed approach reduces the probability that the cache line i
[all...]
/kernel/linux/linux-5.10/drivers/misc/altera-stapl/
H A Daltera.c142 u32 size, line, lines, linebits, value, j, k; in altera_export_bool_array() local
149 for (line = 0; line < lines; ++line) { in altera_export_bool_array()
150 if (line < (lines - 1)) { in altera_export_bool_array()
153 offset = count - ((line + 1) * HEX_LINE_BITS); in altera_export_bool_array()
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dims-pcu.c1754 struct usb_cdc_line_coding *line = (void *)pcu->cmd_buf; in ims_pcu_line_setup() local
1757 memset(line, 0, sizeof(*line)); in ims_pcu_line_setup()
1758 line->dwDTERate = cpu_to_le32(57600); in ims_pcu_line_setup()
1759 line->bDataBits = 8; in ims_pcu_line_setup()
1765 line, sizeof(struct usb_cdc_line_coding), in ims_pcu_line_setup()
1768 dev_err(pcu->dev, "Failed to set line coding, error: %d\n", in ims_pcu_line_setup()
1779 dev_err(pcu->dev, "Failed to set line state, error: %d\n", in ims_pcu_line_setup()
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/
H A Dcx23885-core.c68 * 1 line = 16 bytes of CDT
543 "line / byte", in cx23885_sram_channel_dump()
1137 unsigned int line, todo, sol; in cx23885_risc_field() local
1152 for (line = 0; line < lines; line++) { in cx23885_risc_field()
1158 if (lpi && line > 0 && !(line % lpi)) in cx23885_risc_field()
1213 one write per scan line + syncs + jump (all 2 dwords). Padding in cx23885_risc_buffer()
1250 one write per scan line in cx23885_risc_databuffer()
[all...]
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dpch_uart.c250 * @line_no: UART port line number (0, 1, 2...)
314 "PCH EG20T port[%d] regs:\n", priv->port.line); in port_show_regs()
707 param->chan_id = priv->port.line * 2; /* Tx = 0, 2, 4, ... */ in pch_request_dma()
722 param->chan_id = priv->port.line * 2 + 1; /* Rx = Tx + 1 */ in pch_request_dma()
1782 priv->port.line = board->line_no; in pch_uart_init_port()
1788 priv->port.line); in pch_uart_init_port()
1844 pch_uart_ports[priv->port.line] = NULL; in pch_uart_pci_remove()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dsmscufx.c816 int line; in ufx_raw_rect() local
842 for (line = 0; line < height; line++) { in ufx_raw_rect()
843 const int line_offset = dev->info->fix.line_length * (y + line); in ufx_raw_rect()
845 memcpy(&cmd[(24 + (packed_line_len * line)) / 2], in ufx_raw_rect()
871 /* assume we have enough space to transfer at least one line */ in ufx_handle_damage()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_rdma.c326 int line, item, offset; in qed_rdma_bmap_free() local
333 "%s bitmap not free - size=%d, weight=%d, 512 bits per line\n", in qed_rdma_bmap_free()
337 for (item = 0, line = 0; line < last_line; line++, item += 8) in qed_rdma_bmap_free()
340 "line 0x%04x: 0x%016llx 0x%016llx 0x%016llx 0x%016llx 0x%016llx 0x%016llx 0x%016llx 0x%016llx\n", in qed_rdma_bmap_free()
341 line, in qed_rdma_bmap_free()
350 /* print last unaligned non-zero line, if any */ in qed_rdma_bmap_free()
354 offset = sprintf(str_last_line, "line 0x%04x: ", line); in qed_rdma_bmap_free()
[all...]

Completed in 47 milliseconds

1...<<161162163164165166167168169170>>...217