Searched refs:input_lines (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | update_mca_test_checks.py | 434 def _write_output(test_path, input_lines, prefix_list, block_infos, # noqa argument 441 for input_line in input_lines: 522 if input_lines == output_lines: 547 input_lines = [l.rstrip() for l in f] 549 run_lines = common.find_run_lines(test_path, input_lines) 554 input_lines,
|
| H A D | update_mir_test_checks.py | 327 input_lines = [l.rstrip() for l in fd] 329 triple_in_ir = find_triple_in_ir(input_lines, args.verbose) 330 run_lines = common.find_run_lines(test, input_lines) 333 simple_functions = find_functions_with_one_bb(input_lines, args.verbose) 360 for input_line in input_lines:
|
| H A D | update_analyze_test_checks.py | 61 for l in ti.input_lines:
|
| H A D | update_llc_test_checks.py | 51 for l in ti.input_lines:
|
| /openbsd-src/usr.bin/patch/ |
| H A D | patch.c | 87 LINENUM input_lines = 0; /* how long is input file in lines */ variable 483 input_lines = 0; in reinitialize_almost_everything() 708 LINENUM max_pos_offset = input_lines - first_guess - pat_lines + 1; in locate_hunk() 723 if (first_guess <= input_lines && patch_match(first_guess, 0, fuzz)) in locate_hunk() 1041 say("il=%ld lfl=%ld\n", input_lines, last_frozen_line); 1043 if (input_lines) in dump_line() 1044 copy_till(input_lines, true); /* dump remainder of file */ in dump_line() 1091 if (iline == input_lines) { in patch_match()
|
| H A D | inp.c | 245 input_lines = iline - 1; in plan_a() 352 input_lines = i - 1; in plan_b() 376 if (line < 1 || line > input_lines) { in ifetch()
|
| H A D | ed.c | 276 for (i = input_lines; i > 0; i--) { in init_lines() 285 line_count = input_lines; in init_lines()
|
| H A D | common.h | 108 extern LINENUM input_lines; /* how long is input file in lines */
|
| /openbsd-src/gnu/llvm/llvm/utils/UpdateTestChecks/ |
| H A D | common.py | 158 def __init__(self, test, parser, script_name, input_lines, args, argv, argument 168 self.input_lines = input_lines 169 self.run_lines = find_run_lines(test, self.input_lines) 182 for line_num, input_line in enumerate(self.input_lines): 228 input_lines = [l.rstrip() for l in f] 233 first_line = input_lines[0] if input_lines else "" 244 for l in input_lines:
|
| /openbsd-src/gnu/llvm/llvm/utils/vim/ |
| H A D | vimrc | 145 let l:input_lines = split(system(l:the_command, l:process_input), "\n") 148 for l:input_line in l:input_lines
|
| /openbsd-src/gnu/llvm/clang/tools/clang-format/ |
| H A D | git-clang-format | 455 def create_tree(input_lines, mode): argument 466 for line in input_lines:
|
| /openbsd-src/gnu/usr.bin/texinfo/util/ |
| H A D | install-info.c | 1138 struct line_data *input_lines = NULL; in main() local 1300 input_lines = findlines (input_data, input_size, &input_nlines); in main() 1303 i = parse_input (input_lines, input_nlines, in main()
|