Home
last modified time | relevance | path

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

/rocksdb-6.9/docs/_sass/
D_react_header_nav.scss22 height: 0px;
58 height: auto;
59 padding-top: $header-height + $header-pbot;
86 height: 20px;
94 height: 4px;
103 border-top: $header-height + $header-ptop + $header-pbot solid $primary-bg;
107 height: 100%;
114 height: 0;
118 -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
119 transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
[all …]
D_base.scss5 height: 100vh;
51 height: 100%;
81 height: 100px;
90 line-height: 1em;
98 line-height: 1em;
113 height: 100px;
174 line-height: 1em;
181 line-height: 1em;
345 height: 0;
355 height: 100%;
[all …]
D_header.scss4 height: $header-height;
16 height: $header-height;
26 height: 24px;
34 line-height: 18px;
41 height: 34px;
61 line-height: 1.2em;
D_react_docs_nav.scss3 height: 35px;
23 height: 100%;
39 height: 35px;
74 height: 24px;
87 height: 6px;
109 height: 0;
137 line-height: 1.2em;
143 height: 16px;
196 line-height: 1.1em;
233 height: 0px;
[all …]
D_search.scss15 height: 6px;
26 height: 7px;
41 line-height: 1.2em;
69 line-height: 20px;
103 line-height: 20px;
132 line-height: 2em;
133 max-height: 140px;
D_promo.scss5 line-height: 1.6em;
17 height: 28px;
34 height: 500px;
D_footer.scss32 line-height: 1.2em;
48 height: 30px;
68 line-height: 1em;
D_slideshow.scss35 height: 12px;
43 height: 8px;
D_buttons.scss8 line-height: 1.2em;
40 line-height: 20px;
D_poweredby.scss33 line-height: 1.1em;
46 max-height: 30px;
D_blog.scss36 height: 50px;
D_tables.scss25 line-height: 1.3em;
D_reset.scss27 line-height: 1;
D_syntax-highlighting.scss122 line-height: inherit;
/rocksdb-6.9/memtable/
Dskiplist.h141 Node* NewNode(const Key& key, int height);
285 int height = 1;
287 height++;
289 assert(height > 0);
290 assert(height <= kMaxHeight_);
291 return height;
458 int height = RandomHeight();
459 if (height > GetMaxHeight()) {
475 Node* x = NewNode(key, height);
476 for (int i = 0; i < height; i++) {
[all …]
Dinlineskiplist.h433 int height = 1;
434 while (height < kMaxHeight_ && height < kMaxPossibleHeight &&
436 height++;
438 assert(height > 0);
439 assert(height <= kMaxHeight_);
441 return height;
637 x->StashHeight(height);
751 int height = x->UnstashHeight();
752 assert(height >= 1 && height <= kMaxHeight_);
755 while (height > max_height) {
[all …]
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DHashSkipListMemTableConfig.java59 public HashSkipListMemTableConfig setHeight(final int height) { in setHeight() argument
60 height_ = height; in setHeight()
67 public int height() { in height() method in HashSkipListMemTableConfig
100 long bucketCount, int height, int branchingFactor) in newMemTableFactoryHandle() argument
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DMemTableTest.java30 assertThat(memTableConfig.height()). in hashSkipListMemTable()
33 assertThat(memTableConfig.height()). in hashSkipListMemTable()
/rocksdb-6.9/docs/css/
Dmain.scss51 $base-line-height: 1.4em;
85 $header-height: 34px;
/rocksdb-6.9/docs/_posts/
D2015-07-17-spatial-indexing-in-rocksdb.markdown43 feature.Set("height", 6);
D2018-11-21-delete-range.markdown161 …ine-problem/description/)) The skyline problem involves taking building location/height data in the