Searched refs:fibnode (Results 1 – 9 of 9) sorted by relevance
50 struct fibnode *min;51 struct fibnode *root;54 typedef struct fibnode struct56 struct fibnode *parent; argument57 struct fibnode *child; argument58 struct fibnode *left; argument59 struct fibnode *right; argument
473 * fibheap.h (struct fibnode): Only use unsigned long bitfields
223 * fibheap.h (struct fibnode): Only use unsigned long bitfields
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
88 struct fibnode a; in fibheap_comp_data()
252 # Determine the size of an int for struct fibnode.