OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:header_limit
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in
11953
my $
header_limit
= 60;
11959
for (2 .. $
header_limit
)
12009
my $
HEADER_LIMIT
= 79;
12017
for (2 .. $
HEADER_LIMIT
)
12029
if ($length_comment <= ($
HEADER_LIMIT
-2))
12031
$padding = ($
HEADER_LIMIT
- $length_comment + $leftover)/2;
/src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in
11953
my $
header_limit
= 60;
11959
for (2 .. $
header_limit
)
12009
my $
HEADER_LIMIT
= 79;
12017
for (2 .. $
HEADER_LIMIT
)
12029
if ($length_comment <= ($
HEADER_LIMIT
-2))
12031
$padding = ($
HEADER_LIMIT
- $length_comment + $leftover)/2;
Completed in 48 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026