HomeSort by: relevance | last modified time | path
    Searched refs:NameLength (Results 1 - 11 of 11) sorted by relevancy

  /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/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/external/bsd/libpcap/dist/
pcap-npf.c 2363 ULONG NameLength;
2370 * ERROR_INSUFFICIENT_BUFFER, NameLength will be set to
2372 * problem, and NameLength should be set to 0.
2374 * It shouldn't require NameLength to be set, but,
2376 * NameLength is big enough before it checks for a
2378 * the right thing if NameLength is uninitialized and
2383 NameLength = 0;
2384 if (!PacketGetAdapterNames(NULL, &NameLength))
2396 if (NameLength <= 0)
2398 AdaptersName = (char*) malloc(NameLength);
    [all...]
  /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/sys/external/bsd/acpica/dist/dispatcher/
dsutils.c 504 UINT32 NameLength;
526 Arg->Common.Value.Buffer, &NameString, &NameLength);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winperf.d 157 DWORD NameLength;
  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 2325 UINT16 NameLength;
2343 UINT16 NameLength;
  /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/external/apache2/llvm/dist/llvm/include/llvm-c/
Core.h 2515 const char *LLVMIntrinsicGetName(unsigned ID, size_t *NameLength);
2529 size_t *NameLength);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp 2394 const char *LLVMIntrinsicGetName(unsigned ID, size_t *NameLength) {
2397 *NameLength = Str.size();
2411 size_t *NameLength) {
2415 *NameLength = Str.length();

Completed in 56 milliseconds