Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dleb128.h30 constexpr size_t SIGN_BIT = 0x40; variable
162 more = !((data == 0 && (byte & SIGN_BIT) == 0) || (data == -1 && (byte & SIGN_BIT) != 0)); in EncodeSigned()