Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/
HDfibheap.h50 struct fibnode *min;
51 struct fibnode *root;
54 typedef struct fibnode struct
56 struct fibnode *parent; argument
57 struct fibnode *child; argument
58 struct fibnode *left; argument
59 struct fibnode *right; argument
HDChangeLog473 * fibheap.h (struct fibnode): Only use unsigned long bitfields
/NextBSD/contrib/gcclibs/include/
HDfibheap.h50 struct fibnode *min;
51 struct fibnode *root;
54 typedef struct fibnode struct
56 struct fibnode *parent; argument
57 struct fibnode *child; argument
58 struct fibnode *left; argument
59 struct fibnode *right; argument
HDChangeLog223 * fibheap.h (struct fibnode): Only use unsigned long bitfields
HDChangeLog-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
/NextBSD/contrib/gdb/include/
HDfibheap.h50 struct fibnode *min;
51 struct fibnode *root;
54 typedef struct fibnode struct
56 struct fibnode *parent; argument
57 struct fibnode *child; argument
58 struct fibnode *left; argument
59 struct fibnode *right; argument
/NextBSD/contrib/binutils/libiberty/
HDfibheap.c88 struct fibnode a; in fibheap_comp_data()
/NextBSD/contrib/gcclibs/libiberty/
HDfibheap.c88 struct fibnode a; in fibheap_comp_data()
HDconfigure.ac252 # Determine the size of an int for struct fibnode.