Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/cache/
Dlv_cache_entry.c26 uint32_t node_size; member
83 void lv_cache_entry_set_node_size(lv_cache_entry_t * entry, uint32_t node_size) in lv_cache_entry_set_node_size()
128 lv_cache_entry_t * lv_cache_entry_get_entry(void * data, const uint32_t node_size) in lv_cache_entry_get_entry()
146 uint32_t lv_cache_entry_get_size(const uint32_t node_size) in lv_cache_entry_get_size()
151 lv_cache_entry_t * lv_cache_entry_alloc(const uint32_t node_size, const lv_cache_t * cache) in lv_cache_entry_alloc()
164 …d lv_cache_entry_init(lv_cache_entry_t * entry, const lv_cache_t * cache, const uint32_t node_size) in lv_cache_entry_init()
Dlv_cache_private.h131 uint32_t node_size; /**< Size of a node */ member
Dlv_cache.c47 size_t node_size, size_t max_size, in lv_cache_create()
Dlv_cache_lru_rb.c490 uint32_t node_size = lru->cache.node_size; in cache_iter_next_cb() local
/lvgl-latest/src/misc/
Dlv_ll.c42 void lv_ll_init(lv_ll_t * ll_p, uint32_t node_size) in lv_ll_init()
Dlv_rb.c47 bool lv_rb_init(lv_rb_t * tree, lv_rb_compare_t compare, size_t node_size) in lv_rb_init()