Searched refs:OutputIndex (Results 1 – 3 of 3) sorted by relevance
255 for (size_t OutputIndex = 0; OutputIndex < InputSize / 2; ++OutputIndex) { in tryGetFromHex() local257 if (!tryGetHexFromNibbles(InputPtr[OutputIndex * 2 + 0], // MSB in tryGetFromHex()258 InputPtr[OutputIndex * 2 + 1], // LSB in tryGetFromHex()261 OutputPtr[OutputIndex] = Hex; in tryGetFromHex()
2442 auto constexpr OutputIndex =2444 return all_of_zip_predicate_first(std::get<OutputIndex>(argsThenPredicate),
126 uint32_t OutputIndex = InvalidIndex; member 1149 writeRelocSection(Sec.OutputIndex, Sec.Name, Relocations); in writeCustomRelocSections() 1188 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection() 1248 CustomSection.OutputIndex = Section.Index; in writeCustomSection()