Searched refs:extra_bits (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dleb128.h251 uint32_t extra_bits = static_cast<uint32_t>(value ^ (value >> 31)) >> 6; local
253 while (extra_bits != 0u) {
257 extra_bits >>= 7;
266 uint32_t extra_bits = static_cast<uint32_t>(value ^ (value >> 31)) >> 6; local
268 while (extra_bits != 0u) {
272 extra_bits >>= 7;

Completed in 755 milliseconds