Searched refs:NameLength (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMTargetParser.h61 size_t NameLength; member in struct:llvm::ARM::ExtName
66 StringRef getName() const { return StringRef(NameCStr, NameLength); }
80 size_t NameLength; member in struct:llvm::ARM::__anon1871
83 StringRef getName() const { return StringRef(NameCStr, NameLength); }
102 size_t NameLength; member in struct:llvm::ARM::CpuNames
107 StringRef getName() const { return StringRef(NameCStr, NameLength); }
165 size_t NameLength; member in struct:llvm::ARM::FPUName
171 StringRef getName() const { return StringRef(NameCStr, NameLength); }
190 size_t NameLength; member in struct:llvm::ARM::ArchNames
200 StringRef getName() const { return StringRef(NameCStr, NameLength); }
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Dasldebug.c437 UINT32 NameLength; local
452 NameLength = strlen (ParseOpName);
453 LineLength = IndentLength + 1 + NameLength + 1 + DataLength;
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-npf.c1730 ULONG NameLength; local
1737 * ERROR_INSUFFICIENT_BUFFER, NameLength will be set to
1739 * problem, and NameLength should be set to 0.
1741 * It shouldn't require NameLength to be set, but,
1743 * NameLength is big enough before it checks for a
1745 * the right thing if NameLength is uninitialized and
1750 NameLength = 0;
1751 if (!PacketGetAdapterNames(NULL, &NameLength))
1763 if (NameLength <= 0)
1765 AdaptersName = (char*) malloc(NameLength);
1874 ULONG NameLength = ADAPTERSNAME_LEN; local
1886 ULONG NameLength = ADAPTERSNAME_LEN; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp193 uint64_t NameLength; local
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');
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp519 size_t NameLength = Checker.FullName.size(); local
520 if (NameLength <= MaxNameChars)
521 OptionFieldWidth = std::max(OptionFieldWidth, NameLength);
/freebsd-11-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsutils.c614 UINT32 NameLength; local
636 Arg->Common.Value.Buffer, &NameString, &NameLength);
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl2.h828 UINT16 NameLength; member in struct:acpi_ibft_initiator
846 UINT16 NameLength; member in struct:acpi_ibft_nic
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h2455 const char *LLVMIntrinsicGetName(unsigned ID, size_t *NameLength);
2469 size_t *NameLength);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2332 const char *LLVMIntrinsicGetName(unsigned ID, size_t *NameLength) {
2335 *NameLength = Str.size();
2349 size_t *NameLength) {
2353 *NameLength = Str.length();

Completed in 578 milliseconds