Searched refs:uint_fast32_t (Results 1 – 4 of 4) sorted by relevance
70 typedef uint32_t uint_fast32_t; typedef153 _Static_assert(sizeof(uint_fast32_t) == 4, "Size check for 'uint_fast32_t' failed.");
25 typedef uint32_t uint_fast32_t; typedef
156 typedef uint32_t uint_fast32_t; typedef
261 uint_fast32_t index1 = lv_obj_get_index(obj1); in lv_obj_swap()262 uint_fast32_t index2 = lv_obj_get_index(obj2); in lv_obj_swap()