Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DAVLTree.h338 int cmp_n_n(handle h1, handle h2) { return tree_->abs.compare_node_node(h1, h2); } in cmp_n_n() function
487 int cmp_n_n(handle h1, handle h2) { return abs.compare_node_node(h1, h2); } in cmp_n_n() function
626 cmp = cmp_n_n(h, hh); in insert()
930 cmp = cmp_n_n(new_node, h); in subst()