Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/
Dfibheap.h54 struct fibnode *min;
55 struct fibnode *root;
58 typedef struct fibnode struct
60 struct fibnode *parent; argument
61 struct fibnode *child; argument
62 struct fibnode *left; argument
63 struct fibnode *right; argument
DChangeLog-91033 * include/fibheap.h (fibnode): Use __extension__ for
8 * include/fibheap.h (fibnode): Use unsigned long int for
13 * fibheap.h (fibnode): Use __extension__ for
18 * fibheap.h (fibnode): Use unsigned long int for
DChangeLog-04151919 * fibheap.h (struct fibnode): Only use unsigned long bitfields
/toolchain/binutils/binutils-2.27/libiberty/
Dfibheap.c88 struct fibnode a; in fibheap_comp_data()