OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comment
(Results
1 - 25
of
721
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
empty.inc
0
comment
"empty"
common.inc
1
.macro
comment
text
4
comment
"Can't rely on assembler
comment
character so do this."
6
comment
"On some platforms (like HPUX), only labels are allowed"
7
comment
"to start at the first column. Beware of this when editing"
8
comment
"the assembly files for this test."
14
comment
"Declare a data variable"
21
comment
"Declare a subroutine"
26
comment
"End a subroutine"
30
comment
"arch.inc is responsible for defining the following macros:
[
all
...]
netbsd.inc
0
comment
"netbsd .note"
asmsrc1.s
4
comment
"WARNING: asm-source.exp checks for line numbers printed by gdb."
5
comment
"Be careful about changing this file without also changing"
6
comment
"asm-source.exp."
9
comment
"This file is not linked with crt0."
10
comment
"Provide very simplistic equivalent."
19
comment
"Displaced stepping requires scratch space at _start"
20
comment
"at least as large as the largest instruction. No"
21
comment
"breakpoints should be set within the scratch space."
31
comment
"main routine for assembly source debugging test"
32
comment
"This particular testcase uses macros in <arch>.inc to achieve
[
all
...]
asmsrc2.s
4
comment
"Second file in assembly source debugging testcase."
8
comment
"mark: foo2 start"
11
comment
"Call someplace else (several times)."
13
comment
"mark: call foo3"
17
comment
"All done, return."
19
comment
"mark: foo2 leave"
openbsd.inc
0
comment
"openbsd .note"
sparc.inc
0
comment
"subroutine prologue"
6
comment
"subroutine epilogue"
24
comment
"exit (0)"
26
comment
"Don't know how to exit, but this will certainly halt..."
30
comment
"crt0 startup"
sparc64.inc
0
comment
"subroutine prologue"
6
comment
"subroutine epilogue"
24
comment
"exit (0)"
26
comment
"Don't know how to exit, but this will certainly halt..."
30
comment
"crt0 startup"
powerpc.inc
0
comment
"subroutine prologue"
10
comment
"subroutine epilogue"
30
comment
"exit (0)"
32
comment
"sys_exit"
37
comment
"crt0 startup"
42
comment
"Declare a data variable"
powerpc64le.inc
0
comment
"subroutine prologue"
8
comment
"subroutine epilogue"
28
comment
"exit (0)"
30
comment
"sys_exit"
35
comment
"crt0 startup"
41
comment
"Declare a data variable"
powerpc64.inc
0
comment
"subroutine declare"
12
comment
"subroutine prologue"
19
comment
"subroutine epilogue"
39
comment
"exit (0)"
41
comment
"sys_exit"
46
comment
"crt0 startup"
51
comment
"Declare a data variable"
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/
empty.inc
0
comment
"empty"
common.inc
1
.macro
comment
text
4
comment
"Can't rely on assembler
comment
character so do this."
6
comment
"On some platforms (like HPUX), only labels are allowed"
7
comment
"to start at the first column. Beware of this when editing"
8
comment
"the assembly files for this test."
14
comment
"Declare a data variable"
21
comment
"Declare a subroutine"
26
comment
"End a subroutine"
30
comment
"arch.inc is responsible for defining the following macros:
[
all
...]
netbsd.inc
0
comment
"netbsd .note"
asmsrc1.s
4
comment
"WARNING: asm-source.exp checks for line numbers printed by gdb."
5
comment
"Be careful about changing this file without also changing"
6
comment
"asm-source.exp."
9
comment
"This file is not linked with crt0."
10
comment
"Provide very simplistic equivalent."
19
comment
"Displaced stepping requires scratch space at _start"
20
comment
"at least as large as the largest instruction. No"
21
comment
"breakpoints should be set within the scratch space."
31
comment
"main routine for assembly source debugging test"
32
comment
"This particular testcase uses macros in <arch>.inc to achieve
[
all
...]
asmsrc2.s
4
comment
"Second file in assembly source debugging testcase."
8
comment
"mark: foo2 start"
11
comment
"Call someplace else (several times)."
13
comment
"mark: call foo3"
17
comment
"All done, return."
19
comment
"mark: foo2 leave"
openbsd.inc
0
comment
"openbsd .note"
sparc.inc
0
comment
"subroutine prologue"
6
comment
"subroutine epilogue"
24
comment
"exit (0)"
26
comment
"Don't know how to exit, but this will certainly halt..."
30
comment
"crt0 startup"
sparc64.inc
0
comment
"subroutine prologue"
6
comment
"subroutine epilogue"
24
comment
"exit (0)"
26
comment
"Don't know how to exit, but this will certainly halt..."
30
comment
"crt0 startup"
powerpc.inc
0
comment
"subroutine prologue"
10
comment
"subroutine epilogue"
30
comment
"exit (0)"
32
comment
"sys_exit"
37
comment
"crt0 startup"
42
comment
"Declare a data variable"
powerpc64le.inc
0
comment
"subroutine prologue"
8
comment
"subroutine epilogue"
28
comment
"exit (0)"
30
comment
"sys_exit"
35
comment
"crt0 startup"
41
comment
"Declare a data variable"
/src/external/mpl/dhcp/dist/keama/
options.c
728
struct
comment
*
comment
= NULL;
local
738
comment
= createComment("/// bootp protocol is not supported");
739
TAILQ_INSERT_TAIL(&comments,
comment
);
743
comment
= createComment("/// allow-booting is not supported");
744
TAILQ_INSERT_TAIL(&comments,
comment
);
745
comment
= createComment("/// no concrete usage known?");
746
TAILQ_INSERT_TAIL(&comments,
comment
);
747
comment
= createComment("/// Reference Kea #239");
748
TAILQ_INSERT_TAIL(&comments,
comment
);
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/arc/
genoptions.awk
27
comment
= 1
36
if (!
comment
)
38
else if (
comment
== 1)
49
comment
= 2;
58
comment
= 0
/src/external/gpl3/gcc.old/dist/gcc/config/arc/
genoptions.awk
27
comment
= 1
36
if (!
comment
)
38
else if (
comment
== 1)
49
comment
= 2;
58
comment
= 0
/src/external/bsd/tradcpp/dist/tests/
t31.c
1
this line 'has /* no'
comment
*/ in it
Completed in 97 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Mon Jun 01 00:24:59 UTC 2026