Home
last modified time | relevance | path

Searched refs:RootEntry (Results 1 – 25 of 52) sorted by relevance

123

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dconfigfile.cpp110 FConfigEntry *entry = section->RootEntry; in ~FConfigFile()
139 fromentry = fromsection->RootEntry; in operator =()
250 CurrentEntry = section->RootEntry; in SetSection()
270 CurrentEntry = CurrentSection->RootEntry; in SetFirstSection()
292 CurrentEntry = CurrentSection->RootEntry; in SetNextSection()
330 entry = CurrentSection->RootEntry; in ClearCurrentSection()
338 CurrentSection->RootEntry = NULL; in ClearCurrentSection()
390 if (CurrentSection->RootEntry == NULL) in ClearKey()
539 FConfigEntry *probe = section->RootEntry; in FindEntry()
562 section->RootEntry = NULL; in NewConfigSection()
[all …]
H A Dconfigfile.h98 FConfigEntry *RootEntry; member
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/
H A DPreprocessorParser.java45 private Stack<RootEntry> exprStack;
135 class RootEntry { class in PreprocessorParser
178 RootEntry entry = exprStack.peek(); in evaluate()
258 private RootEntry getCurrentRoot() { in getCurrentRoot()
260 RootEntry entry = new RootEntry(); in getCurrentRoot()
267 RootEntry entry = getCurrentRoot(); in replaceRoot()
274 RootEntry entry = getCurrentRoot(); in pushNode()
296 exprStack.push(new RootEntry()); in pushRoot()
300 RootEntry entry = getCurrentRoot(); in popRoot()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/star_control/
H A Dstar_points2.h38 class RootEntry : public Common::Array<CStarPointEntry> {
41 RootEntry() : _field0(0) {} in RootEntry() function
44 Common::Array<RootEntry> _data;
H A Dstar_points2.cpp46 RootEntry &rootEntry = _data[rootCtr]; in initialize()
86 const RootEntry &re = _data[rootCtr]; in draw()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Role/
H A DADRole.cs121 public DirectoryEntry RootEntry property in System.Workflow.Activities.ActiveDirectoryRole
142 return new ActiveDirectoryRole(this.RootEntry, queries); in GetManager()
150 return new ActiveDirectoryRole(this.RootEntry, queries); in GetManagerialChain()
158 return new ActiveDirectoryRole(this.RootEntry, queries); in GetDirectReports()
166 return new ActiveDirectoryRole(this.RootEntry, queries); in GetAllReports()
182 return new ActiveDirectoryRole(this.RootEntry, queries); in GetPeers()
/dports/devel/spatialindex/spatialindex-src-1.8.5/src/mvrtree/
H A DMVRTree.h41 class RootEntry; variable
106 std::vector<RootEntry> m_roots;
161 class RootEntry
164 RootEntry() {} in RootEntry() function
165 RootEntry(id_type id, double s, double e) : m_id(id), m_startTime(s), m_endTime(e) {} in RootEntry() function
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/
H A DTranslationTable.c80 VTD_ROOT_ENTRY *RootEntry; in CreateContextEntry() local
115 RootEntry = &mVtdUnitInformation[VtdIndex].RootEntryTable[SourceId.Index.RootIndex]; in CreateContextEntry()
116 if (RootEntry->Bits.Present == 0) { in CreateContextEntry()
119 RootEntry->Bits.Present = 1; in CreateContextEntry()
123 …le = (VTD_CONTEXT_ENTRY *)(UINTN)VTD_64BITS_ADDRESS(RootEntry->Bits.ContextTablePointerLo, RootEnt… in CreateContextEntry()
336 IN VTD_ROOT_ENTRY *RootEntry in DumpDmarContextEntryTable() argument
346 DEBUG ((DEBUG_INFO,"RootEntry Address - 0x%x\n", RootEntry)); in DumpDmarContextEntryTable()
349 if ((RootEntry[Index].Uint128.Uint64Lo != 0) || (RootEntry[Index].Uint128.Uint64Hi != 0)) { in DumpDmarContextEntryTable()
351 Index, Index, RootEntry[Index].Uint128.Uint64Hi, RootEntry[Index].Uint128.Uint64Lo)); in DumpDmarContextEntryTable()
353 if (RootEntry[Index].Bits.Present == 0) { in DumpDmarContextEntryTable()
[all …]
H A DPciInfo.c328 VTD_ROOT_ENTRY *RootEntry; in FindVtdIndexByPciDevice() local
358 RootEntry = &mVtdUnitInformation[VtdIndex].RootEntryTable[SourceId.Index.RootIndex]; in FindVtdIndexByPciDevice()
359 …le = (VTD_CONTEXT_ENTRY *)(UINTN)VTD_64BITS_ADDRESS(RootEntry->Bits.ContextTablePointerLo, RootEnt… in FindVtdIndexByPciDevice()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/
H A DTranslationTable.c80 VTD_ROOT_ENTRY *RootEntry; in CreateContextEntry() local
115 RootEntry = &mVtdUnitInformation[VtdIndex].RootEntryTable[SourceId.Index.RootIndex]; in CreateContextEntry()
116 if (RootEntry->Bits.Present == 0) { in CreateContextEntry()
119 RootEntry->Bits.Present = 1; in CreateContextEntry()
123 …le = (VTD_CONTEXT_ENTRY *)(UINTN)VTD_64BITS_ADDRESS(RootEntry->Bits.ContextTablePointerLo, RootEnt… in CreateContextEntry()
336 IN VTD_ROOT_ENTRY *RootEntry in DumpDmarContextEntryTable() argument
346 DEBUG ((DEBUG_INFO,"RootEntry Address - 0x%x\n", RootEntry)); in DumpDmarContextEntryTable()
349 if ((RootEntry[Index].Uint128.Uint64Lo != 0) || (RootEntry[Index].Uint128.Uint64Hi != 0)) { in DumpDmarContextEntryTable()
351 Index, Index, RootEntry[Index].Uint128.Uint64Hi, RootEntry[Index].Uint128.Uint64Lo)); in DumpDmarContextEntryTable()
353 if (RootEntry[Index].Bits.Present == 0) { in DumpDmarContextEntryTable()
[all …]
H A DPciInfo.c328 VTD_ROOT_ENTRY *RootEntry; in FindVtdIndexByPciDevice() local
358 RootEntry = &mVtdUnitInformation[VtdIndex].RootEntryTable[SourceId.Index.RootIndex]; in FindVtdIndexByPciDevice()
359 …le = (VTD_CONTEXT_ENTRY *)(UINTN)VTD_64BITS_ADDRESS(RootEntry->Bits.ContextTablePointerLo, RootEnt… in FindVtdIndexByPciDevice()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/
H A DTranslationTable.c80 VTD_ROOT_ENTRY *RootEntry; in CreateContextEntry() local
115 RootEntry = &mVtdUnitInformation[VtdIndex].RootEntryTable[SourceId.Index.RootIndex]; in CreateContextEntry()
116 if (RootEntry->Bits.Present == 0) { in CreateContextEntry()
119 RootEntry->Bits.Present = 1; in CreateContextEntry()
123 …le = (VTD_CONTEXT_ENTRY *)(UINTN)VTD_64BITS_ADDRESS(RootEntry->Bits.ContextTablePointerLo, RootEnt… in CreateContextEntry()
336 IN VTD_ROOT_ENTRY *RootEntry in DumpDmarContextEntryTable() argument
346 DEBUG ((DEBUG_INFO,"RootEntry Address - 0x%x\n", RootEntry)); in DumpDmarContextEntryTable()
349 if ((RootEntry[Index].Uint128.Uint64Lo != 0) || (RootEntry[Index].Uint128.Uint64Hi != 0)) { in DumpDmarContextEntryTable()
351 Index, Index, RootEntry[Index].Uint128.Uint64Hi, RootEntry[Index].Uint128.Uint64Lo)); in DumpDmarContextEntryTable()
353 if (RootEntry[Index].Bits.Present == 0) { in DumpDmarContextEntryTable()
[all …]
H A DPciInfo.c328 VTD_ROOT_ENTRY *RootEntry; in FindVtdIndexByPciDevice() local
358 RootEntry = &mVtdUnitInformation[VtdIndex].RootEntryTable[SourceId.Index.RootIndex]; in FindVtdIndexByPciDevice()
359 …le = (VTD_CONTEXT_ENTRY *)(UINTN)VTD_64BITS_ADDRESS(RootEntry->Bits.ContextTablePointerLo, RootEnt… in FindVtdIndexByPciDevice()
/dports/x11-fm/konqueror/konqueror-21.12.3/src/
H A Dkonqhistorymodel.cpp76 struct RootEntry : public Entry { struct
77 RootEntry() in RootEntry() argument
81 ~RootEntry() override in ~RootEntry() argument
221 : QAbstractItemModel(parent), m_root(new KHM::RootEntry()) in KonqHistoryModel()
288 const KHM::RootEntry *re = static_cast<KHM::RootEntry *>(entry); in index()
323 return static_cast<KHM::RootEntry *>(entry)->groups.count(); in rowCount()
356 m_root = new KHM::RootEntry(); in clear()
H A Dkonqhistorymodel.h18 struct RootEntry;
53 KHM::RootEntry *m_root;
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/
H A DTranslationTable.c80 VTD_ROOT_ENTRY *RootEntry; in CreateContextEntry() local
115 RootEntry = &mVtdUnitInformation[VtdIndex].RootEntryTable[SourceId.Index.RootIndex]; in CreateContextEntry()
116 if (RootEntry->Bits.Present == 0) { in CreateContextEntry()
119 RootEntry->Bits.Present = 1; in CreateContextEntry()
123 …le = (VTD_CONTEXT_ENTRY *)(UINTN)VTD_64BITS_ADDRESS(RootEntry->Bits.ContextTablePointerLo, RootEnt… in CreateContextEntry()
401 IN VTD_ROOT_ENTRY *RootEntry, in DumpDmarContextEntryTable() argument
412 DEBUG ((DEBUG_INFO,"RootEntry Address - 0x%x\n", RootEntry)); in DumpDmarContextEntryTable()
415 if ((RootEntry[Index].Uint128.Uint64Lo != 0) || (RootEntry[Index].Uint128.Uint64Hi != 0)) { in DumpDmarContextEntryTable()
417 Index, Index, RootEntry[Index].Uint128.Uint64Hi, RootEntry[Index].Uint128.Uint64Lo)); in DumpDmarContextEntryTable()
419 if (RootEntry[Index].Bits.Present == 0) { in DumpDmarContextEntryTable()
[all …]
H A DPciInfo.c328 VTD_ROOT_ENTRY *RootEntry; in FindVtdIndexByPciDevice() local
358 RootEntry = &mVtdUnitInformation[VtdIndex].RootEntryTable[SourceId.Index.RootIndex]; in FindVtdIndexByPciDevice()
359 …le = (VTD_CONTEXT_ENTRY *)(UINTN)VTD_64BITS_ADDRESS(RootEntry->Bits.ContextTablePointerLo, RootEnt… in FindVtdIndexByPciDevice()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/
H A DProjectionPath.cs37 this.RootEntry = rootEntry; in ProjectionPath()
62 internal Expression RootEntry property in System.Data.Services.Client.ProjectionPath
H A DProjectionPlanCompiler.cs379 testToNullSegment.StartPath.RootEntry, in RebindConditionalNullCheck()
599 annotation.Segment.StartPath.RootEntry, in RebindParameter()
607 annotation.Segment.StartPath.RootEntry); in RebindParameter()
637 baseAnnotation.Segment.StartPath.RootEntry, in RebindMemberAccess()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/IntelSiliconPkg/Feature/VTd/IntelVTdDmarPei/
H A DTranslationTable.c269 VTD_ROOT_ENTRY *RootEntry; in CreateContextEntry() local
299 RootEntry = &RootEntryBase[SourceId.Index.RootIndex]; in CreateContextEntry()
300 RootEntry->Bits.ContextTablePointerLo = (UINT32) RShiftU64 ((UINT64) (UINTN) Buffer, 12); in CreateContextEntry()
301 RootEntry->Bits.ContextTablePointerHi = (UINT32) RShiftU64 ((UINT64) (UINTN) Buffer, 32); in CreateContextEntry()
302 RootEntry->Bits.Present = 1; in CreateContextEntry()
304 … = (VTD_CONTEXT_ENTRY *) (UINTN) VTD_64BITS_ADDRESS(RootEntry->Bits.ContextTablePointerLo, RootEnt… in CreateContextEntry()
921 VTD_ROOT_ENTRY *RootEntry; in FindVtdIndexBySegmentSourceId() local
961 RootEntry = &RootEntryBase[SourceId.Index.RootIndex]; in FindVtdIndexBySegmentSourceId()
962 … = (VTD_CONTEXT_ENTRY *) (UINTN) VTD_64BITS_ADDRESS(RootEntry->Bits.ContextTablePointerLo, RootEnt… in FindVtdIndexBySegmentSourceId()
/dports/www/otter-browser/otter-browser-1.0.03/src/core/
H A DFeedsModel.cpp54 case RootEntry: in data()
81 case RootEntry: in data()
137 if (type == RootEntry) in data()
249 if (type == RootEntry || type == TrashEntry) in operator <()
262 m_rootEntry->setData(RootEntry, TypeRole); in FeedsModel()
355 if (type != RootEntry && type != TrashEntry) in trashEntry()
878 if (type == FolderEntry || type == RootEntry || type == TrashEntry) in dropMimeData()
H A DFeedsModel.h41 RootEntry, enumerator
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Misc/
H A DBank.h91 } RootEntry; // Contains the root path and the bank map of the root.
93 typedef map<size_t, RootEntry> RootEntryMap; // Maps root id to root entry.
/dports/www/otter-browser/otter-browser-1.0.03/src/ui/
H A DFeedsComboBoxWidget.cpp64 if (type == FeedsModel::RootEntry || type == FeedsModel::FolderEntry) in updateBranch()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DRootMarking.cpp39 typedef RootedValueMap::Entry RootEntry; typedef
286 const RootEntry& entry = r.front(); in markRuntime()

123