| /freebsd-13.1/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsutils.c | 587 UINT32 PrefixLength = 0; in AcpiNsExternalizeName() local 608 PrefixLength = 1; in AcpiNsExternalizeName() 617 PrefixLength = i + 1; in AcpiNsExternalizeName() 627 PrefixLength = i; in AcpiNsExternalizeName() 641 if (PrefixLength < InternalNameLength) in AcpiNsExternalizeName() 643 switch (InternalName[PrefixLength]) in AcpiNsExternalizeName() 649 NamesIndex = PrefixLength + 2; in AcpiNsExternalizeName() 658 NamesIndex = PrefixLength + 1; in AcpiNsExternalizeName() 674 NamesIndex = PrefixLength; in AcpiNsExternalizeName() 685 RequiredLength = PrefixLength + (4 * NumSegments) + in AcpiNsExternalizeName() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | OptParserEmitter.cpp | 38 static std::string getOptionSpelling(const Record &R, size_t &PrefixLength) { in getOptionSpelling() argument 43 PrefixLength = 0; in getOptionSpelling() 47 PrefixLength = Prefixes[0].size(); in getOptionSpelling() 52 size_t PrefixLength; in getOptionSpelling() local 53 return getOptionSpelling(R, PrefixLength); in getOptionSpelling() 57 size_t PrefixLength; in emitNameUsingSpelling() local 59 write_cstring(OS, StringRef(getOptionSpelling(R, PrefixLength))); in emitNameUsingSpelling() 60 OS << "[" << PrefixLength << "]"; in emitNameUsingSpelling()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | InterpolatingCompilationDatabase.cpp | 423 size_t PrefixLength; in pickWinner() member 439 S.PrefixLength = matchingPrefix(Filename, Paths[S.Index].first); in pickWinner() 440 if (S.PrefixLength < Best.PrefixLength) in pickWinner() 443 if (S.PrefixLength == Best.PrefixLength) in pickWinner() 450 S.PrefixLength = matchingPrefix(Filename, Paths[S.Index].first); in pickWinner()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MILexer.cpp | 171 unsigned PrefixLength, ErrorCallbackType ErrorCallback) { in lexName() argument 173 C.advance(PrefixLength); in lexName() 179 unescapeQuotedString(String.drop_front(PrefixLength))); in lexName() 188 .setStringValue(Range.upto(C).drop_front(PrefixLength)); in lexName() 298 unsigned PrefixLength = IsReference ? 4 : 3; in maybeLexMachineBasicBlock() local 299 C.advance(PrefixLength); // Skip '%bb.' or 'bb.' in maybeLexMachineBasicBlock() 309 unsigned StringOffset = PrefixLength + Number.size(); // Drop '%bb.<id>' in maybeLexMachineBasicBlock()
|
| /freebsd-13.1/stand/efi/include/ |
| H A D | efiip.h | 227 UINT8 PrefixLength; member 233 UINT8 PrefixLength; member 350 IN UINT8 PrefixLength,
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 346 size_t PrefixLength = Prefix.length(); in getCacheFilename() local 347 if (ModID.substr(0, PrefixLength) != Prefix) in getCacheFilename() 350 std::string CacheSubdir = ModID.substr(PrefixLength); in getCacheFilename()
|
| /freebsd-13.1/sys/contrib/edk2/Include/Library/ |
| H A D | BaseLib.h | 1512 OUT UINT8 *PrefixLength OPTIONAL 1562 OUT UINT8 *PrefixLength OPTIONAL 2361 OUT UINT8 *PrefixLength OPTIONAL 2409 OUT UINT8 *PrefixLength OPTIONAL
|
| /freebsd-13.1/sys/contrib/edk2/Include/Protocol/ |
| H A D | DevicePath.h | 642 UINT8 PrefixLength; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 1828 unsigned PrefixLength = strlen(".init_array"); in writeOneObject() local 1829 if (WS.getName().size() > PrefixLength) { in writeOneObject() 1830 if (WS.getName()[PrefixLength] != '.') in writeOneObject() 1833 if (WS.getName().substr(PrefixLength + 1).getAsInteger(10, Priority)) in writeOneObject()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 1817 unsigned PrefixLength = NI - path::begin(File); in suggestPathToFileForDiagnostics() local 1818 if (PrefixLength > BestPrefixLength) { in suggestPathToFileForDiagnostics() 1819 BestPrefixLength = PrefixLength; in suggestPathToFileForDiagnostics()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | BreakableToken.cpp | 59 const auto PrefixLength = in getLineCommentIndentPrefix() local 61 return Comment.substr(0, PrefixLength); in getLineCommentIndentPrefix()
|
| /freebsd-13.1/contrib/ntp/lib/isc/win32/ |
| H A D | interfaceiter.c | 425 pfx_len = ipap->PrefixLength; in GAA_find_prefix()
|
| /freebsd-13.1/lib/libefivar/ |
| H A D | efivar-dp-parse.c | 2059 IPv6->PrefixLength = (UINT8) Strtoi (PrefixLengthStr); in DevPathFromTextIPv6() 2062 IPv6->PrefixLength = 0; in DevPathFromTextIPv6()
|
| H A D | efivar-dp-format.c | 1448 UefiDevicePathLibCatPrint (Str, ",0x%x,", IPDevPath->PrefixLength); in DevPathToTextIPv6()
|