Searched refs:kMaxHeight (Results 1 – 7 of 7) sorted by relevance
36 static constexpr int kMaxHeight = 64; variable58 fuzz->nextRange(&height, 1, kMaxHeight); in gen_fuzzed_imageinfo()
146 uint8_t index_[CordRepBtree::kMaxHeight];147 CordRepBtree* node_[CordRepBtree::kMaxHeight];
226 assert(height <= CordRepBtree::kMaxHeight); in BuildOwnedStack()242 if (ABSL_PREDICT_FALSE(tree->height() >= CordRepBtree::kMaxHeight)) { in Finalize()382 NODE_CHECK_VALID(tree->height() <= kMaxHeight); in IsValid()
246 testing::Range(0, CordRepBtree::kMaxHeight),992 for (int h = 1; h <= CordRepBtree::kMaxHeight; ++h) { in TEST_P()1267 leaf->storage[0] = static_cast<uint8_t>(CordRepBtree::kMaxHeight + 1); in TEST()
99 static constexpr int kMaxHeight = kMaxDepth - 1; variable
22 static int kMaxHeight = 8192; variable124 std::min(bounds.height(), kMaxHeight)); in getBounds()
306 const kMaxHeight = maxHeight === '%' ? 100 : maxHeight;314 const height = (increment / totalLength * kMaxHeight) | 0;