Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/
Dfibheap.h58 typedef struct fibnode struct
60 struct fibnode *parent; argument
61 struct fibnode *child; argument
62 struct fibnode *left; argument
63 struct fibnode *right; argument
73 } *fibnode_t; argument