Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_encode_buffer.cpp37 const uint8_t shiftUintBits = 7; in EncodeUintvar() local
41 value = value >> shiftUintBits; in EncodeUintvar()
45 value = value >> shiftUintBits; in EncodeUintvar()