Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlevel1.cpp165 const int FLAG_MASK = (iDf) ? 0xFFFFFFFF : 0xFFFF; in Parse() local
179 if ((iCurrentInt32 & FLAG_MASK) == FLAG) in Parse()
189 if ((iCurrentInt32 & FLAG_MASK) != FLAG) in Parse()
207 if ((iCurrentInt32 & FLAG_MASK) == FLAG) in Parse()