Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs_handle.hpp249 return static_cast<ItemType>(((std::is_signed<T>::value)?0x10:0x00) | sizeof(T)); in itemTypeOf()
258 return static_cast<ItemType>(((std::is_signed<T>::value)?0x10:0x00) | sizeof(T)); in itemTypeOf()
/hal_espressif-3.6.0/components/esp_system/
Deh_frame_parser.c275 static uint32_t decode_leb128(const uint8_t* bytes, bool is_signed, uint32_t* lebsize) in decode_leb128() argument
290 if (is_signed && shf <= DW_LEB128_MAX_SHIFT && DW_LEB128_SIGN_BIT(byte)) { in decode_leb128()
411 uint32_t is_signed = (encoding & 0xf) >= 0x9; in esp_eh_frame_find_entry() local
439 if (is_signed) { in esp_eh_frame_find_entry()