Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_encode_buffer.cpp35 const uint8_t setNotHighestBitZero = 0x80; in EncodeUintvar() local
43 reversed[len] = setNotHighestBitZero | (value & setHighestBitZero); in EncodeUintvar()
Dmms_decode_buffer.cpp78 const uint8_t setNotHighestBitZero = 0x80; in DecodeUintvar() local
89 while ((oneByte & setNotHighestBitZero) != 0) { in DecodeUintvar()
/base/telephony/sms_mms/services/sms/
Dsms_wap_push_buffer.cpp172 const uint8_t setNotHighestBitZero = 0x80; in DecodeUintvar() local
183 while ((oneByte & setNotHighestBitZero) != 0) { in DecodeUintvar()