HomeSort by relevance Sort by last modified time
    Searched defs:Splay (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
splay-tree-inl.h 8 #include "src/splay-tree.h"
28 // Splay on the key to move the last node on the search path
30 Splay(key);
65 Splay(key);
92 // Splay on the key to move the node with the given key or the last
94 Splay(key);
116 // Splay on the key to move the node with the given key or the last
118 Splay(key);
166 Splay(new_key);
200 // Splay to make sure that the new root has an empty right child
    [all...]
  /external/ImageMagick/MagickCore/
splay-tree.c 42 % This module implements the standard handy splay-tree methods for storing and
58 #include "MagickCore/splay-tree.h"
140 % AddValueToSplayTree() adds the given key and value to the splay-tree. Both
151 % o splay_tree: the splay-tree info.
238 % BalanceSplayTree() balances the splay-tree.
246 % o splay_tree: the splay-tree info.
320 % CloneSplayTree() clones the splay tree.
329 % o splay_tree: the splay tree.
332 % whenever a key is added to the splay-tree.
335 % whenever a value object is added to the splay-tree
    [all...]

Completed in 828 milliseconds