HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 851 - 875 of 4075) sorted by null

<<31323334353637383940>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELF.h 151 Expected<const Elf_Shdr *> getSection(uint32_t Index) const;
154 uint32_t Index) const;
171 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) {
172 if (Index >= Sections.size())
173 return createError("invalid section index");
174 return &Sections[Index];
183 unsigned Index = Sym - FirstSym;
184 if (Index >= ShndxTable.size())
185 return createError("index past the end of the symbol table");
188 return ShndxTable[Index];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
SelectorLocationsKind.h 57 SourceLocation getStandardSelectorLoc(unsigned Index,
75 SourceLocation getStandardSelectorLoc(unsigned Index,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELF.h 151 Expected<const Elf_Shdr *> getSection(uint32_t Index) const;
154 uint32_t Index) const;
171 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) {
172 if (Index >= Sections.size())
173 return createError("invalid section index");
174 return &Sections[Index];
183 unsigned Index = Sym - FirstSym;
184 if (Index >= ShndxTable.size())
185 return createError("index past the end of the symbol table");
188 return ShndxTable[Index];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
SelectorLocationsKind.h 57 SourceLocation getStandardSelectorLoc(unsigned Index,
75 SourceLocation getStandardSelectorLoc(unsigned Index,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELF.h 151 Expected<const Elf_Shdr *> getSection(uint32_t Index) const;
154 uint32_t Index) const;
171 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) {
172 if (Index >= Sections.size())
173 return createError("invalid section index");
174 return &Sections[Index];
183 unsigned Index = Sym - FirstSym;
184 if (Index >= ShndxTable.size())
185 return createError("index past the end of the symbol table");
188 return ShndxTable[Index];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
SelectorLocationsKind.h 57 SourceLocation getStandardSelectorLoc(unsigned Index,
75 SourceLocation getStandardSelectorLoc(unsigned Index,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELF.h 151 Expected<const Elf_Shdr *> getSection(uint32_t Index) const;
154 uint32_t Index) const;
171 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) {
172 if (Index >= Sections.size())
173 return createError("invalid section index");
174 return &Sections[Index];
183 unsigned Index = Sym - FirstSym;
184 if (Index >= ShndxTable.size())
185 return createError("index past the end of the symbol table");
188 return ShndxTable[Index];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
SelectorLocationsKind.h 57 SourceLocation getStandardSelectorLoc(unsigned Index,
75 SourceLocation getStandardSelectorLoc(unsigned Index,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELF.h 151 Expected<const Elf_Shdr *> getSection(uint32_t Index) const;
154 uint32_t Index) const;
171 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) {
172 if (Index >= Sections.size())
173 return createError("invalid section index");
174 return &Sections[Index];
183 unsigned Index = Sym - FirstSym;
184 if (Index >= ShndxTable.size())
185 return createError("index past the end of the symbol table");
188 return ShndxTable[Index];
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
group2.d 17 \[Index\] Name
group4.d 17 \[Index\] Name
group5.d 17 \[Index\] Name
group6.d 17 \[Index\] Name
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
DepexParser.c 241 INT32 Index;
244 Index = 0;
254 Index++;
257 if (Index > 0 && Index <= 8) {
290 int Index;
293 Index = 0;
303 Index++;
306 if (Index > 0 && Index <= 4) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/PeiMain/
PeiMain.c 156 UINTN Index;
190 for (Index = 0; Index < PcdGet32 (PcdPeiCoreMaxFvSupported); Index ++) {
191 OldCoreData->Fv[Index].PeimState = (UINT8 *) OldCoreData->Fv[Index].PeimState + OldCoreData->HeapOffset;
192 OldCoreData->Fv[Index].FvFileHandles = (EFI_PEI_FILE_HANDLE *) ((UINT8 *) OldCoreData->Fv[Index].FvFileHandles + OldCoreData->HeapOffset);
202 for (Index = 0; Index < PcdGet32 (PcdPeiCoreMaxFvSupported); Index ++) {
    [all...]
  /external/llvm/lib/Analysis/
StratifiedSets.h 27 /// An index into Stratified Sets.
34 StratifiedIndex Index;
48 /// The index for the set "above" current
111 const StratifiedLink &getLink(StratifiedIndex Index) const {
112 assert(inbounds(Index));
113 return Links[Index];
307 auto &Link = linksAt(Info.Index);
310 Info.Index = Iter->second;
368 auto Index = *indexOf(Main);
369 if (!linksAt(Index).hasAbove()
    [all...]
  /external/pdfium/third_party/bigint/
BigUnsigned.cc 30 void BigUnsigned::setBlock(Index i, Blk newBlock) {
42 for (Index j = len; j < i; j++)
53 BigUnsigned::Index BigUnsigned::bitLength() const {
58 Index leftmostBlockLen = 0;
67 void BigUnsigned::setBit(Index bi, bool newBit) {
68 Index blockI = bi / N;
83 Index i = len;
144 Index i;
157 // For each block index that is present in both inputs...
202 Index i
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/PciHostBridgeDxe/
PciHostBridge.c 296 PCI_RESOURCE_TYPE Index;
317 for (Index = TypeIo; Index < TypeMax; Index++) {
318 RootBridgeInstance->ResAllocNode[Index].Type = Index;
319 RootBridgeInstance->ResAllocNode[Index].Base = 0;
320 RootBridgeInstance->ResAllocNode[Index].Length = 0;
321 RootBridgeInstance->ResAllocNode[Index].Status = ResNone;
371 for (Index = TypeIo; Index < TypeBus; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrOpCodeCreation.c 217 UINTN Index;
244 for (Index = 0; Index < OptionCount; Index++) {
248 OneOfOption.Option = OptionsList[Index].StringToken;
249 OneOfOption.Value = OptionsList[Index].Value;
250 OneOfOption.Flags = OptionsList[Index].Flags;
251 OneOfOption.Key = OptionsList[Index].Key;
312 UINTN Index;
332 for (Index = 0; Index < OptionCount; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrForm.c 37 UINT32 Index;
50 Index = 0;
56 if (Index == PackageIndex) {
60 Index++;
336 UINT32 Index;
389 for (Index = 0; ; Index++) {
390 Status = GetPackageDataFromPackageList (HiiPackageList, Index, &PackageLength, &Package);
452 UINTN Index;
507 for (Index = 1; Index < NumberOfLines; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxeDebugLibReportStatusCode/
DebugLib.c 50 UINTN Index;
81 for (Index = 0, ArgumentPointer = (UINT64 *)(DebugInfo + 1); Index < 12; Index++, ArgumentPointer++) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/NtFwh/
NtFwh.h 36 IN UINTN Index,
48 Index - Which FD, starts at zero.
54 EFI_UNSUPPORTED - Index does nto map to an FD in the system
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
ParseInf.c 517 INT32 Index;
529 Index = sscanf (
548 if (Index != 11) {
598 UINT8 Index;
614 for (Index = 2; Index < strlen (AsciiString); Index++) {
615 if (isxdigit (AsciiString[Index]) == 0) {
622 for (Index = 2; AsciiString[Index] != '\0'; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BBSsupport.h 24 @param Index Index.
34 IN UINTN Index,
65 @param DevOrder Pointer to buffer containing the BBS Index,
67 @param DevOrderCount Count of the BBS Index
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
Event.c 135 UINTN Index;
137 for (Index=0; Index <= TPL_HIGH_LEVEL; Index++) {
138 InitializeListHead (&gEventQueue[Index]);
391 INTN Index;
402 for (Index = 0; Index < (sizeof (mEventTable) / sizeof (UINT32)); Index++) {
403 if (Type == mEventTable[Index]) {
    [all...]

Completed in 430 milliseconds

<<31323334353637383940>>