Home
last modified time | relevance | path

Searched defs:z (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/
Dlvgl.h174 #define LV_VERSION_CHECK(x,y,z) (x == LVGL_VERSION_MAJOR && (y < LVGL_VERSION_MINOR || (y == LVGL_V… argument
/lvgl-latest/src/misc/
Dlv_types.h376 #define _LV_CONCAT3(x, y, z) x ## y ## z argument
377 #define LV_CONCAT3(x, y, z) _LV_CONCAT3(x, y, z) argument
/lvgl-latest/src/libs/tjpgd/
Dtjpgd.c742 unsigned int blk, nby, i, bc, z, id, cmp; in jd_mcu_load() local
/lvgl-latest/src/stdlib/builtin/
Dlv_sprintf_builtin.c476 const double z = expval * 2.302585092994046 - exp2 * 0.6931471805599453; in _etoa() local
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h3134 stbtt__active_edge * z = (stbtt__active_edge *)stbtt__hheap_alloc(hh, sizeof(*z), userdata); local
3158 stbtt__active_edge * z = (stbtt__active_edge *)stbtt__hheap_alloc(hh, sizeof(*z), userdata); local
3255 stbtt__active_edge * z = *step; local
3290 stbtt__active_edge * z = stbtt__new_active(&hh, e, off_x, scan_y, userdata); local
3650 stbtt__active_edge * z = *step; local
3665 stbtt__active_edge * z = stbtt__new_active(&hh, e, off_x, scan_y_top, userdata); local
3702 stbtt__active_edge * z = *step; local
3754 int z; local
4966 float z = (float)STBTT_sqrt(d); local
/lvgl-latest/src/libs/qrcode/
Dqrcodegen.c414 uint8_t z = 0; in finiteFieldMultiply() local