Searched defs:v1 (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/others/xml/parsers/ |
D | lv_xml_slider_parser.c | 68 int32_t v1 = lv_xml_atoi(lv_xml_split_str(&buf_p, ' ')); in lv_xml_slider_apply() local
|
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | itoa.h | 180 const uint32_t v1 = static_cast<uint32_t>(value % kTen8); in u64toa() local 253 const uint32_t v1 = static_cast<uint32_t>(value % kTen8); in u64toa() local
|
/lvgl-latest/tests/src/test_cases/ |
D | test_math.c | 108 uint32_t v1 = (t_rem3 * u0) >> 10; in lv_bezier3_legacy() local
|
/lvgl-latest/src/libs/expat/ |
D | siphash.h | 135 uint64_t v0, v1, v2, v3; member
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgPaint.cpp | 113 auto v1 = *pt1; in _compFastTrack() local
|
/lvgl-latest/src/libs/tjpgd/ |
D | tjpgd.c | 618 int32_t v0, v1, v2, v3, v4, v5, v6, v7; in block_idct() local
|
/lvgl-latest/src/core/ |
D | lv_obj_style.c | 433 lv_style_value_t v1 = lv_obj_get_style_prop(obj, part, tr_dsc->prop); in lv_obj_style_create_transition() local
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 73 #define LERP(v1, v2, w) ((v1) * (w) + (v2) * (1.0f - (w))) argument
|