Searched refs:BYTE_NUM (Results 1 – 7 of 7) sorted by relevance
33 const int BYTE_NUM = 8; variable
69 const uint8_t BYTE_NUM = 0xFF; variable
89 const uint8_t BYTE_NUM = 0xff; variable
133 const uint8_t BYTE_NUM = 0xff; variable
312 if ((spnData[numBytes] & BYTE_NUM) == BYTE_NUM) { in ProcessGetSpnDone()
291 displayConditionOfSpn_ = (BYTE_NUM & value); in ProcessSpnGeneral()690 int index = (dataByte != nullptr) ? (dataByte.get()[0] & BYTE_NUM) : 0; in ProcessGetMbiDone()691 if (index != 0 && index != BYTE_NUM) { in ProcessGetMbiDone()801 if ((value & BYTE_NUM) == BYTE_NUM) { in ProcessGetMwisDone()1497 if ((indexOfMailbox_) && (indexOfMailbox_ != BYTE_NUM)) { in UpdateVoiceMail()
594 fileSize = data[LENGTH_OF_RECORD] & BYTE_NUM; in GetFileAndDataSize()595 … dataSize = ((data[SIZE_ONE_OF_FILE] & BYTE_NUM) << OFFSET) + (data[SIZE_TWO_OF_FILE] & BYTE_NUM); in GetFileAndDataSize()