Home
last modified time | relevance | path

Searched defs:tail (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.5.0/src/misc/
Dlv_ll.h35 lv_ll_node_t * tail; member
/lvgl-3.5.0/src/extra/libs/png/
Dlodepng.c870 struct BPMNode* tail; /*the next nodes in this chain (null if last)*/ member
889 static BPMNode* bpmnode_create(BPMLists* lists, int weight, unsigned index, BPMNode* tail) { in bpmnode_create()