Searched refs:prnt (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DPRBTree.cc147 LMap *prnt = lm->parent; local
148 if (prnt == NULL)
152 if (prnt->dir[i] == None)
154 if (prnt->chld[i] == lm)
155 return (Direction) prnt->dir[i];
193 PRBTree::rb_fix_chld (LMap *prnt, LMap *lm, Direction d) argument
196 if (prnt == NULL)
210 lm->parent = prnt;
211 return prnt;
215 for (int i = 0; prnt
256 rb_remove_fixup(LMap *x, LMap *prnt, Direction d0) argument
426 LMap *lm, *x, *y, *prnt; local
[all...]
H A DPRBTree.h96 LMap *rb_fix_chld (LMap *prnt, LMap *lm, Direction d);
98 void rb_remove_fixup (LMap *x, LMap *prnt, Direction d0);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DPRBTree.cc147 LMap *prnt = lm->parent; local
148 if (prnt == NULL)
152 if (prnt->dir[i] == None)
154 if (prnt->chld[i] == lm)
155 return (Direction) prnt->dir[i];
193 PRBTree::rb_fix_chld (LMap *prnt, LMap *lm, Direction d) argument
196 if (prnt == NULL)
210 lm->parent = prnt;
211 return prnt;
215 for (int i = 0; prnt
256 rb_remove_fixup(LMap *x, LMap *prnt, Direction d0) argument
426 LMap *lm, *x, *y, *prnt; local
[all...]
H A DPRBTree.h96 LMap *rb_fix_chld (LMap *prnt, LMap *lm, Direction d);
98 void rb_remove_fixup (LMap *x, LMap *prnt, Direction d0);
/netbsd-current/usr.bin/infocmp/
H A Dinfocmp.c104 goto prnt;
110 prnt:

Completed in 134 milliseconds