Home
last modified time | relevance | path

Searched defs:extra_bits (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dleb128.h285 uint32_t extra_bits = static_cast<uint32_t>(value ^ (value >> 31)) >> 6; in EncodeSignedLeb128() local
300 uint32_t extra_bits = static_cast<uint32_t>(value ^ (value >> 31)) >> 6; in EncodeSignedLeb128() local