HomeSort by relevance Sort by last modified time
    Searched refs:ChildNode (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
SectionExtraction.c 106 FRAMEWORK_SECTION_CHILD_NODE *ChildNode;
617 if (Context->ChildNode->EncapsulatedStreamHandle != NULL_STREAM_HANDLE) {
618 Status = CloseSectionStream (&mSectionExtraction, Context->ChildNode->EncapsulatedStreamHandle);
627 (Context->ParentStream->StreamBuffer + Context->ChildNode->OffsetInStream);
630 if (!VerifyGuidedSectionGuid (Context->ChildNode->EncapsulationGuid, &GuidedExtraction)) {
651 &Context->ChildNode->EncapsulatedStreamHandle
663 Context->ChildNode->Event = NULL;
672 @param ChildNode Indicates the child node that is the encapsulation section.
678 IN FRAMEWORK_SECTION_CHILD_NODE *ChildNode
689 Context->ChildNode = ChildNode;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
CoreSectionExtraction.c 96 CORE_SECTION_CHILD_NODE *ChildNode;
567 GuidedHeader = (EFI_GUID_DEFINED_SECTION *) (Context->ParentStream->StreamBuffer + Context->ChildNode->OffsetInStream);
570 if (!VerifyGuidedSectionGuid (Context->ChildNode->EncapsulationGuid, &GuidedExtraction)) {
605 &Context->ChildNode->EncapsulatedStreamHandle
613 Context->ChildNode->Event = NULL;
621 @param ChildNode Indicates the child node that is the encapsulation section.
627 IN CORE_SECTION_CHILD_NODE *ChildNode
638 Context->ChildNode = ChildNode;
641 Context->ChildNode->Event = EfiCreateProtocolNotifyEvent (
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGInstrs.h 91 const MachineDomTreeNode *ChildNode = *I;
92 MachineBasicBlock *ChildBlock = ChildNode->getBlock();
94 VisitRegion(ChildNode, ChildBlock, Loop, LoopLiveIns);
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 181 for (DomTreeNode *ChildNode : ChildNodes) {
182 DT.changeImmediateDominator(ChildNode, DT[preheader]);
  /external/clang/lib/AST/
ASTDiagnostic.cpp 546 /// ChildNode - The index of the first child node or 0.
547 unsigned ChildNode = 0;
719 if (Node.ChildNode == 0) {
721 Node.ChildNode = NextFreeNode;
726 for (i = Node.ChildNode; FlatTree[i].NextNode != 0;
    [all...]
  /external/guice/lib/build/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 

Completed in 333 milliseconds