Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 11 of 11) sorted by relevance

/lvgl-latest/src/stdlib/builtin/
Dlv_tlsf.c371 block_header_t * blocks[FL_INDEX_COUNT][SL_INDEX_COUNT]; member
581 return control->blocks[fl][sl]; in search_suitable_block()
595 if(control->blocks[fl][sl] == block) { in remove_free_block()
596 control->blocks[fl][sl] = next; in remove_free_block()
613 block_header_t * current = control->blocks[fl][sl]; in insert_free_block()
626 control->blocks[fl][sl] = block; in insert_free_block()
805 control->blocks[i][j] = &control->block_null; in control_constructor()
851 const block_header_t * block = control->blocks[i][j]; in lv_tlsf_check()
/lvgl-latest/src/libs/expat/
Dxmlparse.c353 BLOCK *blocks; member
6206 if (! pool->blocks) { in storeEntityValue()
7320 pool->blocks = NULL; in poolInit()
7331 pool->freeBlocks = pool->blocks; in poolClear()
7333 BLOCK *p = pool->blocks; in poolClear()
7341 pool->blocks = NULL; in poolClear()
7349 BLOCK *p = pool->blocks; in poolDestroy()
7469 pool->blocks = pool->freeBlocks; in poolGrow()
7471 pool->blocks->next = NULL; in poolGrow()
7472 pool->start = pool->blocks->s; in poolGrow()
[all …]
/lvgl-latest/docs/details/widgets/
Dmsgbox.rst72 The building blocks of the message box can be obtained using the
/lvgl-latest/docs/details/integration/chip/
Dnxp.rst144 - Rotation is not supported for images unaligned to blocks of 16x16 pixels. PXP
145 is set to process 16x16 blocks to optimize the system for memory bandwidth and
/lvgl-latest/docs/details/other-components/
Dxml.rst52 Widgets are the core building blocks of the UI and are not meant to be loaded at runtime
/lvgl-latest/docs/
DREADME.md192 * Do not use tab characters in code blocks.
DCODING_STYLE.rst247 color-coding of code blocks in a .C file, the downstream part of the documentation
DDoxyfile507 # documentation blocks found inside the body of a function. If set to NO, these
508 # blocks will be appended to the function's detailed documentation block.
649 # ... \endcond blocks.
969 # special comment blocks from generated source code fragments. Normal C, C++ and
/lvgl-latest/docs/intro/
Dintroduction.rst15 - Powerful building blocks such as :ref:`buttons, charts, lists, sliders, images <widgets>`, etc.
/lvgl-latest/docs/details/integration/driver/display/
Dlcd_stm32_guide.rst216 /* for short data blocks we use polling transfer */
/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst220 building blocks or packages that make up the entire sysroot environment.