/device/linaro/bootloader/edk2/MdePkg/Library/PeiPalLib/ |
PeiPalLib.c | 29 This is a wrapper function to make a PAL procedure call. Based on the Index value,
43 @param Index The PAL procedure Index number.
54 IN UINT64 Index,
95 ReturnVal = AsmPalCall (PalCallAddress, Index, Arg2, Arg3, Arg4);
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPalLib/ |
UefiPalLib.c | 31 This is a wrapper function to make a PAL procedure call. Based on the Index value,
45 @param Index The PAL procedure Index number.
56 IN UINT64 Index,
67 Index,
|
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
DnsDhcp.c | 242 UINT32 Index;
269 for (Index = 0; Index < OptionCount; Index++) {
273 if (OptionList[Index]->OpCode == DHCP4_TAG_DNS_SERVER) {
275 if (((OptionList[Index]->Length & 0x3) != 0) || (OptionList[Index]->Length == 0)) {
280 ServerCount = OptionList[Index]->Length/4;
287 CopyMem (ServerList + Count, &OptionList[Index]->Data[4 * Count], sizeof (EFI_IPv4_ADDRESS));
333 UINT32 Index;
[all...] |
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/ |
Driver.c | 71 UINTN Index = 0;
73 while (gQemuVideoCardList[Index].VendorId != 0) {
74 if (gQemuVideoCardList[Index].VendorId == VendorId &&
75 gQemuVideoCardList[Index].DeviceId == DeviceId) {
76 return gQemuVideoCardList + Index;
78 Index++;
679 @param Index TODO: add argument description
690 UINTN Index,
696 VgaOutb (Private, PALETTE_INDEX_REGISTER, (UINT8) Index);
715 UINTN Index;
[all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/ |
Misc.c | 50 UINTN Index;
58 for (Index = 0; Index < Count; Index++) {
85 UINTN Index;
93 for (Index = 0; Index < Count; Index++) {
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRHashRule.h | 69 - (void) insertObject:(ANTLRRuleMemo *)aRule atIndex:(NSInteger)Index; 70 - (ANTLRRuleMemo *) objectAtIndex:(NSInteger)Index;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRHashRule.h | 69 - (void) insertObject:(ANTLRRuleMemo *)aRule atIndex:(NSInteger)Index; 70 - (ANTLRRuleMemo *) objectAtIndex:(NSInteger)Index;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRHashRule.h | 69 - (void) insertObject:(ANTLRRuleMemo *)aRule atIndex:(NSInteger)Index; 70 - (ANTLRRuleMemo *) objectAtIndex:(NSInteger)Index;
|
/external/clang/bindings/python/examples/cindex/ |
cindex-includes.py | 19 from clang.cindex import Index 32 index = Index.create() 33 tu = index.parse(None, args)
|
/external/clang/include/clang/AST/ |
SelectorLocationsKind.h | 57 SourceLocation getStandardSelectorLoc(unsigned Index, 75 SourceLocation getStandardSelectorLoc(unsigned Index,
|
/external/eigen/Eigen/src/SparseCore/ |
SparseSolverBase.h | 28 static const Index NbColsAtOnce = 4; 29 Index rhsCols = rhs.cols(); 30 Index size = rhs.rows(); 32 Index tmpCols = (std::min)(rhsCols, NbColsAtOnce); 35 for(Index k=0; k<rhsCols; k+=NbColsAtOnce) 37 Index actualCols = std::min<Index>(rhsCols-k, NbColsAtOnce); 50 Index size = rhs.rows();
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorStorage.h | 73 typedef IndexType Index; 83 : m_data(0), m_dimensions(internal::template repeat<NumIndices_, Index>(0)) {} 84 EIGEN_DEVICE_FUNC TensorStorage(Index size, const array<Index, NumIndices_>& dimensions) 116 EIGEN_DEVICE_FUNC void resize(Index size, const array<Index, NumIndices_>& nbDimensions) 118 const Index currentSz = internal::array_prod(m_dimensions); 137 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index size() const { return m_dimensions.TotalSize(); }
|
/external/elfutils/tests/ |
run-readelf-test4.sh | 20 testfiles testfile19.index 22 testrun_compare ${abs_top_builddir}/src/readelf -c testfile19.index <<\EOF 24 Index of archive 'testfile19.index' has 4 entries:
|
/external/llvm/include/llvm/LTO/ |
LTO.h | 53 /// Resolve Weak and LinkOnce values in the \p Index. Linkage changes recorded 54 /// in the index and the ThinLTO backends must apply the changes to the Module 60 ModuleSummaryIndex &Index, 66 /// Update the linkages in the given \p Index to mark exported values 70 ModuleSummaryIndex &Index,
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
DIAEnumLineNumbers.cpp | 27 DIAEnumLineNumbers::getChildAtIndex(uint32_t Index) const { 29 if (S_OK != Enumerator->Item(Index, &Item))
|
/external/llvm/lib/LTO/ |
ThinLTOCodeGenerator.cpp | 118 const ModuleSummaryIndex &Index, 124 for (auto &I : Index) { 142 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index) { 143 if (renameModuleForThinLTO(TheModule, Index)) 148 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, 152 FunctionImporter Importer(Index, Loader); 227 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, 250 auto ModHash = Index.getModuleHash(ModuleID); 258 auto ModHash = Index.getModuleHash(Entry.first()); 331 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, [all...] |
/external/llvm/tools/llvm-mc/ |
Disassembler.cpp | 43 uint64_t Index; 45 for (Index = 0; Index < Bytes.first.size(); Index += Size) { 49 S = DisAsm.getInstruction(Inst, Size, Data.slice(Index), Index, 53 SM.PrintMessage(SMLoc::getFromPointer(Bytes.second[Index]), 66 SM.PrintMessage(SMLoc::getFromPointer(Bytes.second[Index]),
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/InstPrinter/ |
PTXInstPrinter.cpp | 86 unsigned Index = 2; 87 unsigned NumRets = MI->getOperand(Index++).getImm(); 91 printOperand(MI, Index++, O); 94 printOperand(MI, Index++, O); 99 O << *(MI->getOperand(Index++).getExpr()) << ", ("; 101 unsigned NumArgs = MI->getOperand(Index++).getImm(); 103 printOperand(MI, Index++, O); 106 printOperand(MI, Index++, O);
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/ |
SelectorLocationsKind.h | 57 SourceLocation getStandardSelectorLoc(unsigned Index, 75 SourceLocation getStandardSelectorLoc(unsigned Index,
|
/prebuilts/clang/host/darwin-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/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/ |
SelectorLocationsKind.h | 57 SourceLocation getStandardSelectorLoc(unsigned Index, 75 SourceLocation getStandardSelectorLoc(unsigned Index,
|
/prebuilts/clang/host/darwin-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/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/ |
SelectorLocationsKind.h | 57 SourceLocation getStandardSelectorLoc(unsigned Index, 75 SourceLocation getStandardSelectorLoc(unsigned Index,
|
/prebuilts/clang/host/darwin-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/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
SelectorLocationsKind.h | 57 SourceLocation getStandardSelectorLoc(unsigned Index, 75 SourceLocation getStandardSelectorLoc(unsigned Index,
|