Home
last modified time | relevance | path

Searched refs:endAddress (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_map.c88 RF_RaidAddr_t endAddress = raidAddress + numBlocks; in rf_MapAccess() local
127 for (; raidAddress < endAddress;) { in rf_MapAccess()
145 stripeEndAddress = RF_MIN(endAddress, stripeRealEndAddress); in rf_MapAccess()
182 pda_p->numSector = RF_MIN(endAddress, nextStripeUnitAddress) - raidAddress; in rf_MapAccess()
189 raidAddress = RF_MIN(endAddress, nextStripeUnitAddress); in rf_MapAccess()
212 …rf_ASMParityAdjust(raidPtr, asm_p->parityInfo, startAddrWithinStripe, endAddress, layoutPtr, asm_p… in rf_MapAccess()
239 …rf_ASMParityAdjust(raidPtr, asm_p->parityInfo, startAddrWithinStripe, endAddress, layoutPtr, asm_p… in rf_MapAccess()
240 rf_ASMParityAdjust(raidPtr, asm_p->qInfo, startAddrWithinStripe, endAddress, layoutPtr, asm_p); in rf_MapAccess()
771 RF_SectorNum_t endAddress, in rf_ASMParityAdjust() argument
816 new_pda->numSector = endAddress - rf_RaidAddressOfPrevStripeUnitBoundary(layoutPtr, endAddress); in rf_ASMParityAdjust()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DELFSourceFile.cpp290 uint32_t endAddress = beginAddress + sectionHeader.sh_size; in createDataTargetForSection() local
291 ConstantDataTarget * target = new ConstantDataTarget(beginAddress, endAddress); in createDataTargetForSection()
313 uint32_t endAddress = beginAddress + symbolHeader.st_size; in createDataTargetForSymbol() local
314 ConstantDataTarget * target = new ConstantDataTarget(beginAddress, endAddress); in createDataTargetForSymbol()
H A DStExecutableImage.cpp208 uint32_t lastByte = region.endAddress(); // last used byte in this region in cropRegionToFilter()
411 uint32_t lastByte = region.endAddress(); // last used byte in this region in matchesMemoryRegion()
H A DStExecutableImage.h62 inline uint32_t endAddress() const { return m_address + m_length - 1; } in endAddress() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h174 uint64_t endAddress() const { return Range.End; } in endAddress() function
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp1294 uint32_t endAddress = 0; in createTargetFromNode() local
1303 endAddress = static_cast<uint32_t>(endIntExpr->getValue()); in createTargetFromNode()
1310 target = new ConstantDataTarget(beginAddress, endAddress); in createTargetFromNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp218 DWARFAddressRange(FI.startAddress(), FI.endAddress()); in parseInlineInfo()
254 const uint64_t EndAddress = FI.endAddress(); in convertFunctionLineTable()