Home
last modified time | relevance | path

Searched refs:maxAddress (Results 1 – 21 of 21) sorted by relevance

/dports/devel/tpasm/tpasm1.11/
H A Dsegment.c283 …ic void GetSegmentMinMax(SEGMENT_RECORD *segment,unsigned int *minAddress,unsigned int *maxAddress) in GetSegmentMinMax() argument
292 *maxAddress=0; in GetSegmentMinMax()
313 *maxAddress=page->address+i; in GetSegmentMinMax()
322 if((!segment->firstPage)||(segment->maxDS>*maxAddress)) in GetSegmentMinMax()
324 *maxAddress=segment->maxDS; in GetSegmentMinMax()
335 maxAddress; in DumpSegmentListing() local
337 GetSegmentMinMax(segment,&minAddress,&maxAddress); in DumpSegmentListing()
338 fprintf(file,"%08X %08X %s\n",minAddress,maxAddress,STNodeName(segment->symbol)); in DumpSegmentListing()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmEditLabel.cs70 int maxAddress = GetMaxAddress(type); in ValidateInput()
72 if(maxAddress <= 0) { in ValidateInput()
75 lblRange.Text = "($0000 - $" + maxAddress.ToString("X4") + ")"; in ValidateInput()
96 address + (length - 1) <= maxAddress && in ValidateInput()
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/EM/TriggerCondition/
H A DTriggerConditionManager430.cpp117 …iggerConditionManager430::createInstructionRangeCondition(uint32_t minAddress, uint32_t maxAddress, in createInstructionRangeCondition() argument
124 …return std::make_shared<AddressRangeCondition430>(triggerManager_, minAddress, maxAddress, minMask… in createInstructionRangeCondition()
128 …r TriggerConditionManager430::createAddressRangeCondition(uint32_t minAddress, uint32_t maxAddress, in createAddressRangeCondition() argument
135 …return std::make_shared<AddressRangeCondition430>(triggerManager_, minAddress, maxAddress, minMask… in createAddressRangeCondition()
H A DAddressRangeCondition430.cpp46 …essRangeCondition430(TriggerManager430Ptr triggerManager, uint32_t minAddress, uint32_t maxAddress, in AddressRangeCondition430() argument
61 setMaxAddress(maxAddress, maxMask); in AddressRangeCondition430()
H A DTriggerConditionManager432.h83 uint32_t maxAddress = 0,
90 uint32_t maxAddress = 0,
H A DTriggerConditionManager430.h85 uint32_t maxAddress = 0,
92 uint32_t maxAddress = 0,
H A DITriggerConditionManager.h83 …RangeConditionPtr createInstructionRangeCondition(uint32_t minAddress = 0, uint32_t maxAddress = 0,
87 …ressRangeConditionPtr createAddressRangeCondition(uint32_t minAddress = 0, uint32_t maxAddress = 0,
H A DTriggerConditionManager432.cpp116 …iggerConditionManager432::createInstructionRangeCondition(uint32_t minAddress, uint32_t maxAddress, in createInstructionRangeCondition() argument
124 …r TriggerConditionManager432::createAddressRangeCondition(uint32_t minAddress, uint32_t maxAddress, in createAddressRangeCondition() argument
H A DAddressRangeCondition430.h52 …essRangeCondition430(TriggerManager430Ptr triggerManager, uint32_t minAddress, uint32_t maxAddress,
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/
H A DEemMemoryAccess.cpp54 , maxAddress(0xFE) in EemMemoryAccess()
62 if (address > this->maxAddress) in doRead()
73 if (address > this->maxAddress) in doWrite()
H A DEemMemoryAccess.h73 const size_t maxAddress;
/dports/devel/okteta/okteta-0.26.6/kasten/core/io/filesystem/
H A Dbytearrayrawfilereloadthread.cpp37 const Okteta::Address maxAddress = std::numeric_limits<Okteta::Address>::max(); in run() local
39 mSuccess = (fileSize <= maxAddress); in run()
H A Dbytearrayrawfileloadthread.cpp35 const Okteta::Address maxAddress = std::numeric_limits<Okteta::Address>::max(); in run() local
37 bool success = (fileSize <= maxAddress); in run()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/
H A DBlockLookupOneWay.h11 BlockLookupOneWay(BlockType emptyBlock, uint32 maxAddress) in BlockLookupOneWay() argument
14 m_tableSize = maxAddress / INSTRUCTION_SIZE; in BlockLookupOneWay()
H A DGenericMipsExecutor.h34 CGenericMipsExecutor(CMIPS& context, uint32 maxAddress) in CGenericMipsExecutor() argument
37 , m_maxAddress(maxAddress) in CGenericMipsExecutor()
38 , m_addressMask(maxAddress - 1) in CGenericMipsExecutor()
39 , m_blockLookup(m_emptyBlock.get(), maxAddress) in CGenericMipsExecutor()
H A DBlockLookupTwoWay.h12 BlockLookupTwoWay(BlockType emptyBlock, uint32 maxAddress) in BlockLookupTwoWay() argument
15 m_subTableCount = (maxAddress + SUBTABLE_MASK) / SUBTABLE_SIZE; in BlockLookupTwoWay()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ee/
H A DVuExecutor.cpp5 CVuExecutor::CVuExecutor(CMIPS& context, uint32 maxAddress) in CVuExecutor() argument
6 : CGenericMipsExecutor(context, maxAddress) in CVuExecutor()
H A DEe_LibMc2.cpp34 uint32 maxAddress = startAddress + maxFunctionSize; in AnalyzeFunction() local
36 maxAddress = std::min<uint32>(maxAddress, PS2::EE_RAM_SIZE); in AnalyzeFunction()
44 while(address < maxAddress) in AnalyzeFunction()
/dports/games/scummvm-tools/scummvm-tools-2.5.0/decompiler/
H A Dcontrol_flow.cpp537 uint32 maxAddress = 0; in detectElse() local
542 if ((*targetGr->_start)->_address > maxAddress) { in detectElse()
544 maxAddress = (*targetGr->_start)->_address; in detectElse()
/dports/net-mgmt/observium/observium/mibs/zhone/
H A DZHNLANDEVICE506 maxAddress IpAddress,
564 maxAddress OBJECT-TYPE
2104 maxAddress,
/dports/lang/nbc/NXT/
H A DuNXTClasses.pas3133 cnt, maxAddress, DVAIndex : Word;
3155 maxAddress := 0;
3180 if DE.Address >= maxAddress then
3181 maxAddress := Word(DE.Address+BytesPerType[DE.DataType]);
3214 ProcessDopeVectors(aDS, maxAddress);