Searched defs:node_size (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/src/misc/cache/ |
D | lv_cache_entry.c | 26 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()
|
D | lv_cache_private.h | 131 uint32_t node_size; /**< Size of a node */ member
|
D | lv_cache.c | 47 size_t node_size, size_t max_size, in lv_cache_create()
|
D | lv_cache_lru_rb.c | 490 uint32_t node_size = lru->cache.node_size; in cache_iter_next_cb() local
|
/lvgl-latest/src/misc/ |
D | lv_ll.c | 42 void lv_ll_init(lv_ll_t * ll_p, uint32_t node_size) in lv_ll_init()
|
D | lv_rb.c | 47 bool lv_rb_init(lv_rb_t * tree, lv_rb_compare_t compare, size_t node_size) in lv_rb_init()
|