Home
last modified time | relevance | path

Searched refs:line (Results 4651 - 4675 of 5502) sorted by relevance

1...<<181182183184185186187188189190>>...221

/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.c135 /* do not return the unwanted extra line at EOF */ in get_line()
878 ".GCC.command.line", /* record-gcc-switches */
2464 /* parse Module.symvers file. line format:
2469 char *buf, *pos, *line; in read_dump() local
2478 while ((line = get_line(&pos))) { in read_dump()
2484 if (!(symname = strchr(line, '\t'))) in read_dump()
2497 crc = strtoul(line, &d, 16); in read_dump()
/kernel/linux/linux-5.10/sound/core/oss/
H A Dmixer_oss.c1195 char line[128], str[32], idxstr[16]; in snd_mixer_oss_proc_write() local
1202 while (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_mixer_oss_proc_write()
1203 cptr = snd_info_get_str(str, line, sizeof(str)); in snd_mixer_oss_proc_write()
/kernel/linux/linux-5.10/drivers/video/fbdev/via/
H A Dviafbdev.c190 u32 line; in viafb_check_var() local
231 line = ALIGN(var->xres_virtual * var->bits_per_pixel / 8, in viafb_check_var()
233 if (line > VIA_PITCH_MAX || line * var->yres_virtual > ppar->memsize) in viafb_check_var()
/kernel/linux/linux-6.6/drivers/video/fbdev/via/
H A Dviafbdev.c190 u32 line; in viafb_check_var() local
231 line = ALIGN(var->xres_virtual * var->bits_per_pixel / 8, in viafb_check_var()
233 if (line > VIA_PITCH_MAX || line * var->yres_virtual > ppar->memsize) in viafb_check_var()
/kernel/linux/linux-6.6/drivers/dma/
H A Dpxa_dma.c171 static unsigned int pxad_drcmr(unsigned int line) in pxad_drcmr() argument
173 if (line < 64) in pxad_drcmr()
174 return 0x100 + line * 4; in pxad_drcmr()
175 return 0x1000 + line * 4; in pxad_drcmr()
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Demu10k1x.c995 char line[64]; in snd_emu10k1x_proc_reg_write() local
998 while (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_emu10k1x_proc_reg_write()
999 if (sscanf(line, "%x %x %x", &reg, &channel_id, &val) != 3) in snd_emu10k1x_proc_reg_write()
/kernel/linux/linux-6.6/sound/core/oss/
H A Dmixer_oss.c1208 char line[128], str[32], idxstr[16]; in snd_mixer_oss_proc_write() local
1215 while (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_mixer_oss_proc_write()
1216 cptr = snd_info_get_str(str, line, sizeof(str)); in snd_mixer_oss_proc_write()
/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.c155 /* do not return the unwanted extra line at EOF */ in get_line()
750 ".GCC.command.line", /* record-gcc-switches */
1649 continue; /* skip this line */ in extract_crcs_for_object()
1653 continue; /* skip this line */ in extract_crcs_for_object()
2158 /* parse Module.symvers file. line format:
2163 char *buf, *pos, *line; in read_dump() local
2172 while ((line = get_line(&pos))) { in read_dump()
2179 if (!(symname = strchr(line, '\t'))) in read_dump()
2192 crc = strtoul(line, &d, 16); in read_dump()
/kernel/linux/linux-6.6/sound/drivers/
H A Daloop.c1694 char line[64]; in change_timer_source_info() local
1697 if (!snd_info_get_line(buffer, line, sizeof(line))) in change_timer_source_info()
1698 loopback_set_timer_source(loopback, strim(line)); in change_timer_source_info()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dveristat.c800 /* next time start from end of previous line (or pos goes to <0) */ in parse_verif_log()
1430 char line[4096]; in parse_stats_csv() local
1444 while (fgets(line, sizeof(line), f)) { in parse_stats_csv()
1445 char *input = line, *state = NULL, *next; in parse_stats_csv()
1467 /* for the first line, set up spec stats */ in parse_stats_csv()
1507 * parsed entire line; if row should be ignored we pretend we in parse_stats_csv()
/kernel/linux/linux-6.6/sound/pci/pcxhr/
H A Dpcxhr.c1352 char line[64]; in pcxhr_proc_gpo_write() local
1357 while (!snd_info_get_line(buffer, line, sizeof(line))) { in pcxhr_proc_gpo_write()
1358 if (sscanf(line, "GPO: 0x%x", &value) != 1) in pcxhr_proc_gpo_write()
/kernel/linux/linux-6.6/samples/bpf/
H A Dxdp_sample_user.c1500 char line[64] = "Summary"; in sample_timer_cb() local
1524 snprintf(line, sizeof(line), "%s->%s", f ?: "?", t ?: "?"); in sample_timer_cb()
1527 sample_stats_print(sample_mask, *rec, *prev, line); in sample_timer_cb()
/third_party/backends/backend/
H A Dplustek_pp.c366 int line; in reader_process() local
423 for( line = 0; line < scanner->params.lines; line++ ) { in reader_process()
1181 if( str[0] == '#') /* ignore line comments */ in sane_init()
H A Du12.c302 int line; in reader_process() local
356 for( line = 0; line < scanner->params.lines; line++ ) { in reader_process()
956 if( str[0] == '#') /* ignore line comments */ in sane_init()
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-scanner-util.c2467 location_p->line = context_p->line; in scanner_get_location()
2479 context_p->line = location_p->line; in scanner_set_location()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_validate.c109 log_error(validate_state *state, const char *cond, const char *file, int line) in log_error() argument
121 cond, file, line); in log_error()
128 const char *file, unsigned line) in validate_assert_impl()
131 log_error(state, str, file, line); in validate_assert_impl()
127 validate_assert_impl(validate_state *state, bool cond, const char *str, const char *file, unsigned line) validate_assert_impl() argument
/third_party/node/src/crypto/
H A Dcrypto_common.cc84 std::string line = name; in LogSecret() local
85 line += " " + StringBytes::hex_encode(reinterpret_cast<const char*>(crandom), in LogSecret()
87 line += " " + StringBytes::hex_encode( in LogSecret()
89 keylog_cb(ssl.get(), line.c_str()); in LogSecret()
/third_party/node/
H A Dconfigure.py1106 for line in out:
1107 lst = shlex.split(line)
1887 for line in in_file:
1888 m = match_version.match(line)
2147 # Add a blank string to get a blank line at the end.
/third_party/mesa3d/src/mesa/main/
H A Dffvertex_prog.c283 * generated program with line/function references for each
554 GLuint line ) in debug_insn()
564 printf("%d:\t", line); in debug_insn()
578 GLuint line) in emit_op3fn()
618 debug_insn(inst, fn, line); in emit_op3fn()
570 emit_op3fn(struct tnl_program *p, enum prog_opcode op, struct ureg dest, GLuint mask, struct ureg src0, struct ureg src1, struct ureg src2, const char *fn, GLuint line) emit_op3fn() argument
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dreslist.cpp153 line(0), fNext(nullptr) { in SResource()
161 line(0), fNext(nullptr) { in SResource()
190 res->line = linenumber; in add()
236 error(linenumber, "duplicate key '%s' in table, first appeared at line %d", currentKeyString, current->line); in add()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c157 setup->line(setup, v0, v1); in first_line()
195 setup->line = first_line; in lp_setup_reset()
840 setup->line = first_line; in lp_setup_set_rasterizer_discard()
1598 setup->line = first_line; in lp_setup_create()
/third_party/icu/icu4c/source/tools/genrb/
H A Dreslist.cpp153 line(0), fNext(NULL) { in SResource()
161 line(0), fNext(NULL) { in SResource()
190 res->line = linenumber; in add()
236 error(linenumber, "duplicate key '%s' in table, first appeared at line %d", currentKeyString, current->line); in add()
/third_party/node/deps/v8/src/diagnostics/
H A Dgdb-jit.cc1398 intptr_t line = 1;
1408 // Reduce bloating in the debug line table by removing duplicate line
1411 if (new_line == line) {
1417 // a user can see the result of the last line executed in the function,
1429 // debug line tables. See the DWARF 2.0 standard to learn more about
1432 intptr_t line_diff = new_line - line;
1439 // special opcode. If line_diff is larger than the max line increment
1441 // line that can be added to the line registe
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dcmp.c650 static int print_to_bio_out(const char *func, const char *file, int line, in print_to_bio_out() argument
653 return OSSL_CMP_print_to_bio(bio_out, func, file, line, level, msg); in print_to_bio_out()
656 static int print_to_bio_err(const char *func, const char *file, int line, in print_to_bio_err() argument
659 return OSSL_CMP_print_to_bio(bio_err, func, file, line, level, msg); in print_to_bio_err()
2176 * use the command line option table to read values from the CMP section
2178 * overwritten on the command line.
/third_party/python/Lib/test/
H A Dtest_bz2.py206 for line in self.TEXT_LINES:
207 self.assertEqual(bz2f.readline(), line)
213 for line in self.TEXT_LINES * 5:
214 self.assertEqual(bz2f.readline(), line)

Completed in 62 milliseconds

1...<<181182183184185186187188189190>>...221