Home
last modified time | relevance | path

Searched defs:fibnode (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/include/
Dfibheap.h59 typedef struct fibnode struct
61 struct fibnode *parent; argument
62 struct fibnode *child; argument
63 struct fibnode *left; argument
64 struct fibnode *right; argument
74 } *fibnode_t; argument