Home
last modified time | relevance | path

Searched refs:BinarySearch (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSnapshotTracker.cs27 … int index = snapshots.BinarySearch(new SnapshotDescriptor(timeStamp, null), snapshotComparer); in GetLastSnapshotBeforeOrAtTimeStamp()
60 int index = snapshots.BinarySearch(newSnap, snapshotComparer); in Save()
DBitHelper.cs854 var result = fragments.BinarySearch(f, comparer); in CanAcceptFragment()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DPeripheralCollection.cs231 var index = BinarySearch(address); in FindAccessMethods()
276 private int BinarySearch(ulong offset) in BinarySearch() method in Antmicro.Renode.Peripherals.Bus.SystemBus.PeripheralCollection
DSymbolLookup.cs366 var index = Array.BinarySearch<Symbol>(symbols, marker, comparer); in TryGet()
404 var index = Array.BinarySearch<Symbol>(symbols, other, comparer); in TryGet()
423 var index = Array.BinarySearch<Symbol>(symbols, interval, comparer); in Contains()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DAMDCFIFlash.cs191 var sectorIdx = Array.BinarySearch(sectorStarts, offset); in WriteByte()