/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | debugfs.c | 85 static bool parse_line(char **line, u32 *offs, u32 *val, int short_fmt_len, in parse_line() argument 92 token = strsep(line, "\n"); in parse_line() 132 char *line, *buf; in regs_write() local 150 line = buf; in regs_write() 151 while (parse_line(&line, &offset, &val, 2, 5)) { in regs_write() 1071 char *line = buf; in counters_write() local 1075 while (parse_line(&line, &offset, &val, 1, 4)) { in counters_write()
|
/third_party/backends/backend/ |
H A D | mustek_usb.c | 220 DBG (4, "calc_parameters: pixels per line=%d\n", s->params.pixels_per_line); in calc_parameters() 221 DBG (4, "calc_parameters: bytes per line=%d\n", s->params.bytes_per_line); in calc_parameters() 609 DBG (5, "fit_lines: getting line: dst_line=%d, src_line=%d, " in fit_lines() 694 SANE_Char line[PATH_MAX]; in sane_init() local 733 while (sanei_config_read (line, sizeof (line), fp)) in sane_init() 738 cp = sanei_config_get_string (line, &word); in sane_init() 739 if (!word || cp == line) in sane_init() 741 DBG (5, "sane_init: config file line %d: ignoring empty line\ in sane_init() [all...] |
/third_party/backends/sanei/ |
H A D | sanei_magic.c | 445 unsigned char * line = NULL; in sanei_magic_crop() local 475 line = malloc(bytes); in sanei_magic_crop() 476 if(!line){ in sanei_magic_crop() 477 DBG (5, "sanei_magic_crop: no line\n"); in sanei_magic_crop() 483 memcpy(line, buffer + i*bwidth + left, bytes); in sanei_magic_crop() 484 memcpy(buffer + pos, line, bytes); in sanei_magic_crop() 494 if(line) in sanei_magic_crop() 495 free(line); in sanei_magic_crop() 547 /* find best top line */ in sanei_magic_findSkew() 563 /* find best left line, perpendicula in sanei_magic_findSkew() [all...] |
/third_party/libuv/test/ |
H A D | test-tty-escape-sequence-processing.c | 230 /* beginning of line */ in make_expect_screen_erase() 239 /* erase to end of line */ in make_expect_screen_erase() 258 /* erase to end of line */ in make_expect_screen_erase() 303 int line, col; in compare_screen() local 321 line = current / actual->si.width + 1; in compare_screen() 322 col = current - actual->si.width * (line - 1) + 1; in compare_screen() 324 "line:%d col:%d expected character '%c' but found '%c'\n", in compare_screen() 325 line, in compare_screen() 332 line = current / actual->si.width + 1; in compare_screen() 333 col = current - actual->si.width * (line in compare_screen() [all...] |
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
H A D | glcpp-parse.y | 222 | input line 225 line: label 249 _mesa_string_buffer_printf(parser->output, "#line %" PRIiMAX "\n", $2); 257 "#line %" PRIiMAX " %" PRIiMAX "\n", 264 "#line %" PRIiMAX " %s\n", 533 glcpp_error(& @1, parser, "#version must appear on the first line"); 539 glcpp_error(& @1, parser, "#version must appear on the first line"); 1956 int line) 1979 return _token_list_create_with_one_integer(parser, line); 2105 int line; [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | DawnTest.cpp | 1057 int line, 1074 deferred.line = line; 1088 int line, 1125 deferred.line = line; 1516 result << " Expectation created at " << expectation.file << ":" << expectation.line
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | genutil.py | 47 lines = [indentStr + line for line in lines] 48 lines = [ ["", line][line.strip() != ""] for line in lines] 96 repl = "\n".join(["%s%s" % (ws, line) for line in value.split("\n")]) 99 s = s[:start] + s[end+1:] # drop the whole line
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
H A D | genutil.py | 47 lines = [indentStr + line for line in lines] 48 lines = [ ["", line][line.strip() != ""] for line in lines] 96 repl = "\n".join(["%s%s" % (ws, line) for line in value.split("\n")]) 99 s = s[:start] + s[end+1:] # drop the whole line
|
/kernel/linux/linux-6.6/kernel/printk/ |
H A D | printk.c | 11 * elsewhere, in preparation for a serial line console (someday). 193 * Sysctl cannot change it anymore. The kernel command line setting of in control_devkmsg() 367 * Array of consoles built from command line options (console=) 418 * record.text_buf = "it's a line" (unterminated) 433 * /dev/kmsg exports the structured data in the following line format: 727 char *buf, *line; in devkmsg_write() local 767 line = buf; in devkmsg_write() 768 if (line[0] == '<') { in devkmsg_write() 772 u = simple_strtoul(line + 1, &endp, 10); in devkmsg_write() 778 line in devkmsg_write() 4137 kmsg_dump_get_line(struct kmsg_dump_iter *iter, bool syslog, char *line, size_t size, size_t *len) kmsg_dump_get_line() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.cpp | 273 std::string line; in generateVertexShader() local 275 while (std::getline(opSrc, line)) in generateVertexShader() 276 src << "\t" << line << "\n"; in generateVertexShader() local 488 std::string line; in generateGeometryShader() local 490 while (std::getline(opSrc, line)) in generateGeometryShader() 491 src << "\t" << line << "\n"; in generateGeometryShader() local 561 std::string line; in generateFragmentShader() local 563 while (std::getline(opSrc, line)) in generateFragmentShader() 564 src << "\t" << line << "\n"; in generateFragmentShader() local 1755 std::string line; in generateExecBufferIo() local 1758 src << "\\t" << line << "\\n"; generateExecBufferIo() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrConversionTests.cpp | 1028 std::ostringstream line; in textureConversionTest() local 1036 line << ", "; in textureConversionTest() 1040 line << "(" << std::setfill(' ') << std::setw(5) << gChannelAccess.getChannelUint(IVec3(wrappedJ, wrappedK, 0)) in textureConversionTest() 1043 log << TestLog::Message << " " << line.str() << TestLog::EndMessage; in textureConversionTest() 1059 std::ostringstream line; in textureConversionTest() local 1067 line << ", "; in textureConversionTest() 1071 line << "(" << std::setfill(' ') << std::setw(5) << rChannelAccess.getChannelUint(IVec3(wrappedJ, wrappedK, 0)) in textureConversionTest() 1074 log << TestLog::Message << " " << line.str() << TestLog::EndMessage; in textureConversionTest() 1087 std::ostringstream line; in textureConversionTest() local 1095 line << ", "; in textureConversionTest() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.cpp | 273 std::string line; in generateVertexShader() local 275 while (std::getline(opSrc, line)) in generateVertexShader() 276 src << "\t" << line << "\n"; in generateVertexShader() local 488 std::string line; in generateGeometryShader() local 490 while (std::getline(opSrc, line)) in generateGeometryShader() 491 src << "\t" << line << "\n"; in generateGeometryShader() local 561 std::string line; in generateFragmentShader() local 563 while (std::getline(opSrc, line)) in generateFragmentShader() 564 src << "\t" << line << "\n"; in generateFragmentShader() local 1755 std::string line; in generateExecBufferIo() local 1758 src << "\\t" << line << "\\n"; generateExecBufferIo() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrConversionTests.cpp | 955 std::ostringstream line; in textureConversionTest() local 963 line << ", "; in textureConversionTest() 967 line << "(" << std::setfill(' ') << std::setw(5) << gChannelAccess.getChannelUint(IVec3(wrappedJ, wrappedK, 0)) in textureConversionTest() 970 log << TestLog::Message << " " << line.str() << TestLog::EndMessage; in textureConversionTest() 986 std::ostringstream line; in textureConversionTest() local 994 line << ", "; in textureConversionTest() 998 line << "(" << std::setfill(' ') << std::setw(5) << rChannelAccess.getChannelUint(IVec3(wrappedJ, wrappedK, 0)) in textureConversionTest() 1001 log << TestLog::Message << " " << line.str() << TestLog::EndMessage; in textureConversionTest() 1014 std::ostringstream line; in textureConversionTest() local 1022 line << ", "; in textureConversionTest() [all...] |
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | synclink_gt.c | 230 int line; /* tty line instance number */ member 569 * line discipline callback wrappers 571 * The wrappers maintain line discipline references 572 * while calling into the line discipline. 574 * ldisc_receive_buf - pass receive data to line discipline 595 int retval, line; in open() local 598 line = tty->index; in open() 599 if (line >= slgt_device_count) { in open() 600 DBGERR(("%s: open with invalid line # in open() 1532 sync_serial_settings __user *line = ifr->ifr_settings.ifs_ifsu.sync; hdlcdev_ioctl() local [all...] |
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | inode.c | 409 unsigned int line, in __check_block_validity() 417 ext4_error_inode(inode, func, line, map->m_pblk, in __check_block_validity() 4784 unsigned int line) in __ext4_iget() 4805 __ext4_error(sb, function, line, false, EFSCORRUPTED, 0, in __ext4_iget() 4816 ext4_error_inode(inode, function, line, 0, err_str); in __ext4_iget() 4842 ext4_error_inode(inode, function, line, 0, in __ext4_iget() 4868 ext4_error_inode_err(inode, function, line, 0, in __ext4_iget() 4908 ext4_error_inode(inode, function, line, 0, in __ext4_iget() 4931 ext4_error_inode(inode, function, line, 0, in __ext4_iget() 4943 ext4_error_inode(inode, function, line, in __ext4_iget() 408 __check_block_validity(struct inode *inode, const char *func, unsigned int line, struct ext4_map_blocks *map) __check_block_validity() argument 4782 __ext4_iget(struct super_block *sb, unsigned long ino, ext4_iget_flags flags, const char *function, unsigned int line) __ext4_iget() argument 5989 __ext4_mark_inode_dirty(handle_t *handle, struct inode *inode, const char *func, unsigned int line) __ext4_mark_inode_dirty() argument [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | inode.c | 378 unsigned int line, in __check_block_validity() 386 ext4_error_inode(inode, func, line, map->m_pblk, in __check_block_validity() 4684 unsigned int line) in __ext4_iget() 4710 __ext4_error(sb, function, line, false, EFSCORRUPTED, 0, in __ext4_iget() 4721 ext4_error_inode(inode, function, line, 0, err_str); in __ext4_iget() 4747 ext4_error_inode(inode, function, line, 0, in __ext4_iget() 4773 ext4_error_inode_err(inode, function, line, 0, in __ext4_iget() 4813 ext4_error_inode(inode, function, line, 0, in __ext4_iget() 4836 ext4_error_inode(inode, function, line, 0, in __ext4_iget() 4848 ext4_error_inode(inode, function, line, in __ext4_iget() 377 __check_block_validity(struct inode *inode, const char *func, unsigned int line, struct ext4_map_blocks *map) __check_block_validity() argument 4682 __ext4_iget(struct super_block *sb, unsigned long ino, ext4_iget_flags flags, const char *function, unsigned int line) __ext4_iget() argument 5922 __ext4_mark_inode_dirty(handle_t *handle, struct inode *inode, const char *func, unsigned int line) __ext4_mark_inode_dirty() argument [all...] |
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | synclink_gt.c | 226 int line; /* tty line instance number */ member 560 * line discipline callback wrappers 562 * The wrappers maintain line discipline references 563 * while calling into the line discipline. 565 * ldisc_receive_buf - pass receive data to line discipline 586 int retval, line; in open() local 589 line = tty->index; in open() 590 if (line >= slgt_device_count) { in open() 591 DBGERR(("%s: open with invalid line # in open() 1524 sync_serial_settings __user *line = ifs->ifs_ifsu.sync; hdlcdev_ioctl() local [all...] |
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | jsoncpp.cpp | 974 int& line, 978 line = 0; 985 ++line; 988 ++line; 991 // column & line start at 1 993 ++line; 997 int line, column; 998 getLocationLineAndColumn(location, line, column); 1000 snprintf(buffer, sizeof(buffer), "Line %d, Column %d", line, column); 1199 getLocationLineAndColumn(Location location, int& line, in [all...] |
/base/notification/eventhandler/interfaces/inner_api/ |
H A D | inner_event.h | 48 Caller(std::string file = __builtin_FILE(), int line = __builtin_LINE(), in Caller() 50 : file_(file), line_(line), func_(func) {} in Caller() 100 * @param caller Caller info of the event, default is caller's file, func and line. 110 * @param caller Caller info of the event, default is caller's file, func and line. 121 * @param caller Caller info of the event, default is caller's file, func and line. 139 * @param caller Caller info of the event, default is caller's file, func and line. 157 * @param caller Caller info of the event, default is caller's file, func and line. 175 * @param caller Caller info of the event, default is caller's file, func and line. 193 * @param caller Caller info of the event, default is caller's file, func and line. 211 * @param caller Caller info of the event, default is caller's file, func and line [all...] |
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/utils/ |
H A D | logger.h | 57 static void SetScopeParam(int func, int line); 61 Logger(const std::string &file, const std::string &func, int line, enum LOG_LEVEL level, ...);
|
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | sharing_manager.cpp | 394 for (auto line : lines) { in GetNetworkSharingTraffic() 396 std::regex_search(line, matches, IP_RE); in GetNetworkSharingTraffic()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-stmpe.c | 410 int line = bank * 8 + bit; in stmpe_gpio_irq() local 412 line); in stmpe_gpio_irq()
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | mach-crag6410-module.c | 36 .line = S3C64XX_GPC(3), 233 .line = S3C64XX_GPN(5),
|
/kernel/linux/linux-5.10/arch/mips/ar7/ |
H A D | platform.c | 568 uart_port.line = 0; in ar7_register_uarts() 579 uart_port.line = 1; in ar7_register_uarts()
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
H A D | pgtable.h | 30 extern void __pte_error(const char *file, int line, unsigned long val); 31 extern void __pgd_error(const char *file, int line, unsigned long val);
|