Home
last modified time | relevance | path

Searched defs:block (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/stdlib/builtin/
Dlv_tlsf.c381 static size_t block_size(const block_header_t * block) in block_size()
386 static void block_set_size(block_header_t * block, size_t size) in block_set_size()
392 static int block_is_last(const block_header_t * block) in block_is_last()
397 static int block_is_free(const block_header_t * block) in block_is_free()
402 static void block_set_free(block_header_t * block) in block_set_free()
407 static void block_set_used(block_header_t * block) in block_set_used()
412 static int block_is_prev_free(const block_header_t * block) in block_is_prev_free()
417 static void block_set_prev_free(block_header_t * block) in block_set_prev_free()
422 static void block_set_prev_used(block_header_t * block) in block_set_prev_used()
433 static void * block_to_ptr(const block_header_t * block) in block_to_ptr()
[all …]
/lvgl-latest/src/libs/freetype/
Dlv_ftsystem.c214 void * block) in ft_realloc()
229 void * block) in ft_free()
/lvgl-latest/src/libs/expat/
Dxmlparse.c346 typedef struct block { struct
347 struct block *next; argument
353 BLOCK *blocks; argument