Searched refs:Index (Results 1 - 25 of 839) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Daslmessages.c346 UINT32 Index; local
355 Index = MessageId;
357 if (Index >= ACPI_ARRAY_LENGTH (AslCompilerMsgs))
368 Index = MessageId - ASL_MSG_TABLE_COMPILER;
370 if (Index >= ACPI_ARRAY_LENGTH (AslTableCompilerMsgs))
381 Index = MessageId - ASL_MSG_PREPROCESSOR;
383 if (Index >= ACPI_ARRAY_LENGTH (AslPreprocessorMsgs))
396 return (MessageTable[Index]);
493 UINT32 Index = 1; local
509 for (i = 1; Index < ACPI_ARRAY_LENGT
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumModules.cpp22 NativeEnumModules::NativeEnumModules(NativeSession &PDBSession, uint32_t Index) argument
23 : Session(PDBSession), Index(Index) {}
35 if (Index >= getChildCount())
37 return getChildAtIndex(Index++);
40 void NativeEnumModules::reset() { Index = 0; }
H A DNativeEnumLineNumbers.cpp25 : Lines(std::move(LineNums)), Index(0) {}
39 return getChildAtIndex(Index++);
42 void NativeEnumLineNumbers::reset() { Index = 0; }
H A DNativeEnumSymbols.cpp23 : Symbols(std::move(Symbols)), Index(0), Session(PDBSession) {}
38 return getChildAtIndex(Index++);
41 void NativeEnumSymbols::reset() { Index = 0; }
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DTypeLocBuilder.cpp49 unsigned NewIndex = Index + NewCapacity - Capacity;
51 &Buffer[Index],
52 Capacity - Index);
59 Index = NewIndex;
73 if (LocalSize > Index) {
74 size_t RequiredCapacity = Capacity + (LocalSize - Index);
99 memmove(&Buffer[Index - 4], &Buffer[Index], NumBytesAtAlign4);
100 Index -= 4;
110 memmove(&Buffer[Index
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DSummaryBasedOptimizations.h13 void computeSyntheticCounts(ModuleSummaryIndex &Index);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Option/
H A DOption.cpp110 unsigned &Index) const {
114 if (ArgSize != strlen(Args.getArgString(Index)))
116 return new Arg(*this, Spelling, Index++);
119 const char *Value = Args.getArgString(Index) + ArgSize;
120 return new Arg(*this, Spelling, Index++, Value);
124 const char *Str = Args.getArgString(Index) + ArgSize;
125 Arg *A = new Arg(*this, Spelling, Index++);
153 if (ArgSize != strlen(Args.getArgString(Index)))
156 Index += 2;
157 if (Index > Arg
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp37 CVType TypeTableCollection::getType(TypeIndex Index) { argument
38 assert(Index.toArrayIndex() < Records.size());
39 return CVType(Records[Index.toArrayIndex()]);
42 StringRef TypeTableCollection::getTypeName(TypeIndex Index) { argument
43 if (Index.isNoneType() || Index.isSimple())
44 return TypeIndex::simpleTypeName(Index);
46 uint32_t I = Index.toArrayIndex();
48 StringRef Result = NameStorage.save(computeTypeName(*this, Index));
54 bool TypeTableCollection::contains(TypeIndex Index) { argument
62 replaceType(TypeIndex &Index, CVType Data, bool Stabilize) argument
[all...]
H A DLazyRandomTypeCollection.cpp83 uint32_t LazyRandomTypeCollection::getOffsetOfType(TypeIndex Index) { argument
84 error(ensureTypeExists(Index));
85 assert(contains(Index));
87 return Records[Index.toArrayIndex()].Offset;
90 CVType LazyRandomTypeCollection::getType(TypeIndex Index) { argument
91 assert(!Index.isSimple());
93 auto EC = ensureTypeExists(Index);
95 assert(contains(Index));
97 return Records[Index.toArrayIndex()].Type;
100 Optional<CVType> LazyRandomTypeCollection::tryGetType(TypeIndex Index) { argument
113 getTypeName(TypeIndex Index) argument
135 contains(TypeIndex Index) argument
157 ensureCapacityFor(TypeIndex Index) argument
281 replaceType(TypeIndex &Index, CVType Data, bool Stabilize) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h19 FunctionId() : Index(0) {}
21 explicit FunctionId(uint32_t Index) : Index(Index) {} argument
23 uint32_t getIndex() const { return Index; }
26 uint32_t Index; member in class:llvm::codeview::FunctionId
H A DRecordName.h17 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumModules.h21 NativeEnumModules(NativeSession &Session, uint32_t Index = 0);
24 std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override;
30 uint32_t Index; member in class:llvm::pdb::NativeEnumModules
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.h53 void setRAIndex(int Index) { ReturnAddrIndex = Index; } argument
56 void setVarArgsFrameIndex(int Index) { VarArgsFrameIndex = Index; } argument
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/
H A Dsmbios.c41 UINT16 Index; local
50 for (Index = 0; Index < SmbiosTable->TableLength ; Index++) {
104 UINT16 Index; local
115 for (Index = 1; Index <= StringNumber; Index++) {
116 if (StringNumber == Index) {
/netbsd-current/sys/external/bsd/acpica/dist/dispatcher/
H A Ddsmthdat.c59 UINT32 Index,
65 UINT32 Index,
73 UINT32 Index,
156 UINT32 Index; local
164 for (Index = 0; Index < ACPI_METHOD_NUM_LOCALS; Index++)
166 if (WalkState->LocalVariables[Index].Object)
169 Index, WalkState->LocalVariables[Index]
219 UINT32 Index = 0; local
275 AcpiDsMethodDataGetNode( UINT8 Type, UINT32 Index, ACPI_WALK_STATE *WalkState, ACPI_NAMESPACE_NODE **Node) argument
347 AcpiDsMethodDataSetValue( UINT8 Type, UINT32 Index, ACPI_OPERAND_OBJECT *Object, ACPI_WALK_STATE *WalkState) argument
406 AcpiDsMethodDataGetValue( UINT8 Type, UINT32 Index, ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT **DestDesc) argument
519 AcpiDsMethodDataDeleteValue( UINT8 Type, UINT32 Index, ACPI_WALK_STATE *WalkState) argument
585 AcpiDsStoreObjectToLocal( UINT8 Type, UINT32 Index, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
743 AcpiDsMethodDataGetType( UINT16 Opcode, UINT32 Index, ACPI_WALK_STATE *WalkState) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dindex-prop3 # We do this by propagating the full pathname from the Index: line
10 if (/^Index: (.*)/)
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dindex-prop3 # We do this by propagating the full pathname from the Index: line
10 if (/^Index: (.*)/)
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DSelectorLocationsKind.cpp19 static SourceLocation getStandardSelLoc(unsigned Index, argument
26 assert(Index == 0);
34 assert(Index < NumSelArgs);
37 IdentifierInfo *II = Sel.getIdentifierInfoForSlot(Index);
64 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) { argument
65 return Index < Args.size() ? getArgLoc(Args[Index]) : SourceLocation();
103 SourceLocation clang::getStandardSelectorLoc(unsigned Index, argument
108 return getStandardSelLoc(Index, Sel, WithArgSpace,
109 getArgLoc(Index, Arg
120 getStandardSelectorLoc(unsigned Index, Selector Sel, bool WithArgSpace, ArrayRef<ParmVarDecl *> Args, SourceLocation EndLoc) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h58 Optional<ModuleSummaryIndex> Index; member in class:llvm::ModuleSummaryIndexWrapperPass
66 ModuleSummaryIndex &getIndex() { return *Index; }
67 const ModuleSummaryIndex &getIndex() const { return *Index; }
83 const ModuleSummaryIndex *Index; member in class:llvm::ImmutableModuleSummaryIndexWrapperPass
89 const ModuleSummaryIndex *Index = nullptr);
90 const ModuleSummaryIndex *getIndex() const { return Index; }
100 createImmutableModuleSummaryIndexWrapperPass(const ModuleSummaryIndex *Index);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DDelta.h31 bool contains(int Index) const { return Index >= Begin && Index <= End; }
56 int Index = 1; member in class:llvm::Oracle
72 bool ShouldKeep = ChunksToKeep.front().contains(Index);
73 auto _ = make_scope_exit([&]() { ++Index; }); // Next time - next feature.
76 if (ChunksToKeep.front().End == Index)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h35 SDValue Index; member in class:llvm::BaseIndexOffset
41 BaseIndexOffset(SDValue Base, SDValue Index, bool IsIndexSignExt) argument
42 : Base(Base), Index(Index), Offset(), IsIndexSignExt(IsIndexSignExt) {}
43 BaseIndexOffset(SDValue Base, SDValue Index, int64_t Offset, argument
45 : Base(Base), Index(Index), Offset(Offset),
50 SDValue getIndex() { return Index; }
51 SDValue getIndex() const { return Index; }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DReleaseModeModelRunner.cpp40 void setFeature(FeatureIndex Index, int64_t Value) override;
41 int64_t getFeature(int Index) const override;
58 const int Index = local
60 assert(Index >= 0 && "Cannot find Feature in inlining model");
61 FeatureIndices[I] = Index;
69 int64_t ReleaseModeModelRunner::getFeature(int Index) const {
71 CompiledModel->arg_data(FeatureIndices[Index]));
74 void ReleaseModeModelRunner::setFeature(FeatureIndex Index, int64_t Value) { argument
76 FeatureIndices[static_cast<size_t>(Index)])) = Value;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp19 std::string LookupResult::getSourceFile(uint32_t Index) const {
21 if (Index < Locations.size()) {
22 if (!Locations[Index].Dir.empty()) {
23 if (Locations[Index].Base.empty()) {
24 Fullpath = std::string(Locations[Index].Dir);
27 llvm::sys::path::append(Storage, Locations[Index].Dir,
28 Locations[Index].Base);
31 } else if (!Locations[Index].Base.empty())
32 Fullpath = std::string(Locations[Index].Base);
/netbsd-current/sys/external/bsd/acpica/dist/utilities/
H A Duthex.c78 UINT64 Index; local
80 AcpiUtShortShiftRight (Integer, Position, &Index);
81 return (AcpiGbl_HexToAscii[Index & 0xF]);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h57 IndexType(unsigned Idx) : Index(Idx) {}
59 static bool isInstr(IndexType X) { return X.Index >= First; }
75 unsigned Index = None; variable
178 assert(Index >= First);
179 return Index;
183 return Index == x;
187 return Index == Idx.Index;
191 return Index != x;
195 return Index !
[all...]

Completed in 523 milliseconds

1234567891011>>