Searched refs:extra_bits (Results 1 – 1 of 1) sorted by relevance
285 uint32_t extra_bits = static_cast<uint32_t>(value ^ (value >> 31)) >> 6; in EncodeSignedLeb128() local287 while (extra_bits != 0u) { in EncodeSignedLeb128()291 extra_bits >>= 7; in EncodeSignedLeb128()300 uint32_t extra_bits = static_cast<uint32_t>(value ^ (value >> 31)) >> 6; in EncodeSignedLeb128() local302 while (extra_bits != 0u) { in EncodeSignedLeb128()306 extra_bits >>= 7; in EncodeSignedLeb128()