Home
last modified time | relevance | path

Searched refs:to_block (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_dead_break.cpp31 uint32_t from_block, uint32_t to_block, bool break_condition_value, in TransformationAddDeadBreak() argument
34 message_.set_to_block(to_block); in TransformationAddDeadBreak()
66 return bb_from->MergeBlockId() == message_.to_block(); in AddingBreakRespectsStructuredControlFlow()
81 if (message_.to_block() == in AddingBreakRespectsStructuredControlFlow()
100 message_.to_block() == in AddingBreakRespectsStructuredControlFlow()
132 fuzzerutil::MaybeFindBlock(ir_context, message_.to_block()); in IsApplicable()
159 bb_to->id() == message_.to_block() && in IsApplicable()
179 ir_context, message_.from_block(), message_.to_block(), bool_id)); in IsApplicable()
187 ir_context->cfg()->block(message_.to_block()), in Apply()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dtransformation_add_dead_break.cpp31 uint32_t from_block, uint32_t to_block, bool break_condition_value, in TransformationAddDeadBreak() argument
34 message_.set_to_block(to_block); in TransformationAddDeadBreak()
66 return bb_from->MergeBlockId() == message_.to_block(); in AddingBreakRespectsStructuredControlFlow()
81 if (message_.to_block() == in AddingBreakRespectsStructuredControlFlow()
100 message_.to_block() == in AddingBreakRespectsStructuredControlFlow()
132 fuzzerutil::MaybeFindBlock(ir_context, message_.to_block()); in IsApplicable()
159 bb_to->id() == message_.to_block() && in IsApplicable()
179 ir_context, message_.from_block(), message_.to_block(), bool_id)); in IsApplicable()
187 ir_context->cfg()->block(message_.to_block()), in Apply()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/fuzz/
H A Dtransformation_add_dead_break.cpp31 uint32_t from_block, uint32_t to_block, bool break_condition_value, in TransformationAddDeadBreak() argument
34 message_.set_to_block(to_block); in TransformationAddDeadBreak()
66 return bb_from->MergeBlockId() == message_.to_block(); in AddingBreakRespectsStructuredControlFlow()
81 if (message_.to_block() == in AddingBreakRespectsStructuredControlFlow()
102 message_.to_block() == in AddingBreakRespectsStructuredControlFlow()
136 fuzzerutil::MaybeFindBlock(context, message_.to_block()); in IsApplicable()
163 bb_to->id() == message_.to_block() && in IsApplicable()
187 context->cfg()->block(message_.to_block()), in Apply()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/fuzz/
H A Dtransformation_add_dead_break.cpp31 uint32_t from_block, uint32_t to_block, bool break_condition_value, in TransformationAddDeadBreak() argument
34 message_.set_to_block(to_block); in TransformationAddDeadBreak()
66 return bb_from->MergeBlockId() == message_.to_block(); in AddingBreakRespectsStructuredControlFlow()
81 if (message_.to_block() == in AddingBreakRespectsStructuredControlFlow()
102 message_.to_block() == in AddingBreakRespectsStructuredControlFlow()
136 fuzzerutil::MaybeFindBlock(context, message_.to_block()); in IsApplicable()
163 bb_to->id() == message_.to_block() && in IsApplicable()
187 context->cfg()->block(message_.to_block()), in Apply()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_dead_break.cpp31 uint32_t from_block, uint32_t to_block, bool break_condition_value, in TransformationAddDeadBreak() argument
34 message_.set_to_block(to_block); in TransformationAddDeadBreak()
66 return bb_from->MergeBlockId() == message_.to_block(); in AddingBreakRespectsStructuredControlFlow()
81 if (message_.to_block() == in AddingBreakRespectsStructuredControlFlow()
100 message_.to_block() == in AddingBreakRespectsStructuredControlFlow()
131 fuzzerutil::MaybeFindBlock(ir_context, message_.to_block()); in IsApplicable()
158 bb_to->id() == message_.to_block() && in IsApplicable()
209 ir_context->cfg()->block(message_.to_block()), in ApplyImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dtransformation_add_dead_break.cpp31 uint32_t from_block, uint32_t to_block, bool break_condition_value, in TransformationAddDeadBreak() argument
34 message_.set_to_block(to_block); in TransformationAddDeadBreak()
66 return bb_from->MergeBlockId() == message_.to_block(); in AddingBreakRespectsStructuredControlFlow()
81 if (message_.to_block() == in AddingBreakRespectsStructuredControlFlow()
100 message_.to_block() == in AddingBreakRespectsStructuredControlFlow()
131 fuzzerutil::MaybeFindBlock(ir_context, message_.to_block()); in IsApplicable()
158 bb_to->id() == message_.to_block() && in IsApplicable()
209 ir_context->cfg()->block(message_.to_block()), in ApplyImpl()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dpagesegmain.cpp215 TO_BLOCK *to_block = to_block_it.data(); in AutoPageSeg() local
226 result = finder->FindBlocks(pageseg_mode, scaled_color_, scaled_factor_, to_block, in AutoPageSeg()
316 TO_BLOCK *to_block = to_block_it.data(); in SetupPageSegAndDetectOrientation() local
317 TBOX blkbox = to_block->block->pdblk.bounding_box(); in SetupPageSegAndDetectOrientation()
322 int res = IntCastRounded(to_block->line_size * kResolutionEstimationFactor); in SetupPageSegAndDetectOrientation()
329 if (to_block->line_size >= 2) { in SetupPageSegAndDetectOrientation()
330 finder = new ColumnFinder(static_cast<int>(to_block->line_size), blkbox.botleft(), in SetupPageSegAndDetectOrientation()
335 finder->SetupAndFilterNoise(pageseg_mode, *photo_mask_pix, to_block); in SetupPageSegAndDetectOrientation()
340 equ_detect_->LabelSpecialText(to_block); in SetupPageSegAndDetectOrientation()
352 vertical_text = finder->IsVerticallyAlignedText(textord_tabfind_vertical_text_ratio, to_block, in SetupPageSegAndDetectOrientation()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_ruby_base.cc82 LayoutBlock* to_block; in MoveInlineChildren() local
85 to_block = to_base; in MoveInlineChildren()
92 to_block = To<LayoutBlock>(last_child); in MoveInlineChildren()
94 to_block = to_base->CreateAnonymousBlock(); in MoveInlineChildren()
95 to_base->Children()->AppendChildNode(to_base, to_block); in MoveInlineChildren()
99 MoveChildrenTo(to_block, FirstChild(), before_child); in MoveInlineChildren()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_ruby_base.cc95 LayoutBlock* to_block; in MoveInlineChildren() local
98 to_block = to_base; in MoveInlineChildren()
105 to_block = To<LayoutBlock>(last_child); in MoveInlineChildren()
107 to_block = to_base->CreateAnonymousBlock(); in MoveInlineChildren()
108 to_base->Children()->AppendChildNode(to_base, to_block); in MoveInlineChildren()
112 MoveChildrenTo(to_block, FirstChild(), before_child); in MoveInlineChildren()
/dports/databases/buzhug/buzhug-1.8/buzhug/
H A Dbuzhug_files.py148 def to_block(self,value): member in StringFile
192 def to_block(self,value): member in UnicodeFile
219 def to_block(self,value): member in DateFile
242 def to_block(self,value): member in DateTimeFile
271 def to_block(self,value): member in TimeFile
290 def to_block(self,value): member in BooleanFile
316 def to_block(self,value): member in IntegerFile
369 def to_block(self,value): member in FloatFile
527 def to_block(self,value): member in PositionFile
554 def to_block(self,value): member in DeletedRowsFile
[all …]
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtextord.cpp188 TO_BLOCK *to_block = it.data(); in TextordPage() local
192 to_block->ComputeEdgeOffsets(thresholds_pix, grey_pix); in TextordPage()
206 TO_BLOCK *to_block = it.data(); in TextordPage() local
207 BLOCK *block = to_block->block; in TextordPage()
211 to_block->rotate(anticlockwise90); in TextordPage()
220 TO_BLOCK *to_block = to_block_it.data(); in TextordPage() local
228 gradient = make_single_row(page_tr_, pageseg_mode != PSM_RAW_LINE, to_block, to_blocks); in TextordPage()
244 TO_BLOCK *to_block = to_block_it.data(); in TextordPage() local
245 make_single_word(pageseg_mode == PSM_SINGLE_CHAR, to_block->get_rows(), in TextordPage()
246 to_block->block->row_list()); in TextordPage()
H A Dworkingpartset.cpp119 TO_BLOCK *to_block = ColPartition::MakeBlock(bleft, tright, &block_parts, used_parts); in MakeBlocks() local
120 if (to_block != nullptr) { in MakeBlocks()
122 to_block_it.add_to_end(to_block); in MakeBlocks()
124 block_it.add_to_end(to_block->block); in MakeBlocks()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/btr/
H A Dbtr0defragment.cc376 buf_block_t* to_block, /*!< in: destination of merge */ in btr_defragment_merge_pages() argument
386 page_t* to_page = buf_block_get_frame(to_block); in btr_defragment_merge_pages()
418 to_block, index, in btr_defragment_merge_pages()
422 ibuf_reset_free_bits(to_block); in btr_defragment_merge_pages()
442 to_block, from_block, rec, index, mtr); in btr_defragment_merge_pages()
474 ibuf_reset_free_bits(to_block); in btr_defragment_merge_pages()
477 to_block, in btr_defragment_merge_pages()
486 lock_update_merge_left(to_block, orig_pred, in btr_defragment_merge_pages()
509 lock_update_split_and_merge(to_block, in btr_defragment_merge_pages()
523 to_block = from_block; in btr_defragment_merge_pages()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/btr/
H A Dbtr0defragment.cc376 buf_block_t* to_block, /*!< in: destination of merge */ in btr_defragment_merge_pages() argument
386 page_t* to_page = buf_block_get_frame(to_block); in btr_defragment_merge_pages()
418 to_block, index, in btr_defragment_merge_pages()
422 ibuf_reset_free_bits(to_block); in btr_defragment_merge_pages()
442 to_block, from_block, rec, index, mtr); in btr_defragment_merge_pages()
474 ibuf_reset_free_bits(to_block); in btr_defragment_merge_pages()
477 to_block, in btr_defragment_merge_pages()
486 lock_update_merge_left(to_block, orig_pred, in btr_defragment_merge_pages()
509 lock_update_split_and_merge(to_block, in btr_defragment_merge_pages()
523 to_block = from_block; in btr_defragment_merge_pages()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/btr/
H A Dbtr0defragment.cc376 buf_block_t* to_block, /*!< in: destination of merge */ in btr_defragment_merge_pages() argument
386 page_t* to_page = buf_block_get_frame(to_block); in btr_defragment_merge_pages()
418 to_block, index, in btr_defragment_merge_pages()
422 ibuf_reset_free_bits(to_block); in btr_defragment_merge_pages()
442 to_block, from_block, rec, index, mtr); in btr_defragment_merge_pages()
475 ibuf_reset_free_bits(to_block); in btr_defragment_merge_pages()
478 to_block, in btr_defragment_merge_pages()
487 lock_update_merge_left(to_block, orig_pred, in btr_defragment_merge_pages()
510 lock_update_split_and_merge(to_block, in btr_defragment_merge_pages()
524 to_block = from_block; in btr_defragment_merge_pages()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/btr/
H A Dbtr0defragment.cc376 buf_block_t* to_block, /*!< in: destination of merge */ in btr_defragment_merge_pages() argument
386 page_t* to_page = buf_block_get_frame(to_block); in btr_defragment_merge_pages()
418 to_block, index, in btr_defragment_merge_pages()
422 ibuf_reset_free_bits(to_block); in btr_defragment_merge_pages()
442 to_block, from_block, rec, index, mtr); in btr_defragment_merge_pages()
475 ibuf_reset_free_bits(to_block); in btr_defragment_merge_pages()
478 to_block, in btr_defragment_merge_pages()
487 lock_update_merge_left(to_block, orig_pred, in btr_defragment_merge_pages()
510 lock_update_split_and_merge(to_block, in btr_defragment_merge_pages()
524 to_block = from_block; in btr_defragment_merge_pages()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/btr/
H A Dbtr0defragment.cc420 buf_block_t* to_block, /*!< in: destination of merge */ in btr_defragment_merge_pages() argument
430 page_t* to_page = buf_block_get_frame(to_block); in btr_defragment_merge_pages()
462 to_block, index, in btr_defragment_merge_pages()
466 ibuf_reset_free_bits(to_block); in btr_defragment_merge_pages()
486 to_block, from_block, rec, index, mtr); in btr_defragment_merge_pages()
518 ibuf_reset_free_bits(to_block); in btr_defragment_merge_pages()
521 to_block, in btr_defragment_merge_pages()
530 lock_update_merge_left(to_block, orig_pred, in btr_defragment_merge_pages()
551 lock_update_split_and_merge(to_block, in btr_defragment_merge_pages()
565 to_block = from_block; in btr_defragment_merge_pages()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/btr/
H A Dbtr0defragment.cc420 buf_block_t* to_block, /*!< in: destination of merge */ in btr_defragment_merge_pages() argument
430 page_t* to_page = buf_block_get_frame(to_block); in btr_defragment_merge_pages()
462 to_block, index, in btr_defragment_merge_pages()
466 ibuf_reset_free_bits(to_block); in btr_defragment_merge_pages()
486 to_block, from_block, rec, index, mtr); in btr_defragment_merge_pages()
518 ibuf_reset_free_bits(to_block); in btr_defragment_merge_pages()
521 to_block, in btr_defragment_merge_pages()
530 lock_update_merge_left(to_block, orig_pred, in btr_defragment_merge_pages()
551 lock_update_split_and_merge(to_block, in btr_defragment_merge_pages()
565 to_block = from_block; in btr_defragment_merge_pages()
[all …]
/dports/net/mosh/mosh-1.3.2/src/util/
H A Dselect.h104 sigset_t to_block; in add_signal() local
105 fatal_assert( 0 == sigemptyset( &to_block ) ); in add_signal()
106 fatal_assert( 0 == sigaddset( &to_block, signum ) ); in add_signal()
107 fatal_assert( 0 == sigprocmask( SIG_BLOCK, &to_block, NULL ) ); in add_signal()
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/tests/
H A Dsigprocmask.c231 sigset_t to_block; in sigprocmask() local
249 to_block = new_blocked_set & ~blocked_set; in sigprocmask()
251 if (to_block != 0) in sigprocmask()
256 if ((to_block >> sig) & 1) in sigprocmask()
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/lib/
H A Dsigprocmask.c231 sigset_t to_block; in sigprocmask() local
249 to_block = new_blocked_set & ~blocked_set; in sigprocmask()
251 if (to_block != 0) in sigprocmask()
256 if ((to_block >> sig) & 1) in sigprocmask()
/dports/devel/gettext-tools/gettext-0.21/gettext-runtime/gnulib-lib/
H A Dsigprocmask.c231 sigset_t to_block; in sigprocmask() local
249 to_block = new_blocked_set & ~blocked_set; in sigprocmask()
251 if (to_block != 0) in sigprocmask()
256 if ((to_block >> sig) & 1) in sigprocmask()
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/lib/
H A Dsigprocmask.c231 sigset_t to_block; in sigprocmask() local
249 to_block = new_blocked_set & ~blocked_set; in sigprocmask()
251 if (to_block != 0) in sigprocmask()
256 if ((to_block >> sig) & 1) in sigprocmask()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-lib/
H A Dsigprocmask.c231 sigset_t to_block; in sigprocmask() local
249 to_block = new_blocked_set & ~blocked_set; in sigprocmask()
251 if (to_block != 0) in sigprocmask()
256 if ((to_block >> sig) & 1) in sigprocmask()
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/libgettextpo/
H A Dsigprocmask.c231 sigset_t to_block; in sigprocmask() local
249 to_block = new_blocked_set & ~blocked_set; in sigprocmask()
251 if (to_block != 0) in sigprocmask()
256 if ((to_block >> sig) & 1) in sigprocmask()

12345678910