Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dleb128.h148 uint64_t bits_to_encode = static_cast<uint64_t>(data ^ (data >> 63)); in SignedLeb128Size() local
149 uint32_t num_bits = 1 /* we need to encode the sign bit */ + 6 + 64 - CLZ(bits_to_encode | 1U); in SignedLeb128Size()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dleb128.h148 uint64_t bits_to_encode = static_cast<uint64_t>(data ^ (data >> 63)); in SignedLeb128Size() local
149 uint32_t num_bits = 1 /* we need to encode the sign bit */ + 6 + 64 - CLZ(bits_to_encode | 1U); in SignedLeb128Size()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dleb128.h148 uint64_t bits_to_encode = static_cast<uint64_t>(data ^ (data >> 63)); in SignedLeb128Size() local
149 uint32_t num_bits = 1 /* we need to encode the sign bit */ + 6 + 64 - CLZ(bits_to_encode | 1U); in SignedLeb128Size()
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dleb128.h148 uint64_t bits_to_encode = static_cast<uint64_t>(data ^ (data >> 63)); in SignedLeb128Size() local
149 uint32_t num_bits = 1 /* we need to encode the sign bit */ + 6 + 64 - CLZ(bits_to_encode | 1U); in SignedLeb128Size()
/aosp_15_r20/art/libartbase/base/
H A Dleb128.h148 uint64_t bits_to_encode = static_cast<uint64_t>(data ^ (data >> 63)); in SignedLeb128Size() local
149 uint32_t num_bits = 1 /* we need to encode the sign bit */ + 6 + 64 - CLZ(bits_to_encode | 1U); in SignedLeb128Size()