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

/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Derase_fn_imps.hpp137 node_pointer p_target_r = leftmost(p_r);
157 leftmost(node_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
H A Dsplit_join_fn_imps.hpp61 node_pointer p_target_r = other.leftmost(other.m_p_head);
H A Dsplay_tree_.hpp280 leftmost(node_pointer);
/freebsd-10.0-release/contrib/xz/src/liblzma/common/
H A Dindex.c53 index_tree_node *leftmost; member in struct:__anon4691
185 tree->leftmost = NULL;
242 tree->leftmost = node;
321 assert(tree->leftmost == NULL
322 || tree->leftmost->uncompressed_base == 0);
822 if (s->groups.leftmost == &g->node) {
824 s->groups.leftmost = &newg->node;
875 if (dest == NULL || src->groups.leftmost == NULL)
903 const index_group *srcg = (const index_group *)(src->groups.leftmost);
937 = (const index_stream *)(src->streams.leftmost);
[all...]

Completed in 115 milliseconds