Searched refs:numCyclesPower (Results 1 – 2 of 2) sorted by relevance
45 final int numCyclesPower = byte0 & 0x3f; in decode() local61 if (numCyclesPower == 0x3f) { in decode()75 for (long j = 0; j < (1L << numCyclesPower); j++) { in decode()
473 UInt32 numCyclesPower = firstByte & 0x3F; in SetMethodToProp() local474 ConvertUInt32ToString(numCyclesPower, s); in SetMethodToProp()