OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_LABEL_LEN
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
aarch64-gen.c
1149
#define
MAX_LABEL_LEN
100
1161
char buf[
MAX_LABEL_LEN
];
1167
written = snprintf (buf,
MAX_LABEL_LEN
, "A64_OPID_%08x_%s",
1170
&& written <
MAX_LABEL_LEN
);
1177
written = snprintf (p,
MAX_LABEL_LEN
- (p - buf), "_%s",
1180
&& written <
MAX_LABEL_LEN
- (p - buf));
/src/external/gpl3/gdb/dist/opcodes/
aarch64-gen.c
1149
#define
MAX_LABEL_LEN
100
1161
char buf[
MAX_LABEL_LEN
];
1167
written = snprintf (buf,
MAX_LABEL_LEN
, "A64_OPID_%08x_%s",
1170
&& written <
MAX_LABEL_LEN
);
1177
written = snprintf (p,
MAX_LABEL_LEN
- (p - buf), "_%s",
1180
&& written <
MAX_LABEL_LEN
- (p - buf));
/src/usr.sbin/sysinst/
partitions.h
75
#define
MAX_LABEL_LEN
128 /* max. length of a partition label */
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
setupapi.d
56
MAX_LABEL_LEN
= 30,
1157
CHAR[
MAX_LABEL_LEN
] ListLabel = 0;
1167
WCHAR[
MAX_LABEL_LEN
] ListLabel = 0;
Completed in 72 milliseconds
Indexes created Wed Jul 08 00:27:11 UTC 2026