Home
last modified time | relevance | path

Searched refs:commandBit (Results 1 – 3 of 3) sorted by relevance

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A Dpattern.cpp471 commandBit = (1 << 4), enumerator
530 mask |= commandBit; in CreateDiffMask()
571 if(diffmask & commandBit) mpt::IO::WriteIntLE<uint8>(oStrm, m.command); in WriteData()
628 READITEM(commandBit, command); in ReadData()
/dports/net/yate/yate-6.4.0-1/libs/ysig/
H A Dq921.cpp1935 cr = cr ? ISDNFrame::commandBit(network) : ISDNFrame::responseBit(network); in setAddress()
H A Dyatesig.h12789 static inline bool commandBit(bool network) in commandBit() function