HomeSort by relevance Sort by last modified time
    Searched defs:Root (Results 151 - 175 of 261) sorted by null

1 2 3 4 5 67 8 91011

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
WindowsResource.h 155 const TreeNode &getTree() const { return Root; }
216 TreeNode Root;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
YAMLParser.h 511 /// \brief A YAML Stream is a sequence of Documents. A document contains a root
517 /// \brief Root for parsing a node. Returns a single node.
524 /// \brief Parse and return the root level node.
526 if (Root)
527 return Root;
528 return Root = parseBlockNode();
544 /// \brief The root node. Used to support skipping a partially parsed
546 Node *Root;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
VirtualFileSystem.h 314 std::unique_ptr<detail::InMemoryDirectory> Root;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
WindowsResource.h 155 const TreeNode &getTree() const { return Root; }
216 TreeNode Root;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
YAMLParser.h 511 /// \brief A YAML Stream is a sequence of Documents. A document contains a root
517 /// \brief Root for parsing a node. Returns a single node.
524 /// \brief Parse and return the root level node.
526 if (Root)
527 return Root;
528 return Root = parseBlockNode();
544 /// \brief The root node. Used to support skipping a partially parsed
546 Node *Root;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
VirtualFileSystem.h 314 std::unique_ptr<detail::InMemoryDirectory> Root;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
WindowsResource.h 155 const TreeNode &getTree() const { return Root; }
216 TreeNode Root;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
YAMLParser.h 511 /// \brief A YAML Stream is a sequence of Documents. A document contains a root
517 /// \brief Root for parsing a node. Returns a single node.
524 /// \brief Parse and return the root level node.
526 if (Root)
527 return Root;
528 return Root = parseBlockNode();
544 /// \brief The root node. Used to support skipping a partially parsed
546 Node *Root;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
EfiFileLib.c 147 EFI_FILE_HANDLE Root;
193 Status = Fs->OpenVolume (Fs, &Root);
197 Status = Root->GetInfo (Root, &gEfiFileSystemInfoGuid, &Size, mFsInfo[Index]);
200 Status = Root->GetInfo (Root, &gEfiFileSystemInfoGuid, &Size, mFsInfo[Index]);
203 Root->Close (Root);
212 PathName is in the form <device name>:<path> for example fs1:\ or ROOT:\.
383 EFI_FILE_HANDLE Root;
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
PosixFileSystem.c 99 Open the root directory on a volume.
102 @param Root Returns an Open file handle for the root directory
116 OUT EFI_FILE_PROTOCOL **Root
150 *Root = &PrivateFile->EfiFile;
169 *Root = NULL;
367 EFI_FILE_PROTOCOL *Root;
393 // BUGBUG: assume an open of root
400 Status = PosixOpenVolume (PrivateFile->SimpleFileSystem, &Root);
401 NewPrivateFile = EMU_EFI_FILE_PRIVATE_DATA_FROM_THIS (Root);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsMisc.c     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsMisc.c     [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 249 const ClassInfo *Root = this;
250 while (!Root->SuperClasses.empty())
251 Root = Root->SuperClasses.front();
257 return Root == RHSRoot;
276 const ClassInfo *Root = this;
277 while (!Root->SuperClasses.empty()) {
279 Root = Root->SuperClasses.front();
285 const ClassInfo *Root = this
    [all...]
DAGISelMatcherGen.cpp 206 // If this is the root of the dag we're matching, we emit a redundant opcode
323 // If this is at the root of the pattern, we emit a redundant
367 // If this node is not the root and the subtree underneath it produces a
369 // Beyond that, this means that we're also folding (at least) the root node
388 const TreePatternNode *Root = Pattern.getSrcPattern();
389 if (N != Root) { // Not the root of the pattern.
390 // If there is a node between the root and this node, then we definitely
392 bool NeedCheck = !Root->hasChild(N);
394 // If it *is* an immediate child of the root, we can still need a check i
    [all...]
  /external/parameter-framework/upstream/tools/coverage/
coverage.py 69 """Root class for all coverage elements"""
463 """Root of configuration application criterion state"""
876 class Root(Element):
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 145 /// Root - The root of the entire DAG.
146 SDValue Root;
247 /// getRoot - Return the root tag of the SelectionDAG.
249 const SDValue &getRoot() const { return Root; }
257 /// setRoot - Set the current root tag of the SelectionDAG.
261 "DAG root value is not a chain!");
264 Root = N;
267 return Root;
395 SDValue getEHLabel(DebugLoc dl, SDValue Root, MCSymbol *Label)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherGen.cpp 207 // If this is the root of the dag we're matching, we emit a redundant opcode
288 // If this is at the root of the pattern, we emit a redundant
332 // If this node is not the root and the subtree underneath it produces a
334 // Beyond that, this means that we're also folding (at least) the root node
353 const TreePatternNode *Root = Pattern.getSrcPattern();
354 if (N != Root) { // Not the root of the pattern.
355 // If there is a node between the root and this node, then we definitely
357 bool NeedCheck = !Root->hasChild(N);
359 // If it *is* an immediate child of the root, we can still need a check i
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiCompress.c 209 IN INT32 Root
1120 UINT32 i, k, Flags, Root, Pos, Size;
1123 Root = MakeTree(NC, mCFreq, mCLen, mCCode);
1124 Size = mCFreq[Root];
1126 if (Root >= NC) {
1128 Root = MakeTree(NT, mTFreq, mPTLen, mPTCode);
1129 if (Root >= NT) {
1133 PutBits(TBIT, Root);
1140 PutBits(CBIT, Root);
1142 Root = MakeTree(NP, mPFreq, mPTLen, mPTCode);
    [all...]
TianoCompress.c 220 IN INT32 Root
1225 UINT32 Root;
1230 Root = MakeTree (NC, mCFreq, mCLen, mCCode);
1231 Size = mCFreq[Root];
1233 if (Root >= NC) {
1235 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode);
1236 if (Root >= NT) {
1240 PutBits (TBIT, Root);
1248 PutBits (CBIT, Root);
1251 Root = MakeTree (NP, mPFreq, mPTLen, mPTCode);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiCompress.c 219 IN INT32 Root
1123 UINT32 i, k, Flags, Root, Pos, Size;
1126 Root = MakeTree(NC, mCFreq, mCLen, mCCode);
1127 Size = mCFreq[Root];
1129 if (Root >= NC) {
1131 Root = MakeTree(NT, mTFreq, mPTLen, mPTCode);
1132 if (Root >= NT) {
1136 PutBits(TBIT, Root);
1143 PutBits(CBIT, Root);
1145 Root = MakeTree(NP, mPFreq, mPTLen, mPTCode);
    [all...]
TianoCompress.c 239 IN INT32 Root
1238 UINT32 Root;
1243 Root = MakeTree (NC, mCFreq, mCLen, mCCode);
1244 Size = mCFreq[Root];
1246 if (Root >= NC) {
1248 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode);
1249 if (Root >= NT) {
1253 PutBits (TBIT, Root);
1261 PutBits (CBIT, Root);
1264 Root = MakeTree (NP, mPFreq, mPTLen, mPTCode);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.c 689 @param[in] Root The root of the tree.
693 IN INT32 Root
705 CountLen (Root);
774 @return The root of the Huffman tree.
793 // make tree, calculate len[], return root
848 // return root
1097 UINT32 Root;
1104 Root = MakeTree (NC, mCFreq, mCLen, mCCode);
1105 Size = mCFreq[Root];
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 266 // Mutating operations. A tree root can be manipulated as
454 // in an existing root if that root is still marked mutable.
595 /// markImmutable - Clears the mutable bits of a root and all of its
659 ImutAVLTreeGenericIterator(const TreeTy *Root) {
660 if (Root) stack.push_back(reinterpret_cast<uintptr_t>(Root));
768 ImutAVLTreeInOrderIterator(const TreeTy* Root) : InternalItr(Root) {
769 if (Root)
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 191 /// The root of the entire DAG.
192 SDValue Root;
375 /// Return the root tag of the SelectionDAG.
376 const SDValue &getRoot() const { return Root; }
383 /// Set the current root tag of the SelectionDAG.
387 "DAG root value is not a chain!");
390 Root = N;
393 return Root;
572 SDValue getEHLabel(const SDLoc &dl, SDValue Root, MCSymbol *Label);
    [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 98 MachineBasicBlock *Root, SmallPtrSet<MachineInstr *, 16> &Spills,
    [all...]

Completed in 776 milliseconds

1 2 3 4 5 67 8 91011