Searched refs:OutputIndex (Results 1 – 3 of 3) sorted by relevance
242 for (size_t OutputIndex = 0; OutputIndex < InputSize / 2; ++OutputIndex) { in tryGetFromHex() local244 if (!tryGetHexFromNibbles(InputPtr[OutputIndex * 2 + 0], // MSB in tryGetFromHex()245 InputPtr[OutputIndex * 2 + 1], // LSB in tryGetFromHex()248 OutputPtr[OutputIndex] = Hex; in tryGetFromHex()
2289 auto constexpr OutputIndex =2291 return all_of_zip_predicate_first(std::get<OutputIndex>(argsThenPredicate),
127 uint32_t OutputIndex = InvalidIndex; member1150 writeRelocSection(Sec.OutputIndex, Sec.Name, Relocations); in writeCustomRelocSections()1189 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection()1250 CustomSection.OutputIndex = Section.Index; in writeCustomSection()