Searched refs:fibnode (Results 1 – 4 of 4) sorted by relevance
54 struct fibnode *min;55 struct fibnode *root;58 typedef struct fibnode struct60 struct fibnode *parent; argument61 struct fibnode *child; argument62 struct fibnode *left; argument63 struct fibnode *right; argument
3 * include/fibheap.h (fibnode): Use __extension__ for8 * include/fibheap.h (fibnode): Use unsigned long int for13 * fibheap.h (fibnode): Use __extension__ for18 * fibheap.h (fibnode): Use unsigned long int for
1919 * fibheap.h (struct fibnode): Only use unsigned long bitfields
88 struct fibnode a; in fibheap_comp_data()