Searched refs:Splay (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ |
D | splay-tree-inl.h | 32 Splay(key); in Insert() 67 Splay(key); in FindInternal() 96 Splay(key); in FindGreatestLessThan() 120 Splay(key); in FindLeastGreaterThan() 166 Splay(new_key); in Move() 201 Splay(key); in RemoveRootNode() 210 void SplayTree<Config, Allocator>::Splay(const Key& key) { in Splay() function
|
D | splay-tree.h | 96 void Splay(const Key& key);
|
/external/toolchain-utils/crosperf/ |
D | unittest_keyval_file.txt | 14 {"description": "Splay", "graph": "Splay", "higher_is_better": true, "units": "score", "value": 442…
|
/external/skqp/tests/ |
D | ColorPrivTest.cpp | 16 DEF_TEST(Splay, r) { in DEF_TEST() argument
|
/external/skia/tests/ |
D | ColorPrivTest.cpp | 16 DEF_TEST(Splay, r) { in DEF_TEST() argument
|
/external/v8/benchmarks/ |
D | README.txt | 48 The Splay benchmark is a newcomer in version 4. It manipulates a 70 typos in the DeltaBlue implementation. Changed the Splay benchmark to
|
D | splay.js | 36 var Splay = new BenchmarkSuite('Splay', 81491, [ variable
|
/external/ImageMagick/MagickCore/ |
D | splay-tree.c | 1515 static NodeInfo *Splay(SplayTreeInfo *splay_tree,const size_t depth, in Splay() function 1548 n=Splay(splay_tree,depth+1,key,next,node,parent); in Splay() 1623 (void) Splay(splay_tree,0UL,key,&splay_tree->root,(NodeInfo **) NULL, in SplaySplayTree() 1628 (void) Splay(splay_tree,0UL,key,&splay_tree->root,(NodeInfo **) NULL, in SplaySplayTree()
|
/external/v8/ |
D | ChangeLog | 46154 to V8 Splay performance regression on Mac. (Chromium issue 134183)
|