Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_system/
Deh_frame_parser.c255 #define DW_LEB128_SIGN_BIT(byte) (((byte) >> 6) & 1) macro
290 if (is_signed && shf <= DW_LEB128_MAX_SHIFT && DW_LEB128_SIGN_BIT(byte)) { in decode_leb128()