OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_lines
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/
update_analyze_test_checks.py
69
input_lines
= [l.rstrip() for l in f]
71
first_line =
input_lines
[0] if
input_lines
else ""
81
run_lines = common.find_run_lines(test,
input_lines
)
139
for input_line in
input_lines
:
update_mir_test_checks.py
284
input_lines
= [l.rstrip() for l in fd]
287
first_line =
input_lines
[0] if
input_lines
else ""
298
triple_in_ir = find_triple_in_ir(
input_lines
, args.verbose)
299
run_lines = common.find_run_lines(test,
input_lines
)
302
simple_functions = find_functions_with_one_bb(
input_lines
, args.verbose)
338
for input_line in
input_lines
:
update_mca_test_checks.py
434
def _write_output(test_path,
input_lines
, prefix_list, block_infos, # noqa
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
,
update_llc_test_checks.py
51
for l in ti.
input_lines
:
/src/usr.bin/patch/
common.h
120
extern LINENUM
input_lines
; /* how long is input file in lines */
patch.c
92
LINENUM
input_lines
= 0; /* how long is input file in lines */
variable
439
input_lines
= 0;
659
LINENUM max_pos_offset =
input_lines
- first_guess - pat_lines + 1;
672
if (first_guess <=
input_lines
&& patch_match(first_guess, 0, fuzz))
992
say("il=%ld lfl=%ld\n",
input_lines
, last_frozen_line);
994
if (
input_lines
)
995
copy_till(
input_lines
, true); /* dump remainder of file */
1043
if (iline ==
input_lines
) {
inp.c
355
input_lines
= iline - 1;
447
input_lines
= i - 1;
470
if (line < 1 || line >
input_lines
) {
/src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/
common.py
54
def __init__(self, test, parser, script_name,
input_lines
, args, argv,
64
self.
input_lines
=
input_lines
65
self.run_lines = find_run_lines(test, self.
input_lines
)
77
for line_num, input_line in enumerate(self.
input_lines
):
105
input_lines
= [l.rstrip() for l in f]
110
first_line =
input_lines
[0] if
input_lines
else ""
120
yield TestInfo(test, parser, script_name,
input_lines
, args, argv,
/src/external/apache2/llvm/dist/clang/tools/clang-format/
git-clang-format
395
def create_tree(
input_lines
, mode):
406
for line in
input_lines
:
/src/external/gpl2/texinfo/dist/util/
install-info.c
1153
struct line_data *
input_lines
= NULL;
1312
input_lines
= findlines (input_data, input_size, &input_nlines);
1315
i = parse_input (
input_lines
, input_nlines,
1140
struct line_data *
input_lines
= NULL;
local
Completed in 58 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026