/kernel/linux/linux-6.6/drivers/misc/altera-stapl/ |
H A D | altera.c | 142 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-6.6/drivers/video/fbdev/ |
H A D | smscufx.c | 819 int line; in ufx_raw_rect() local 845 for (line = 0; line < height; line++) { in ufx_raw_rect() 846 const int line_offset = dev->info->fix.line_length * (y + line); in ufx_raw_rect() 848 memcpy(&cmd[(24 + (packed_line_len * line)) / 2], in ufx_raw_rect() 874 /* assume we have enough space to transfer at least one line */ in ufx_handle_damage()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/ |
H A D | cx23885-core.c | 68 * 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() 1251 one write per scan line in cx23885_risc_databuffer() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/stm/ |
H A D | ltdc.c | 101 #define LTDC_L1CFBLNR (ldev->caps.layer_regs[15]) /* L1 color frame buffer line number */ 105 #define LTDC_L1AFBLNR (ldev->caps.layer_regs[19]) /* L1 auxiliary frame buffer line number */ 382 0xb4, /* L1 color frame buffer line number */ 410 0xb4, /* L1 color frame buffer line number */ 414 0xc4, /* L1 auxiliary frame buffer line number */ 438 0x13c, /* L1 color frame buffer line number */ 442 0x14c, /* L1 auxiliary frame buffer line number */ 1067 int line, vactive_start, vactive_end, vtotal; in ltdc_crtc_get_scanout_position() local 1076 * - line < vactive_start: vpos = line in ltdc_crtc_get_scanout_position() [all...] |
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | ims-pcu.c | 1754 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()
|
/third_party/curl/tests/ |
H A D | servers.pm | 355 # Start a new thread/process and run the given command line in there. 594 last; # only want first line 658 foreach my $line (@data) { 659 if($line =~ /WE ROOLZ: (\d+)/) { 737 last; # only want first line 944 foreach my $line (@data) { 945 if($line =~ /WE ROOLZ: (\d+)/) { 1004 foreach my $line (@data) { 1005 if($line =~ /WE ROOLZ: (\d+)/) {
|
/third_party/ffmpeg/libavcodec/ |
H A D | webp.c | 1011 uint8_t *line; in apply_color_indexing_transform() local 1014 line = av_malloc(img->frame->linesize[0] + AV_INPUT_BUFFER_PADDING_SIZE); in apply_color_indexing_transform() 1015 if (!line) in apply_color_indexing_transform() 1020 memcpy(line, p, img->frame->linesize[0]); in apply_color_indexing_transform() 1021 init_get_bits(&gb_g, line, img->frame->linesize[0] * 8); in apply_color_indexing_transform() 1034 av_free(line); in apply_color_indexing_transform()
|
/third_party/backends/backend/ |
H A D | kvs1025_opt.c | 1369 char line[128]; in hexdump() local 1373 ptr = line; in hexdump() 1378 if (ptr != line) in hexdump() 1381 DBG (level, "%s\n", line); in hexdump() 1382 ptr = line; in hexdump() 1391 DBG (level, "%s\n", line); in hexdump()
|
H A D | teco1.c | 226 char line[128]; in hexdump() local 233 ptr = line; in hexdump() 242 if (ptr != line) in hexdump() 244 DBG (level, "%s %s\n", line, asc_buf); in hexdump() 245 ptr = line; in hexdump() 264 DBG (level, "%s %s\n", line, asc_buf); in hexdump() 338 dev->image_size = 64 * 1024; /* enough for 1 line at max res */ in teco_init() 1313 /* Always read a multiple of a line. */ in teco_fill_image() 1354 * each line. */ in teco_fill_image() 1374 /* Copy the line bac in teco_fill_image() [all...] |
H A D | tamarack.c | 867 for (s->line = 0; s->line < s->params.lines; s->line += lines_per_buffer) { in reader_process() 868 if (s->line + lines_per_buffer > s->params.lines) in reader_process() 870 lines_per_buffer = s->params.lines - s->line; in reader_process() 929 if (dev_name[0] == '#') /* ignore line comments */ in sane_init() 1388 s->line = 0; in sane_start()
|
H A D | leo.c | 153 char line[128]; in hexdump() local 160 ptr = line; in hexdump() 169 if (ptr != line) in hexdump() 171 DBG (level, "%s %s\n", line, asc_buf); in hexdump() 172 ptr = line; in hexdump() 191 DBG (level, "%s %s\n", line, asc_buf); in hexdump() 265 dev->image_size = 64 * 1024; /* enough for 1 line at max res */ in leo_init() 1022 /* Always read a multiple of a line. */ in leo_fill_image() 1056 * each line. */ in leo_fill_image() 1076 /* Copy the line bac in leo_fill_image() [all...] |
H A D | sp15c.c | 831 DBG (10, "\tbytes per line = %d\n", bytes_per_line (scanner)); in sane_start() 835 DBG (10, "\tthreshold (line art) = %d\n", scanner->threshold); in sane_start() 1360 char line[128]; in hexdump() local 1364 ptr = line; in hexdump() 1369 if (ptr != line) in hexdump() 1372 DBG (level, "%s\n", line); in hexdump() 1373 ptr = line; in hexdump() 1382 DBG (level, "%s\n", line); in hexdump() 2166 * until we have a HAPPY number of bytes in line.
|
H A D | matsushita.c | 479 char line[128]; in hexdump() local 483 ptr = line; in hexdump() 488 if (ptr != line) in hexdump() 491 DBG (level, "%s\n", line); in hexdump() 492 ptr = line; in hexdump() 501 DBG (level, "%s\n", line); in hexdump() 589 dev->image_size = 64 * 1024; /* enough for 1 line at max res */ in matsushita_init() 1732 if (dev_name[0] == '#') /* ignore line comments */ in sane_init()
|
/third_party/backends/backend/pixma/ |
H A D | pixma_bjnp.c | 196 char line[100]; /* actually only 1+8+1+8*3+1+8*3+1 = 61 bytes needed */ in bjnp_hexdump() local 209 line[0] = ' '; in bjnp_hexdump() 210 u32tohex (ofs, line + 1); in bjnp_hexdump() 211 line[9] = ':'; in bjnp_hexdump() 212 p = line + 10; in bjnp_hexdump() 225 bjnp_dbg (level, "%s\n", line); in bjnp_hexdump() 2058 /* networking=no may only occur on the first non-commented line */ in sanei_bjnp_find_devices()
|
/third_party/json/tests/src/ |
H A D | unit-deserialization.cpp | 323 CHECK_THROWS_WITH_AS(_ = json::parse(ss1), "[json.exception.parse_error.101] parse error at line 1, column 29: syntax error while parsing array - unexpected end of input; expected ']'", json::parse_error&); 346 CHECK_THROWS_WITH_AS(_ = json::parse(s), "[json.exception.parse_error.101] parse error at line 1, column 29: syntax error while parsing array - unexpected end of input; expected ']'", json::parse_error&); 370 CHECK_THROWS_WITH_AS(j << ss, "[json.exception.parse_error.101] parse error at line 1, column 29: syntax error while parsing array - unexpected end of input; expected ']'", json::parse_error&); 378 CHECK_THROWS_WITH_AS(ss >> j, "[json.exception.parse_error.101] parse error at line 1, column 29: syntax error while parsing array - unexpected end of input; expected ']'", json::parse_error&); 383 CHECK_THROWS_WITH_AS("[\"foo\",1,2,3,false,{\"one\":1}"_json, "[json.exception.parse_error.101] parse error at line 1, column 29: syntax error while parsing array - unexpected end of input; expected ']'", json::parse_error&); 595 // these cases are required for 100% line coverage 687 CHECK_THROWS_WITH_AS(_ = json::parse(std::begin(v), std::end(v)), "[json.exception.parse_error.101] parse error at line 1, column 4: syntax error while parsing value - invalid string: ill-formed UTF-8 byte; last read: '\"\x7f\xdf\x7f'", json::parse_error&); 883 CHECK_THROWS_WITH_AS(_ = json::parse(bom), "[json.exception.parse_error.101] parse error at line 1, column 4: syntax error while parsing value - unexpected end of input; expected '[', '{', or a literal", json::parse_error&); 885 CHECK_THROWS_WITH_AS(_ = json::parse(std::istringstream(bom)), "[json.exception.parse_error.101] parse error at line 1, column 4: syntax error while parsing value - unexpected end of input; expected '[', '{', or a literal", json::parse_error&); 920 CHECK_THROWS_WITH_AS(_ = json::parse(bom.substr(0, 2)), "[json.exception.parse_error.101] parse error at line 1102 std::string line; global() variable 1121 std::string line; global() variable [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_validate.cpp | 38 const char* file, unsigned line, const char* fmt, va_list args) in aco_log() 46 ralloc_asprintf_append(&msg, " In file %s:%u\n", file, line); in aco_log() 60 _aco_perfwarn(Program* program, const char* file, unsigned line, const char* fmt, ...) in _aco_perfwarn() argument 65 aco_log(program, ACO_COMPILER_DEBUG_LEVEL_PERFWARN, "ACO PERFWARN:\n", file, line, fmt, args); in _aco_perfwarn() 70 _aco_err(Program* program, const char* file, unsigned line, const char* fmt, ...) in _aco_err() argument 75 aco_log(program, ACO_COMPILER_DEBUG_LEVEL_ERROR, "ACO ERROR:\n", file, line, fmt, args); in _aco_err() 37 aco_log(Program* program, enum aco_compiler_debug_level level, const char* prefix, const char* file, unsigned line, const char* fmt, va_list args) aco_log() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | code-assembler.cc | 107 int line) { in SetInitialDebugInformation() 109 AssemblerDebugInfo debug_info = {msg, file, line}; in SetInitialDebugInformation() 110 raw_assembler_->SetCurrentExternalSourcePosition({file, line}); in SetInitialDebugInformation() 535 void CodeAssembler::SetSourcePosition(const char* file, int line) { in SetSourcePosition() argument 536 raw_assembler()->SetCurrentExternalSourcePosition({file, line}); in SetSourcePosition() 1573 {debug_info.file, debug_info.line}); in Bind() 105 SetInitialDebugInformation(const char* msg, const char* file, int line) SetInitialDebugInformation() argument
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/ |
H A D | main.go | 817 // Make the encoder create a new-line and space-based indents for each field 980 line := lines[0] 981 if line != "" { 982 sb.WriteString(fmt.Sprintf(" • %d occurrences: %v: %v\n", f.count, f.status, line)) 1458 for _, line := range strings.Split(n.Err, "\n") { 1459 if line != "" { 1460 sb.WriteString(fmt.Sprintf(" %v\n", line))
|
/third_party/pcre2/pcre2/ |
H A D | RunGrepTest.bat | 315 (pushd %srcdir% & %pcre2grep% --line-offsets "before|zero|after" ./testdata/grepinput & popd) >>testtrygrep
536 (pushd %srcdir% & %pcre2grep% --line-offsets "(?<=\Ka)" %builddir%\testtemp1grep & popd) >>testtrygrep 2>&1
552 (pushd %srcdir% & %pcre2grep% --line-offsets -M "match (\d+):\n (.)\n" testdata/grepinput & popd) >>testtrygrep
612 (pushd %srcdir% & %pcre2grep% --line-offsets -u --newline=any "(?<=\K\x{17f})" ./testdata/grepinput8 & popd) >>testtrygrep
625 :: is not \n. Do not use exported files, whose line endings might be changed.
682 call :checkspecial "--line-buffered --colour=auto abc nul" 1 || exit /b 1
|
/third_party/skia/third_party/externals/freetype/src/smooth/ |
H A D | ftgrays.c | 62 * from straight line becomes much smaller than a pixel. Therefore, the 105 /* The size in bytes of the render pool used by the scan-line converter */ 207 int line, in FT_Throw() 211 FT_UNUSED( line ); in FT_Throw() 383 /* Calculating coverages for a slanted line requires a division each */ 384 /* time the line crosses from cell to cell. These macros speed up */ 387 /* each slanted line. Nevertheless, these divisions are noticeable */ 729 * Render a given line as a series of scanlines. 761 /* vertical line - avoid calling gray_render_scanline */ in gray_render_line() 867 * Render a straight line acros 206 FT_Throw( int error, int line, const char* file ) FT_Throw() argument 1490 unsigned char* line = ras.target.origin - ras.target.pitch * y; gray_sweep() local [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | x_fline.S | 10 | must be a real F-line exception.
|
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | cdomain.py | 234 line=self.lineno)
|
H A D | kernel_include.py | 94 # HINT: this is the only line I had to change / commented out: 116 startline = self.options.get('start-line', None) 117 endline = self.options.get('end-line', None) 128 # and no restrictions on matching inside lines vs. line boundaries 156 literal_block.line = 1
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | x_fline.S | 10 | must be a real F-line exception.
|
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | kernel_include.py | 97 # HINT: this is the only line I had to change / commented out: 119 startline = self.options.get('start-line', None) 120 endline = self.options.get('end-line', None) 131 # and no restrictions on matching inside lines vs. line boundaries 159 literal_block.line = 1
|