Searched refs:BinarySearch (Results 1 – 5 of 5) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | SnapshotTracker.cs | 27 … int index = snapshots.BinarySearch(new SnapshotDescriptor(timeStamp, null), snapshotComparer); in GetLastSnapshotBeforeOrAtTimeStamp() 60 int index = snapshots.BinarySearch(newSnap, snapshotComparer); in Save()
|
| D | BitHelper.cs | 854 var result = fragments.BinarySearch(f, comparer); in CanAcceptFragment()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | PeripheralCollection.cs | 231 var index = BinarySearch(address); in FindAccessMethods() 276 private int BinarySearch(ulong offset) in BinarySearch() method in Antmicro.Renode.Peripherals.Bus.SystemBus.PeripheralCollection
|
| D | SymbolLookup.cs | 366 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/ |
| D | AMDCFIFlash.cs | 191 var sectorIdx = Array.BinarySearch(sectorStarts, offset); in WriteByte()
|