Searched refs:NormalizeBinary (Results 1 – 9 of 9) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/ |
| D | CFIFlash.cs | 76 … "Erase block has to divide flash size, which is {0}B.", Misc.NormalizeBinary(size)) 83 Misc.NormalizeBinary(size / (ushort.MaxValue + 1)), 84 Misc.NormalizeBinary(Size)) 92 Misc.NormalizeBinary(Size), 429 … this.NoisyLog("Discarded buffer of size {0}B.", Misc.NormalizeBinary(writeBuffer.Length)); in HandleWriteConfirm() 440 Misc.NormalizeBinary(writeBuffer.Length), writeBufferStart); in HandleWriteConfirm() 449 Misc.NormalizeBinary(writeBuffer.Length), writeBufferStart); in HandleWriteConfirm()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/ |
| D | LBABackend.cs | 63 … numberOfBlocksToRead, Misc.NormalizeBinary(numberOfBlocksToRead * bytesToRead), startingBlock); in Read() 72 numberOfBlocksToWrite, Misc.NormalizeBinary(data.Length), startingBlock); in Write()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | EmulatorController.cs | 320 transferStream.Name, Misc.NormalizeBinary(transferStream.Position)); in HandleReadPacket() 324 Misc.NormalizeBinary(retValue)); in HandleReadPacket() 360 transferStream.Name, Misc.NormalizeBinary(transferStream.Position)); in HandleWritePacket() 364 … this.NoisyLog("Received packet of data to write of size {0}B.", Misc.NormalizeBinary(value)); in HandleWritePacket()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | CachingFileFetcher.cs | 310 … strBldr.AppendFormat("\nProgress: {0}B downloaded", Misc.NormalizeBinary(bytesDownloaded.Value)); in GenerateProgressMessage() 314 …: {0}% ({1}B/{2}B)", progressPercentage, Misc.NormalizeBinary(bytesDownloaded.Value), Misc.Normali… in GenerateProgressMessage()
|
| D | Misc.cs | 217 public static String NormalizeBinary(double what) in NormalizeBinary() method in Antmicro.Renode.Utilities.Misc
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | TranslationCPU.cs | 1161 ….Debug, "Translation cache size was corrected to {0}B ({1}B).", Misc.NormalizeBinary(realSize), re… in OnTranslationCacheSizeChange() 1534 var sizeNormalized = Misc.NormalizeBinary((double)size); in Allocate() 1561 …B at 0x{1:X}, new size {2}B at 0x{3:X}.", Misc.NormalizeBinary(oldSize), oldPointer, Misc.Normaliz… in Reallocate() 1573 … parent.NoisyLog("Deallocated a {0}B pointer at 0x{1:X}.", Misc.NormalizeBinary(oldSize), ptr); in Free() 1590 …ft allocated. This might indicate a memory leak. Cleaning up...", Misc.NormalizeBinary(allocated)); in CheckIfAllIsFreed() 1600 … parent.NoisyLog("Allocated is now {0}B.", Misc.NormalizeBinary(Interlocked.Read(ref allocated))); in PrintAllocated()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/ |
| D | ENC28J60.cs | 464 … Misc.NormalizeBinary(packetPlusHeadersLength), Misc.NormalizeBinary(freeSpace)); in TryReceivePacket()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/ |
| D | MappedMemory.cs | 78 …DebugLog("Segment size automatically calculated to value {0}B", Misc.NormalizeBinary(segmentSize.V… in MappedMemory()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | SystemBus.cs | 774 uImage.Size, Misc.NormalizeBinary(uImage.Size), in LoadUImage()
|