Searched refs:shf (Results 1 – 1 of 1) sorted by relevance
269 uint32_t shf = 0; in decode_leb128() local275 res |= (byte & 0x7f) << shf; in decode_leb128()276 shf += 7; in decode_leb128()281 if (is_signed && shf <= DW_LEB128_MAX_SHIFT && DW_LEB128_SIGN_BIT(byte)) { in decode_leb128()282 res |= ((uint32_t) ~0 << shf); in decode_leb128()