Searched refs:GetMostSignificantSetBitIndex (Results 1 – 7 of 7) sorted by relevance
32 return (byte)BitHelper.GetMostSignificantSetBitIndex((ulong)this.UnderlyingMemory.Size); in GetCapacityCode()
235 … var txFifoThresholdBits = BitHelper.GetMostSignificantSetBitIndex((ulong)txFifoCapacity); in BuildRegisterMap()236 … var rxFifoThresholdBits = BitHelper.GetMostSignificantSetBitIndex((ulong)rxFifoCapacity); in BuildRegisterMap()
187 … capacityCode = (byte)BitHelper.GetMostSignificantSetBitIndex((ulong)underlyingMemory.Size); in GetCapacityCode()191 …capacityCode = (byte)((BitHelper.GetMostSignificantSetBitIndex((ulong)underlyingMemory.Size) - 26)… in GetCapacityCode()
192 if(BitHelper.GetMostSignificantSetBitIndex(polynomial) + 1 > width) in CRCPolynomial()
18 public static int GetMostSignificantSetBitIndex(ulong value) in GetMostSignificantSetBitIndex() method in Antmicro.Renode.Utilities.BitHelper
29 romIndexWidth = BitHelper.GetMostSignificantSetBitIndex(romLengthInWords - 1) + 1; in OpenTitan_ROMController()
1307 …public byte LogicalBlockSizeExponentBase2 => (byte)BitHelper.GetMostSignificantSetBitIndex(Logical…