Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_encode_buffer.cpp38 const uint8_t shiftUintBits = 7; in EncodeUintvar() local
42 value = value >> shiftUintBits; in EncodeUintvar()
46 value = value >> shiftUintBits; in EncodeUintvar()