Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_encode_buffer.cpp36 const uint8_t setNotHighestBitZero = 0x80; in EncodeUintvar() local
44 reversed[len] = setNotHighestBitZero | (value & setHighestBitZero); in EncodeUintvar()
H A Dmms_decode_buffer.cpp78 const uint8_t setNotHighestBitZero = 0x80; in DecodeUintvar() local
89 while ((oneByte & setNotHighestBitZero) != 0) { in DecodeUintvar()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_buffer.cpp173 const uint8_t setNotHighestBitZero = 0x80; in DecodeUintvar() local
184 while ((oneByte & setNotHighestBitZero) != 0) { in DecodeUintvar()