Searched refs:encodedValue (Results 1 – 1 of 1) sorted by relevance
569 private uint DecodeFifoCount(ulong encodedValue) in DecodeFifoCount() argument571 if (encodedValue == 0) in DecodeFifoCount()575 return (uint)Math.Pow(2, encodedValue + 1); in DecodeFifoCount()