OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NameLength
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
asldebug.c
329
UINT32
NameLength
;
344
NameLength
= strlen (ParseOpName);
345
LineLength = IndentLength + 1 +
NameLength
+ 1 + DataLength;
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CheckerRegistryData.cpp
134
size_t
NameLength
= Checker.FullName.size();
135
if (
NameLength
<= MaxNameChars)
136
OptionFieldWidth = std::max(OptionFieldWidth,
NameLength
);
/src/sys/external/bsd/acpica/dist/dispatcher/
dsutils.c
504
UINT32
NameLength
;
526
Arg->Common.Value.Buffer, &NameString, &
NameLength
);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ARMTargetParser.h
75
size_t
NameLength
;
80
StringRef getName() const { return StringRef(NameCStr,
NameLength
); }
94
size_t
NameLength
;
97
StringRef getName() const { return StringRef(NameCStr,
NameLength
); }
116
size_t
NameLength
;
121
StringRef getName() const { return StringRef(NameCStr,
NameLength
); }
179
size_t
NameLength
;
185
StringRef getName() const { return StringRef(NameCStr,
NameLength
); }
204
size_t
NameLength
;
214
StringRef getName() const { return StringRef(NameCStr,
NameLength
); }
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/
llvm-symbolizer.cpp
130
int
NameLength
= strcspn(Pos, kDelimiters);
131
ModuleName = std::string(Pos,
NameLength
);
132
Pos +=
NameLength
;
/src/external/apache2/llvm/dist/llvm/lib/Object/
Archive.cpp
193
uint64_t
NameLength
;
194
if (Name.substr(3).rtrim(' ').getAsInteger(10,
NameLength
)) {
206
if (getSizeOf() +
NameLength
> Size) {
209
return malformedError("long name length: " + Twine(
NameLength
) +
215
NameLength
).rtrim('\0');
/src/external/bsd/libpcap/dist/
pcap-npf.c
2429
ULONG
NameLength
;
2436
* ERROR_INSUFFICIENT_BUFFER,
NameLength
will be set to
2438
* problem, and
NameLength
should be set to 0.
2440
* It shouldn't require
NameLength
to be set, but,
2442
*
NameLength
is big enough before it checks for a
2444
* the right thing if
NameLength
is uninitialized and
2449
NameLength
= 0;
2450
if (!PacketGetAdapterNames(NULL, &
NameLength
))
2462
if (
NameLength
<= 0)
2464
AdaptersName = (char*) malloc(
NameLength
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp
2087
int16_t
NameLength
= Name.size();
2089
<< static_cast<unsigned int>(
NameLength
);
2090
EmitCommentAndValue(
NameLength
, 2);
/src/sys/external/bsd/acpica/dist/include/
actbl1.h
2611
UINT16
NameLength
;
2629
UINT16
NameLength
;
Completed in 27 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026