Searched defs:fibnode (Results 1 – 1 of 1) sorted by relevance
58 typedef struct fibnode struct60 struct fibnode *parent; argument61 struct fibnode *child; argument62 struct fibnode *left; argument63 struct fibnode *right; argument73 } *fibnode_t; argument