Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/msinttypes/
Dstdint.h182 #define INT32_MIN ((int32_t)_I32_MIN) macro
196 #define INT_LEAST32_MIN INT32_MIN
210 #define INT_FAST32_MIN INT32_MIN
225 # define INTPTR_MIN INT32_MIN
/lvgl-latest/src/drivers/uefi/
Dlv_uefi_std_wrapper.h114 #ifndef INT32_MIN
115 #define INT32_MIN (( -2147483647) - 1) macro
/lvgl-latest/src/drivers/libinput/
Dlv_libinput.c449 …point.x = (int32_t)LV_CLAMP(INT32_MIN, libinput_event_touch_get_x_transformed(touch_event, hor_res… in _read_pointer()
451 …point.y = (int32_t)LV_CLAMP(INT32_MIN, libinput_event_touch_get_y_transformed(touch_event, ver_res… in _read_pointer()
526 …point.x = (int32_t)LV_CLAMP(INT32_MIN, libinput_event_pointer_get_absolute_x_transformed(pointer_e… in _read_pointer()
528 …point.y = (int32_t)LV_CLAMP(INT32_MIN, libinput_event_pointer_get_absolute_y_transformed(pointer_e… in _read_pointer()
/lvgl-latest/src/others/xml/
Dlv_xml_utils.c180 result = (sign == 1) ? INT32_MAX : INT32_MIN; in lv_xml_strtol()
/lvgl-latest/tests/makefile_uefi/
Defi.h127 #define INT32_MIN (( -2147483647) - 1) macro
/lvgl-latest/src/misc/
Dlv_anim.c381 a->current_value = INT32_MIN; in lv_anim_set_values()