|
LMMS
|
Go to the source code of this file.
Namespaces | |
| namespace | juce |
Functions | |
| int | juce::findHighestSetBit (uint32 n) noexcept |
| static BigInteger | juce::simpleGCD (BigInteger *m, BigInteger *n) |
| OutputStream &JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const BigInteger &value) |
| void | juce::writeLittleEndianBitsInBuffer (void *buffer, uint32 startBit, uint32 numBits, uint32 value) noexcept |
| uint32 | juce::readLittleEndianBitsInBuffer (const void *buffer, uint32 startBit, uint32 numBits) noexcept |