Searched refs:rb_locate (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DPRBTree.h92 LMap *rb_locate (Key_t key, Time_t ts, bool low);
H A DPRBTree.cc301 PRBTree::rb_locate (Key_t key, Time_t ts, bool low) function in class:PRBTree
432 lm = rb_locate (key, curts, true);
462 LMap *lm = rb_locate (key, ts, true);
469 LMap *lm = rb_locate (key, ts, false);
476 LMap *lm = rb_locate (key, ts, true);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DPRBTree.h92 LMap *rb_locate (Key_t key, Time_t ts, bool low);
H A DPRBTree.cc301 PRBTree::rb_locate (Key_t key, Time_t ts, bool low) function in class:PRBTree
432 lm = rb_locate (key, curts, true);
462 LMap *lm = rb_locate (key, ts, true);
469 LMap *lm = rb_locate (key, ts, false);
476 LMap *lm = rb_locate (key, ts, true);

Completed in 149 milliseconds