Home
last modified time | relevance | path

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

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DBitVector.h75 m_vector[bidx] = m_vector[bidx] & s_negMask[idx & 7]; in set()
150 static const uint8 s_negMask[]; // = {0xFE, 0xFD, 0xFB, 0xF7, 0xEF, 0xDF, 0xBF, 0x7F}; variable
H A DOtherFunctions.cpp1198 const uint8 BitVector::s_negMask[] = {0xFE, 0xFD, 0xFB, 0xF7, 0xEF, 0xDF, 0xBF, 0x7F};
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DBitVector.h75 m_vector[bidx] = m_vector[bidx] & s_negMask[idx & 7]; in set()
150 static const uint8 s_negMask[]; // = {0xFE, 0xFD, 0xFB, 0xF7, 0xEF, 0xDF, 0xBF, 0x7F}; variable
H A DOtherFunctions.cpp1201 const uint8 BitVector::s_negMask[] = {0xFE, 0xFD, 0xFB, 0xF7, 0xEF, 0xDF, 0xBF, 0x7F}; member in BitVector