Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/misc/
Dlv_array.c103 uint8_t * remaining = start + array->element_size; in lv_array_remove() local
105 lv_memmove(start, remaining, remaining_size); in lv_array_remove()
129 uint8_t * remaining = start_p + (end - start) * array->element_size; in lv_array_erase() local
131 lv_memcpy(start_p, remaining, remaining_size); in lv_array_erase()
/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dstrtod.h145 int remaining = dLen - i; in StrtodDiyFp() local
148 int64_t error = (remaining == 0) ? 0 : kUlp / 2; in StrtodDiyFp()
154 dExp += remaining; in StrtodDiyFp()
/lvgl-latest/src/stdlib/builtin/
Dlv_tlsf.c656 block_header_t * remaining = in block_split() local
661 tlsf_assert(block_to_ptr(remaining) == align_ptr(block_to_ptr(remaining), ALIGN_SIZE) in block_split()
665 block_set_size(remaining, remain_size); in block_split()
666 tlsf_assert(block_size(remaining) >= block_size_min && "block split with invalid size"); in block_split()
669 block_mark_as_free(remaining); in block_split()
671 return remaining; in block_split()
/lvgl-latest/docs/details/base-widget/layouts/
Dflex.rst16 item(s) fill remaining space with respect to min/max width and
35 - **grow**: if set on an item it will "grow" to fill the remaining space in
128 is 400 px space remaining and 3 child Widgets with non-zero grow values:
Dgrid.rst32 to fill the remaining space in the parent Widget (container), in proportion with
73 - :cpp:expr:`LV_GRID_FR(X)` determines what portion of the remaining space
/lvgl-latest/docs/details/main-components/
Dfs.rst344 --> H{{"is the number of remaining bytes
346 H -->|yes| I["read the remaining bytes
/lvgl-latest/docs/details/integration/chip/
Dalif.rst43 …The remaining steps can **optionally** be done inside a Docker container. You can connect to the D…