Home
last modified time | relevance | path

Searched refs:min_block (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dscheduler.cc1569 BasicBlock* min_block = scheduler_->GetData(node)->minimum_block_; in VisitNode() local
1570 DCHECK_EQ(min_block, BasicBlock::GetCommonDominator(block, min_block)); in VisitNode()
1575 block->loop_depth(), min_block->id().ToInt()); in VisitNode()
1582 hoist_block->dominator_depth() >= min_block->dominator_depth()) { in VisitNode()
1591 hoist_block->dominator_depth() >= min_block->dominator_depth()); in VisitNode()
/third_party/node/deps/zlib/
H A Ddeflate.c1689 unsigned min_block = MIN(s->pending_buf_size - 5, s->w_size); in deflate_stored() local
1691 /* Copy as many min_block or larger stored blocks directly to next_out as in deflate_stored()
1714 /* If the stored block would be less than min_block in length, or if in deflate_stored()
1719 if (len < min_block && ((len == 0 && flush != Z_FINISH) || in deflate_stored()
1844 min_block = MIN(have, s->w_size); in deflate_stored()
1846 if (left >= min_block || in deflate_stored()
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c1737 unsigned min_block = MIN(s->pending_buf_size - 5, s->w_size); local
1739 /* Copy as many min_block or larger stored blocks directly to next_out as
1762 /* If the stored block would be less than min_block in length, or if
1767 if (len < min_block && ((len == 0 && flush != Z_FINISH) ||
1892 min_block = MIN(have, s->w_size);
1894 if (left >= min_block ||
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.c1727 unsigned min_block = MIN(s->pending_buf_size - 5, s->w_size); local
1729 /* Copy as many min_block or larger stored blocks directly to next_out as
1752 /* If the stored block would be less than min_block in length, or if
1757 if (len < min_block && ((len == 0 && flush != Z_FINISH) ||
1876 min_block = MIN(have, s->w_size);
1878 if (left >= min_block ||
/third_party/zlib/
H A Ddeflate.c1644 unsigned min_block = MIN(s->pending_buf_size - 5, s->w_size); in deflate_stored() local
1646 /* Copy as many min_block or larger stored blocks directly to next_out as in deflate_stored()
1669 /* If the stored block would be less than min_block in length, or if in deflate_stored()
1674 if (len < min_block && ((len == 0 && flush != Z_FINISH) || in deflate_stored()
1799 min_block = MIN(have, s->w_size); in deflate_stored()
1801 if (left >= min_block || in deflate_stored()

Completed in 15 milliseconds