Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/diffpatch/patch/
H A Dblocks_patch.cpp28 constexpr uint8_t BUFFER_MASK = 0x80; variable
37 y = buffer[index] & static_cast<uint8_t>(~BUFFER_MASK); in ReadLE64()
54 if (buffer[index - 1] & BUFFER_MASK) { in ReadLE64()