Searched refs:MASK127 (Results 1 – 2 of 2) sorted by relevance
99 #define MASK127 127 // 0111 1111 macro
2211 tmpByte = (uint8)(pBuf[i] & MASK127); in SafeSynchIntToInt32()2213 tmpByte = pBuf[4-i-1] & MASK127; in SafeSynchIntToInt32()