Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_encode_buffer.cpp216 const uint64_t getLast8Bit = 0x000000FF; in EncodeLongInteger() local
223 result[count] = temp & getLast8Bit; in EncodeLongInteger()