/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe-170.c | 222 static void vfe_wm_start(struct vfe_device *vfe, u8 wm, struct vfe_line *line) in vfe_wm_start() argument 272 struct vfe_line *line) in vfe_wm_update() 275 &line->video_out.active_fmt.fmt.pix_mp; in vfe_wm_update() 338 * @irq: Interrupt line 401 static int vfe_get_output(struct vfe_line *line) in vfe_get_output() argument 403 struct vfe_device *vfe = to_vfe(line); in vfe_get_output() 410 output = &line->output; in vfe_get_output() 418 wm_idx = vfe_reserve_wm(vfe, line->id); in vfe_get_output() 440 static int vfe_enable_output(struct vfe_line *line) in vfe_enable_output() argument 442 struct vfe_device *vfe = to_vfe(line); in vfe_enable_output() 271 vfe_wm_update(struct vfe_device *vfe, u8 wm, u32 addr, struct vfe_line *line) vfe_wm_update() argument 496 vfe_disable_output(struct vfe_line *line) vfe_disable_output() argument 518 vfe_enable(struct vfe_line *line) vfe_enable() argument 563 vfe_disable(struct vfe_line *line) vfe_disable() argument 620 struct vfe_line *line = &vfe->line[vfe->wm_output_map[wm]]; vfe_isr_wm_done() local 717 struct vfe_line *line = container_of(vid, struct vfe_line, video_out); vfe_queue_buffer() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | jpeg2000dwt.c | 100 int *line = s->i_linebuf; in dwt_encode53() local 101 line += 3; in dwt_encode53() 112 l = line + mv; in dwt_encode53() 119 sd_1d53(line, mv, mv + lv); in dwt_encode53() 129 l = line + mh; in dwt_encode53() 136 sd_1d53(line, mh, mh + lh); in dwt_encode53() 175 float *line = s->f_linebuf; in dwt_encode97_float() local 176 line += 5; in dwt_encode97_float() 187 l = line + mh; in dwt_encode97_float() 194 sd_1d97_float(line, m in dwt_encode97_float() 253 int *line = s->i_linebuf; dwt_encode97_int() local 329 int32_t *line = s->i_linebuf; dwt_decode53() local 405 float *line = s->f_linebuf; dwt_decode97_float() local 484 int32_t *line = s->i_linebuf; dwt_decode97_int() local [all...] |
/third_party/eudev/hm_src/ |
H A D | log.c | 13 int log_oom_internal(const char *file, int line, const char *func) in log_oom_internal() argument 18 void log_assert_failed(const char *text, const char *file, int line, const char *func) in log_assert_failed() argument 23 void log_assert_failed_unreachable(const char *text, const char *file, int line, const char *func) in log_assert_failed_unreachable() argument 28 int log_meta(int level, const char*file, int line, const char *func, const char *format, ...) in log_meta() argument 33 int log_metav(int level, const char*file, int line, const char *func, const char *format, va_list ap) in log_metav() argument 42 int line, in log_internal() 38 log_internal( int level, int error, const char *file, int line, const char *func, const char *format, ...) log_internal() argument
|
/third_party/python/Tools/scripts/ |
H A D | fixps.py | 18 line = f.readline() 19 if not re.match('^#! */usr/local/bin/python', line): 23 line = re.sub('/usr/local/bin/python', 24 '/usr/bin/env python', line) 25 print(filename, ':', repr(line)) 27 f.write(line)
|
/third_party/skia/docs/examples/ |
H A D | Path_isLine.cpp | 8 SkPoint line[2]; in REG_FIDDLE() 9 if (path.isLine(line)) { in REG_FIDDLE() 10 SkDebugf("%s is line (%1.8g,%1.8g) (%1.8g,%1.8g)\n", prefix, in REG_FIDDLE() 11 line[0].fX, line[0].fY, line[1].fX, line[1].fY); in REG_FIDDLE() 13 SkDebugf("%s is not line\n", prefix); in REG_FIDDLE() 19 debugster("zero line", path); in REG_FIDDLE() 23 debugster("line", pat in REG_FIDDLE() [all...] |
/third_party/gn/src/base/ |
H A D | logging.cc | 143 LogMessage::LogMessage(const char* file, int line, LogSeverity severity) in LogMessage() argument 145 Init(file, line); in LogMessage() 148 LogMessage::LogMessage(const char* file, int line, const char* condition) in LogMessage() argument 150 Init(file, line); in LogMessage() 154 LogMessage::LogMessage(const char* file, int line, std::string* result) in LogMessage() argument 156 Init(file, line); in LogMessage() 162 int line, in LogMessage() 166 Init(file, line); in LogMessage() 190 void LogMessage::Init(const char* file, int line) { in Init() argument 227 stream_ << ":" << filename << "(" << line << ")] "; in Init() local 161 LogMessage(const char* file, int line, LogSeverity severity, std::string* result) LogMessage() argument 268 Win32ErrorLogMessage(const char* file, int line, LogSeverity severity, SystemErrorCode err) Win32ErrorLogMessage() argument 278 ErrnoLogMessage(const char* file, int line, LogSeverity severity, SystemErrorCode err) ErrnoLogMessage() argument 322 LogErrorNotReached(const char* file, int line) LogErrorNotReached() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UnicodeRegex.java | 207 * multiple lines, but there can't be multiple statements on a line. 208 * A hash quotes to the end of the line. 301 String line = in.readLine(); 302 if (line == null) break; 303 result.add(line); 384 for (String line : lines) { 387 if (line.length() == 0) continue; 388 if (line.charAt(0) == '\uFEFF') line = line [all...] |
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ |
H A D | CleanOutputDirectoryTask.java | 55 // If present in the header of a file, this line is used to determine that the file was 59 // Once there's been an ICU release with this line included in the headers of all data 60 // files, we can remove the fallback and just test for this line and nothing else. 76 // For now assume that the generated label is the last line of the header. in CleanOutputDirectoryTask() 78 "Expected last line of %s header file to be:\n\t%s", HEADER_FILE, WAS_GENERATED_LABEL); in CleanOutputDirectoryTask() 259 String line = fileReader.readLine(); in wasFileAutoGenerated() 263 if (line == null) { in wasFileAutoGenerated() 267 int headerStart = skipComment(line); in wasFileAutoGenerated() 272 if (matchesToEndOfLine(line, headerStart, WAS_GENERATED_LABEL)) { in wasFileAutoGenerated() 286 // Check the next header line (no in wasFileAutoGenerated() 297 matchesToEndOfLine(String line, int start, String expected) matchesToEndOfLine() argument 302 skipComment(String line) skipComment() argument 313 toCommentStart(String line, int offset) toCommentStart() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UnicodeRegex.java | 207 * multiple lines, but there can't be multiple statements on a line. 208 * A hash quotes to the end of the line. 301 String line = in.readLine(); 302 if (line == null) break; 303 result.add(line); 379 for (String line : lines) { 382 if (line.length() == 0) continue; 383 if (line.charAt(0) == '\uFEFF') line = line [all...] |
/third_party/mbedtls/tests/src/ |
H A D | helpers.c | 180 void mbedtls_test_get_line1(char *line) in mbedtls_test_get_line1() argument 186 memcpy(line, mbedtls_test_info.line1, MBEDTLS_TEST_LINE_LENGTH); in mbedtls_test_get_line1() 193 static void mbedtls_test_set_line1_internal(const char *line) in mbedtls_test_set_line1_internal() argument 198 if (line == NULL) { in mbedtls_test_set_line1_internal() 201 memcpy(mbedtls_test_info.line1, line, MBEDTLS_TEST_LINE_LENGTH); in mbedtls_test_set_line1_internal() 205 void mbedtls_test_get_line2(char *line) in mbedtls_test_get_line2() argument 211 memcpy(line, mbedtls_test_info.line2, MBEDTLS_TEST_LINE_LENGTH); in mbedtls_test_get_line2() 218 static void mbedtls_test_set_line2_internal(const char *line) in mbedtls_test_set_line2_internal() argument 223 if (line == NULL) { in mbedtls_test_set_line2_internal() 226 memcpy(mbedtls_test_info.line2, line, MBEDTLS_TEST_LINE_LENGT in mbedtls_test_set_line2_internal() 664 mbedtls_test_err_add_check(int high, int low, const char *file, int line) mbedtls_test_err_add_check() argument [all...] |
/third_party/toybox/toys/pending/ |
H A D | crontab.c | 35 static char *omitspace(char *line) in omitspace() argument 37 while (*line == ' ' || *line == '\t') line++; in omitspace() 38 return line; in omitspace() 118 char *line = NULL; in parse_crontab() local 122 for (lno = 1; (len = getline(&line, &allocated_length, fp)) > 0; lno++) { in parse_crontab() 123 char *name, *val, *tokens[5] = {0,}, *ptr = line; in parse_crontab() 126 if (line[len - 1] == '\n') line[ in parse_crontab() [all...] |
/third_party/icu/tools/colprobe/ |
H A D | colprobe.cpp | 67 #include "line.h" 163 void deleteLineElement(void *line) { in deleteLineElement() argument 164 delete((Line *)line); in deleteLineElement() 246 // ASCII based options specified on the command line in processArgs() 330 void escapeALine(Line *line, UFILE *file) { in escapeALine() argument 331 escapeString(line->name, line->len, file); in escapeALine() 334 void escapeExpansion(Line *line, UFILE *file) { in escapeExpansion() argument 335 escapeString(line->expansionString, line in escapeExpansion() 338 showNames(Line *line, UFILE *file) showNames() argument 514 printStrength(Line *line, UFILE *file) printStrength() argument 518 printLine(Line *line, UFILE *file) printLine() argument 532 Line *line = NULL; printOrdering() local 571 Line *line = *(lines+i); setIndexes() local 582 noteExpansion(Line **gLines, Line *line, int32_t size, CompareFn comparer) noteExpansion() argument 628 Line *line = NULL; positionExpansions() local 739 noteExpansion(Line *line) noteExpansion() argument 766 noteContraction(Line *line) noteContraction() argument 779 noteElement(Line *line) noteElement() argument 1126 isTailored(Line *line, UErrorCode &status) isTailored() argument [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | log.c | 129 uint16_t line[LINE_SZ]; in win_console_puts() local 132 uint16_t *buf = line; in win_console_puts() 145 WriteConsoleW(con, line, nb_chars, &written, NULL); in win_console_puts() 247 static void sanitize(uint8_t *line){ in sanitize() argument 248 while(*line){ in sanitize() 249 if(*line < 0x08 || (*line > 0x0D && *line < 0x20)) in sanitize() 250 *line='?'; in sanitize() 251 line in sanitize() 330 av_log_format_line(void *ptr, int level, const char *fmt, va_list vl, char *line, int line_size, int *print_prefix) av_log_format_line() argument 336 av_log_format_line2(void *ptr, int level, const char *fmt, va_list vl, char *line, int line_size, int *print_prefix) av_log_format_line2() argument 354 char line[LINE_SZ]; av_log_default_callback() local [all...] |
/third_party/ltp/scripts/ |
H A D | checkbashisms.pl | 60 ## handle command-line options 104 while (my $line = <STDIN>) { 105 print $tmp_fh $line; 148 if ($. == 1) { # This should be an interpreter line 172 "script $display_filename does not appear to have a \#! interpreter line;\nyou may get strange results\n"; 179 # We want to remove end-of-line comments, so need to skip 183 # Remove comments in the "quoted" part of a line that starts 211 # eat it. In either case, swap the unmodified script line 220 # Handle line continuation 244 # continuation line befor [all...] |
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | _capi.py | 113 def _parse_line(line, prev=None): 114 last = line 118 line = prev + line 119 m = CAPI_RE.match(line) 121 if not prev and line.startswith('static inline '): 122 return line # the new "prev" 123 #if 'PyAPI_' in line or '#define ' in line or ' define ' in line [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ConstantUnion.cpp | 20 float CheckedSum(float lhs, float rhs, TDiagnostics *diag, const TSourceLoc &line) in CheckedSum() argument 25 diag->warning(line, "Constant folded undefined addition generated NaN", "+"); in CheckedSum() 29 diag->warning(line, "Constant folded addition overflowed to infinity", "+"); in CheckedSum() 34 float CheckedDiff(float lhs, float rhs, TDiagnostics *diag, const TSourceLoc &line) in CheckedDiff() argument 39 diag->warning(line, "Constant folded undefined subtraction generated NaN", "-"); in CheckedDiff() 43 diag->warning(line, "Constant folded subtraction overflowed to infinity", "-"); in CheckedDiff() 48 float CheckedMul(float lhs, float rhs, TDiagnostics *diag, const TSourceLoc &line) in CheckedMul() argument 53 diag->warning(line, "Constant folded undefined multiplication generated NaN", "*"); in CheckedMul() 57 diag->warning(line, "Constant folded multiplication overflowed to infinity", "*"); in CheckedMul() 409 const TSourceLoc &line) in add() 406 add(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) add() argument 441 sub(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) sub() argument 476 mul(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) mul() argument 532 rshift(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) rshift() argument 638 lshift(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) lshift() argument [all...] |
H A D | ParseContext.h | 100 const TSourceLoc &line); 111 bool parseVectorFields(const TSourceLoc &line, 116 void assignError(const TSourceLoc &line, const char *op, const TType &left, const TType &right); 117 void unaryOpError(const TSourceLoc &line, const char *op, const TType &operand); 118 void binaryOpError(const TSourceLoc &line, 125 bool checkIsNotReserved(const TSourceLoc &line, const ImmutableString &identifier); 126 void checkPrecisionSpecified(const TSourceLoc &line, TPrecision precision, TBasicType type); 127 bool checkCanBeLValue(const TSourceLoc &line, const char *op, TIntermTyped *node); 130 bool checkIsAtGlobalLevel(const TSourceLoc &line, const char *token); 131 bool checkConstructorArguments(const TSourceLoc &line, [all...] |
/third_party/skia/tests/ |
H A D | PathOpsAngleTest.cpp | 39 SkDLine line = {{{0, 0}, {ran.nextRangeF(0.0001f, 1000), ran.nextRangeF(0.0001f, 1000)}}}; in DEF_TEST() local 42 SkDPoint dPt = line.ptAtT(t); in DEF_TEST() 49 float p1 = SkDoubleToScalar(line[1].fX * test.fY); in DEF_TEST() 50 float p2 = SkDoubleToScalar(line[1].fY * test.fX); in DEF_TEST() 55 SkDebugf("line={{0, 0}, {%1.7g, %1.7g}} t=%1.7g pt={%1.7g, %1.7g}" in DEF_TEST() 57 line[1].fX, line[1].fY, t, test.fX, test.fY, epsilon); in DEF_TEST() 74 SkDLine line = {{{0, 0}, {ran.nextRangeF(0.0001f, 1000), ran.nextRangeF(0.0001f, 1000)}}}; in DEF_TEST() local 76 SkDPoint dPt = line.ptAtT(t); in DEF_TEST() 78 SkDPoint qPt = line in DEF_TEST() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | os-area.c | 307 int line) in _dump_header() 312 pr_debug("%s:%d: h.magic_num: '%s'\n", func, line, in _dump_header() 314 pr_debug("%s:%d: h.hdr_version: %u\n", func, line, in _dump_header() 316 pr_debug("%s:%d: h.db_area_offset: %u\n", func, line, in _dump_header() 318 pr_debug("%s:%d: h.ldr_area_offset: %u\n", func, line, in _dump_header() 320 pr_debug("%s:%d: h.ldr_format: %u\n", func, line, in _dump_header() 322 pr_debug("%s:%d: h.ldr_size: %xh\n", func, line, in _dump_header() 328 int line) in _dump_params() 330 pr_debug("%s:%d: p.boot_flag: %u\n", func, line, p->boot_flag); in _dump_params() 331 pr_debug("%s:%d: p.num_params: %u\n", func, line, in _dump_params() 306 _dump_header(const struct os_area_header *h, const char *func, int line) _dump_header() argument 327 _dump_params(const struct os_area_params *p, const char *func, int line) _dump_params() argument 526 _dump_db(const struct os_area_db *db, const char *func, int line) _dump_db() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/ |
H A D | os-area.c | 305 int line) in _dump_header() 310 pr_debug("%s:%d: h.magic_num: '%s'\n", func, line, in _dump_header() 312 pr_debug("%s:%d: h.hdr_version: %u\n", func, line, in _dump_header() 314 pr_debug("%s:%d: h.db_area_offset: %u\n", func, line, in _dump_header() 316 pr_debug("%s:%d: h.ldr_area_offset: %u\n", func, line, in _dump_header() 318 pr_debug("%s:%d: h.ldr_format: %u\n", func, line, in _dump_header() 320 pr_debug("%s:%d: h.ldr_size: %xh\n", func, line, in _dump_header() 326 int line) in _dump_params() 328 pr_debug("%s:%d: p.boot_flag: %u\n", func, line, p->boot_flag); in _dump_params() 329 pr_debug("%s:%d: p.num_params: %u\n", func, line, in _dump_params() 304 _dump_header(const struct os_area_header *h, const char *func, int line) _dump_header() argument 325 _dump_params(const struct os_area_params *p, const char *func, int line) _dump_params() argument 524 _dump_db(const struct os_area_db *db, const char *func, int line) _dump_db() argument [all...] |
/third_party/eudev/src/udev/ |
H A D | udevadm-hwdb.c | 425 char *line, const char *filename) { in insert_data() 429 assert(line[0] == ' '); in insert_data() 431 value = strchr(line, '='); in insert_data() 433 log_error("Warning, key-value pair expected but got \"%s\", ignoring", line); in insert_data() 441 while (isblank(line[0]) && isblank(line[1])) in insert_data() 442 line++; in insert_data() 444 if (isempty(line + 1)) { in insert_data() 446 line, value); in insert_data() 451 trie_insert(trie, trie->root, udev_list_entry_get_name(entry), line, valu in insert_data() 424 insert_data(struct trie *trie, struct udev_list *match_list, char *line, const char *filename) insert_data() argument 463 char line[LINE_MAX]; import_file() local [all...] |
/third_party/ltp/testcases/kernel/power_management/lib/ |
H A D | pm_sched_mc.py | 43 for line in cpuinfo: 44 if line.startswith('processor'): 85 for line in file_cpuinfo: 86 if line.startswith('siblings'): 87 siblings = line.split(":") 88 if line.startswith('cpu cores'): 89 cpu_cores = line.split(":") 106 for line in file_cpuinfo: 107 if line.startswith('siblings'): 108 siblings = line [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | srcline.c | 76 static char *srcline_from_fileline(const char *file, unsigned int line) in srcline_from_fileline() argument 86 if (asprintf(&srcline, "%s:%u", file, line) < 0) in srcline_from_fileline() 148 unsigned line; member 237 &a2l->line); in find_address_in_section() 296 srcline = srcline_from_fileline(a2l->filename, a2l->line); in inline_list__append_dso_a2l() 302 char **file, unsigned int *line, struct dso *dso, in addr2line() 335 &a2l->funcname, &a2l->line) && in addr2line() 355 if (line) in addr2line() 356 *line = a2l->line; in addr2line() 301 addr2line(const char *dso_name, u64 addr, char **file, unsigned int *line, struct dso *dso, bool unwind_inlines, struct inline_node *node, struct symbol *sym) addr2line() argument 517 char *line = NULL; read_addr2line_record() local 822 unsigned line = 0; __get_srcline() local 867 get_srcline_split(struct dso *dso, u64 addr, unsigned *line) get_srcline_split() argument [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | bootgraph.pl | 20 # "initcall_debug" passed on the kernel command line. 69 my $line = $_; 70 if ($line =~ /([0-9\.]+)\] calling ([a-zA-Z0-9\_\.]+)\+/) { 79 if ($line =~ /\@ ([0-9]+)/) { 85 if ($line =~ /([0-9\.]+)\] async_waiting @ ([0-9]+)/) { 106 if ($line =~ /([0-9\.]+)\] initcall ([a-zA-Z0-9\_\.]+)\+.*returned/) { 113 if ($line =~ /([0-9\.]+)\] async_continuing @ ([0-9]+)/) { 119 if ($line =~ /Write protecting the/) { 122 if ($line =~ /Freeing unused kernel memory/) { 130 'initcall_debug' are passed on the kernel command line [all...] |
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfsroot.c | 8 * option 17 and/or kernel command line options. 30 * Martin Mares : (2.2) "0.0.0.0" addresses from command line ignored. 40 * Gero Kuhlmann : "0.0.0.0" addresses from command line are 99 /* Parameters passed from the kernel command line */ 116 * When the "nfsrootdebug" kernel command line option is specified, 130 * command line. 137 static int __init nfs_root_setup(char *line) in nfs_root_setup() argument 141 if (line[0] == '/' || line[0] == ',' || (line[ in nfs_root_setup() [all...] |