OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ASM_CHARS_MAX
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-kvx.c
1009
#define
ASM_CHARS_MAX
(71)
1014
char asm_str[
ASM_CHARS_MAX
];
1015
int chars = insn_syntax (op, asm_str,
ASM_CHARS_MAX
);
1019
for (int i = chars - 1; i <
ASM_CHARS_MAX
- 1; i++)
/src/external/gpl3/binutils.old/dist/gas/config/
tc-kvx.c
1009
#define
ASM_CHARS_MAX
(71)
1014
char asm_str[
ASM_CHARS_MAX
];
1015
int chars = insn_syntax (op, asm_str,
ASM_CHARS_MAX
);
1019
for (int i = chars - 1; i <
ASM_CHARS_MAX
- 1; i++)
Completed in 62 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026