Searched refs:FlashSize (Results 1 – 2 of 2) sorted by relevance
72 const int32_t FlashSize = 0x2000; in adjustRelativeBranch() local75 uint64_t WrappedValue = SignedValue > 0 ? (uint64_t)(Value - FlashSize) in adjustRelativeBranch()76 : (uint64_t)(FlashSize + Value); in adjustRelativeBranch()
1306 U32 FlashSize; /* 0x00 */ member