Searched refs:shf (Results 1 – 1 of 1) sorted by relevance
278 uint32_t shf = 0; in decode_leb128() local284 res |= (byte & 0x7f) << shf; in decode_leb128()285 shf += 7; in decode_leb128()290 if (is_signed && shf <= DW_LEB128_MAX_SHIFT && DW_LEB128_SIGN_BIT(byte)) { in decode_leb128()291 res |= ((uint32_t) ~0 << shf); in decode_leb128()