Searched defs:tail (Results 1 – 3 of 3) sorted by relevance
35 lv_ll_node_t * tail; member
349 stbrp_node ** prev, * node, * tail, ** best = NULL; in stbrp__skyline_find_best_pos() local
870 struct BPMNode* tail; /*the next nodes in this chain (null if last)*/ member889 static BPMNode* bpmnode_create(BPMLists* lists, int weight, unsigned index, BPMNode* tail) { in bpmnode_create()