Searched defs:fibnode (Results 1 – 1 of 1) sorted by relevance
59 typedef struct fibnode struct61 struct fibnode *parent; argument62 struct fibnode *child; argument63 struct fibnode *left; argument64 struct fibnode *right; argument74 } *fibnode_t; argument