| /src/sys/external/bsd/gnu-efi/dist/lib/runtime/ |
| vm.c | 81 LIST_ENTRY *Link; 91 Link = ListHead; 93 NextLink = Link->Flink; 96 Link->Flink == ListHead ? DebugDisposition : 0, 97 (VOID **)&Link->Flink 101 Link->Blink == ListHead ? DebugDisposition : 0, 102 (VOID **)&Link->Blink 105 Link = NextLink; 106 } while (Link != ListHead);
|
| /src/external/apache2/llvm/dist/clang/lib/Driver/ |
| Phases.cpp | 22 case Link: return "linker";
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| StratifiedSets.h | 37 /// A "link" between two StratifiedSets. 50 /// The link for the set "below" current 186 return Link.hasAbove(); 191 return Link.hasBelow(); 196 Link.Below = I; 201 Link.Above = I; 206 Link.clearBelow(); 211 Link.clearAbove(); 217 return Link.Below; 223 return Link.Above [all...] |
| CFLSteensAliasAnalysis.cpp | 148 auto &Link = Sets.getLink(SetIndex); 150 auto ExternalAttrs = getExternallyVisibleAttrs(Link.Attrs); 155 if (!Link.hasBelow()) 159 SetIndex = Link.Below;
|
| /src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| Phases.h | 23 Link,
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| Redeclarable.h | 43 // - Most links in the chain point to previous, except the link out of 53 // - There's also a "definition" link for several types of 70 // | @class A | link | @interface A | link | @class A | 79 // | link +-----+ | 105 mutable llvm::PointerUnion<NotKnownLatest, KnownLatest> Link; 112 : Link(NotKnownLatest(reinterpret_cast<UninitializedLatest>(&Ctx))) {} 113 DeclLink(PreviousTag, decl_type *D) : Link(NotKnownLatest(Previous(D))) {} 116 return Link.is<KnownLatest>() || 119 Link.get<NotKnownLatest>().template is<UninitializedLatest>() [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| SuffixTree.h | 38 /// in \p Link. Each leaf node stores the start index of its respective 71 /// insert O(1), and there are a total of O(N) inserts. The suffix link 83 SuffixTreeNode *Link = nullptr; 109 SuffixTreeNode(unsigned StartIdx, unsigned *EndIdx, SuffixTreeNode *Link) 110 : StartIdx(StartIdx), EndIdx(EndIdx), Link(Link) {}
|
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| Globals.cpp | 260 // overriding the symbol found in the library. That is, at link 333 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, 339 InitVal != nullptr, Link, Name, AddressSpace), 353 LinkageTypes Link, Constant *InitVal, 360 InitVal != nullptr, Link, Name, 476 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link, 479 : GlobalIndirectSymbol(Ty, Value::GlobalAliasVal, AddressSpace, Link, Name, 486 LinkageTypes Link, const Twine &Name, 488 return new GlobalAlias(Ty, AddressSpace, Link, Name, Aliasee, ParentModule); 503 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name [all...] |
| /src/sys/rump/net/lib/libagr/ |
| Makefile | 7 COMMENT=Link aggregation pseudo interface (L2 trunking)
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| SuffixTree.cpp | 119 // need a link if it doesn't have one. 121 NeedsLink->Link = Active.Node; 152 NeedsLink->Link = Active.Node; 187 // SplitNode is an internal node, update the suffix link. 189 NeedsLink->Link = SplitNode; 205 Active.Node = Active.Node->Link;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_deadlock_detector2.cc | 42 struct Link { 49 explicit Link(u32 id = 0, u32 seq = 0, u32 tid = 0, u32 s0 = 0, u32 s1 = 0) 62 Link pending[kMaxMutex]; 63 Link path[kMaxMutex]; 81 Link link[kMaxLink]; member in struct:__sanitizer::Mutex 232 Link *link = &mtx1->link[li]; local 233 if (link->id == m->id) 248 Link *link = &mtx1->link[mtx1->nlink++]; local 371 Link link = pt->pending[--npending]; local 405 Link *link = &pt->path[i]; local [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_deadlock_detector2.cpp | 41 struct Link { 48 explicit Link(u32 id = 0, u32 seq = 0, u32 tid = 0, u32 s0 = 0, u32 s1 = 0) 61 Link pending[kMaxMutex]; 62 Link path[kMaxMutex]; 80 Link link[kMaxLink]; member in struct:__sanitizer::MutexState 229 Link *link = &mtx1->link[li]; local 230 if (link->id == m->id) 245 Link *link = &mtx1->link[mtx1->nlink++]; local 368 Link link = pt->pending[--npending]; local 402 Link *link = &pt->path[i]; local [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_deadlock_detector2.cpp | 41 struct Link { 48 explicit Link(u32 id = 0, u32 seq = 0, u32 tid = 0, u32 s0 = 0, u32 s1 = 0) 61 Link pending[kMaxMutex]; 62 Link path[kMaxMutex]; 80 Link link[kMaxLink]; member in struct:__sanitizer::MutexState 229 Link *link = &mtx1->link[li]; local 230 if (link->id == m->id) 245 Link *link = &mtx1->link[mtx1->nlink++]; local 368 Link link = pt->pending[--npending]; local 402 Link *link = &pt->path[i]; local [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| PS4CPU.h | 41 class LLVM_LIBRARY_VISIBILITY Link : public Tool { 43 Link(const ToolChain &TC) : Tool("PS4cpu::Link", "linker", TC) {}
|
| PS4CPU.cpp | 93 void tools::PS4cpu::Link::ConstructJob(Compilation &C, const JobAction &JA, 225 return new tools::PS4cpu::Link(*this);
|
| /src/external/public-domain/tz/dist/ |
| ziguard.awk | 154 # "Zone Etc/GMT 0 - GMT" and adjust Link lines accordingly. 156 if (/^#?(Zone|Link)[\t ]+(Etc\/)?GMT[\t ]/) { 310 # Return a link line resulting by changing OLDLINE to link to TARGET 318 oldprefix = "Link\t" oldtarget "\t" 336 return "Link\t" target "\t" replsuffix comment 339 /^Link/ && $4 == "#=" && DATAFORM == "vanguard" { 343 # If a Link line is followed by a Link or Zone line for the same data, comment 344 # out the Link line. This can happen if backzone overrides a Lin [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyISelDAGToDAG.cpp | 183 SDValue Link(CallParams, 0); 185 CurDAG->getMachineNode(Results, DL, Node->getVTList(), Link);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/ |
| SupportHelpers.h | 169 /// A RAII object that creates a link upon initialization and 172 /// The link may be a soft or a hard link, depending on the platform. 177 /// Creates a managed link at path Link pointing to Target. 178 TempLink(StringRef Target, StringRef Link) { 179 Path = Link; 180 std::error_code EC = sys::fs::create_link(Target, Link); 197 /// The path to the link.
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86WinEHState.cpp | 99 /// The stack allocation containing all EH data, including the link in the 110 Value *Link = nullptr; 294 Link = Builder.CreateStructGEP(RegNodeTy, RegNode, 1); 349 Link = Builder.CreateStructGEP(RegNodeTy, RegNode, 2); 428 Builder.CreateStore(HandlerI8, Builder.CreateStructGEP(LinkTy, Link, 1)); 433 Builder.CreateStore(Next, Builder.CreateStructGEP(LinkTy, Link, 0)); 434 // [fs:00] = Link 435 Builder.CreateStore(Link, FSZero); 439 // Clone Link into the current BB for better address mode folding. 440 if (auto *GEP = dyn_cast<GetElementPtrInst>(Link)) { [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
| Object.cpp | 79 Shdr.sh_link = Sec.Link; 652 Link, 653 "Link field value " + Twine(Link) + " in section " + Name + 655 "Link field value " + Twine(Link) + " in section " + Name + 665 void SectionIndexSection::finalize() { Link = Symbols->Index; } 802 Link, 803 "Symbol table has link index of " + Twine(Link) [all...] |
| /src/sys/external/bsd/gnu-efi/dist/inc/ |
| pci22.h | 146 LIST_ENTRY Link;
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
| SourceCoverageViewHTML.cpp | 60 // Create an anchor to \p Link with the label \p Str. 61 std::string a(const std::string &Link, const std::string &Str, 64 return "<a " + Name + "href='" + Link + "'>" + Str + "</a>"; 265 // Link to a stylesheet if one is available. Otherwise, use the default style. 269 OS << "<link rel='stylesheet' type='text/css' href='" 334 /// false, link the summary to \p SF. 360 // Simplify the display file path, and wrap it in a link if requested. 422 // Emit a link to some documentation. 456 std::string Link = buildLinkToFile(SourceFiles[I], FileReports[I]); 457 OSRef << tag("tr", tag("td", tag("pre", Link)), "light-row") << '\n' [all...] |
| /src/tests/usr.bin/realpath/ |
| t_realpath.sh | 40 S1/S3/Link 42 Snr/Link 68 Snx/Link' 106 S1/S5/Link 153 ln -s ../S2/File S1/S3/Link || atf_fail "setup S3/Link" 169 ln -s "${DIR}"/Dir/S1/S2/File Snx/Link || atf_fail "setup Snx/Link" 172 ln -s "${DIR}"/Dir/S4/PWDS1 Snr/Link || atf_fail "setup Snr/Link" [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| ARMWinEHPrinter.cpp | 313 unsigned Link = (OC[Offset] & 0x20) >> 5; 314 uint16_t RegisterMask = (Link << (Prologue ? 14 : 15)) 344 unsigned Link = (OC[Offset] & 0x4) >> 3; 347 uint16_t GPRMask = (Link << (Prologue ? 14 : 15)) 361 unsigned Link = (OC[Offset] & 0x4) >> 2; 364 uint16_t GPRMask = (Link << (Prologue ? 14 : 15))
|
| /src/sys/arch/sparc64/doc/ |
| TODO | 42 - mpt(4) complains: mpt0: Phy 0: Link Status Unknown
|