Searched refs:node_set_next (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_ll.c | 120 node_set_next(ll_p, n_prev, n_new); in lv_ll_ins_prev() 123 node_set_next(ll_p, n_new, n_act); in lv_ll_ins_prev() 142 node_set_next(ll_p, n_new, NULL); /*No next after the new tail*/ in lv_ll_ins_tail() 145 node_set_next(ll_p, ll_p->tail, n_new); in lv_ll_ins_tail() 179 node_set_next(ll_p, ll_p->tail, NULL); in lv_ll_rem() 185 node_set_next(ll_p, n_prev, n_next); in lv_ll_rem() 227 node_set_next(ll_new_p, node, ll_new_p->head); in lv_ll_chg_list() 240 node_set_next(ll_new_p, node, NULL); in lv_ll_chg_list() 243 node_set_next(ll_new_p, ll_new_p->tail, node); in lv_ll_chg_list() 368 node_set_next(ll_p, n_before, n_act); in lv_ll_move_before() [all …]
|
Completed in 3 milliseconds