Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/
Dsplaytree.mjs30 * Constructs a Splay tree. A splay tree is a self-balancing binary
68 // Splay on the key to move the last node on the search path for
108 // Splay to make sure that the new root has an empty right child.
160 // Splay on the key to move the node with the given key or the last
273 * Constructs a Splay tree node.
/third_party/skia/tests/
DColorPrivTest.cpp16 DEF_TEST(Splay, r) { in DEF_TEST() argument