Home
last modified time | relevance | path

Searched refs:subregion (Results 1 – 25 of 1001) sorted by relevance

12345678910>>...41

/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchGigSubRegion.c342 IPATCH_ITEM_WLOCK(subregion); in ipatch_gig_sub_region_finalize()
344 if(subregion->sample) in ipatch_gig_sub_region_finalize()
349 if(subregion->sample_info) in ipatch_gig_sub_region_finalize()
354 subregion->sample = NULL; in ipatch_gig_sub_region_finalize()
355 subregion->sample_info = NULL; in ipatch_gig_sub_region_finalize()
498 IPATCH_ITEM_RLOCK(subregion); in ipatch_gig_sub_region_get_sample()
539 IPATCH_ITEM_WLOCK(subregion); in ipatch_gig_sub_region_real_set_sample()
540 oldsample = subregion->sample; in ipatch_gig_sub_region_real_set_sample()
541 subregion->sample = sample; in ipatch_gig_sub_region_real_set_sample()
583 IPATCH_ITEM_RLOCK(subregion); in ipatch_gig_sub_region_get_sample_info()
[all …]
/dports/textproc/lasem/lasem-0.5.1/src/
H A Dlsmsvgfiltersurface.c79 filter_surface->subregion = *subregion; in lsm_svg_filter_surface_new_with_content()
95 subregion != NULL ? subregion : &model->subregion); in lsm_svg_filter_surface_new_similar()
451 if (input->subregion.x < output->subregion.x || in lsm_svg_filter_surface_blur()
452 input->subregion.y < output->subregion.y || in lsm_svg_filter_surface_blur()
469 output->subregion.x, output->subregion.y, in lsm_svg_filter_surface_blur()
483 output->subregion.x, output->subregion.y, in lsm_svg_filter_surface_blur()
504 …cairo_rectangle (cairo, surface->subregion.x, surface->subregion.y, surface->subregion.width, surf… in lsm_svg_filter_surface_flood()
554 …cairo_rectangle (cairo, output->subregion.x, output->subregion.y, output->subregion.width, output-… in lsm_svg_filter_surface_blend()
575 …cairo_rectangle (cairo, output->subregion.x, output->subregion.y, output->subregion.width, output-… in lsm_svg_filter_surface_offset()
592 …cairo_rectangle (cairo, output->subregion.x, output->subregion.y, output->subregion.width, output-… in lsm_svg_filter_surface_merge()
[all …]
H A Dlsmsvgfilterprimitive.c47 LsmBox subregion; in lsm_svg_filter_primitive_apply() local
62 subregion = lsm_svg_view_get_filter_surface_extents (view, "SourceGraphic"); in lsm_svg_filter_primitive_apply()
65subregion.x = lsm_svg_view_normalize_length (view, &self->x.length, LSM_SVG_LENGTH_DIRECTION_HORIZ… in lsm_svg_filter_primitive_apply()
67subregion.y = lsm_svg_view_normalize_length (view, &self->y.length, LSM_SVG_LENGTH_DIRECTION_VERTI… in lsm_svg_filter_primitive_apply()
69subregion.width = lsm_svg_view_normalize_length (view, &self->width.length, LSM_SVG_LENGTH_DIRECTI… in lsm_svg_filter_primitive_apply()
71subregion.height = lsm_svg_view_normalize_length (view, &self->height.length, LSM_SVG_LENGTH_DIREC… in lsm_svg_filter_primitive_apply()
75 subregion.x, subregion.y, subregion.width, subregion.height); in lsm_svg_filter_primitive_apply()
83 primitive_class->apply (self, view, self->in.value, self->result.value, &subregion); in lsm_svg_filter_primitive_apply()
H A Dlsmsvgview.h169 const LsmBox *subregion, LsmSvgBlendingMode mode);
170 void lsm_svg_view_apply_flood (LsmSvgView *view, const char *output, const LsmBox *subregion);
173 …w_apply_offset (LsmSvgView *view, const char *input, const char *output, const LsmBox *subregion,
176 const LsmBox *subregion, LsmSvgColorFilterType type,
179 const LsmBox *subregion, double scale,
182 …w_apply_merge (LsmSvgView *view, const char *input, const char *output, const LsmBox *subregion);
183 …ew_apply_tile (LsmSvgView *view, const char *input, const char *output, const LsmBox *subregion);
184 void lsm_svg_view_apply_image (LsmSvgView *view, const char *output, const LsmBox *subregion,
186 …ply_morphology (LsmSvgView *view, const char *input, const char *output, const LsmBox *subregion,
192 …m_svg_view_apply_specular_lighting (LsmSvgView *view, const char *output, const LsmBox *subregion,
[all …]
/dports/emulators/qemu/qemu-6.2.0/hw/remote/
H A Dmemory.c20 MemoryRegion *sysmem, *subregion, *next; in remote_sysmem_reset() local
24 QTAILQ_FOREACH_SAFE(subregion, &sysmem->subregions, subregions_link, next) { in remote_sysmem_reset()
25 if (subregion->ram) { in remote_sysmem_reset()
26 memory_region_del_subregion(sysmem, subregion); in remote_sysmem_reset()
27 object_unparent(OBJECT(subregion)); in remote_sysmem_reset()
36 MemoryRegion *sysmem, *subregion; in remote_sysmem_reconfig() local
46 subregion = g_new(MemoryRegion, 1); in remote_sysmem_reconfig()
47 memory_region_init_ram_from_fd(subregion, NULL, in remote_sysmem_reconfig()
54 g_free(subregion); in remote_sysmem_reconfig()
60 subregion); in remote_sysmem_reconfig()
/dports/emulators/qemu60/qemu-6.0.0/hw/remote/
H A Dmemory.c21 MemoryRegion *sysmem, *subregion, *next; in remote_sysmem_reset() local
25 QTAILQ_FOREACH_SAFE(subregion, &sysmem->subregions, subregions_link, next) { in remote_sysmem_reset()
26 if (subregion->ram) { in remote_sysmem_reset()
27 memory_region_del_subregion(sysmem, subregion); in remote_sysmem_reset()
28 object_unparent(OBJECT(subregion)); in remote_sysmem_reset()
37 MemoryRegion *sysmem, *subregion; in remote_sysmem_reconfig() local
47 subregion = g_new(MemoryRegion, 1); in remote_sysmem_reconfig()
49 memory_region_init_ram_from_fd(subregion, NULL, in remote_sysmem_reconfig()
56 g_free(subregion); in remote_sysmem_reconfig()
62 subregion); in remote_sysmem_reconfig()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/remote/
H A Dmemory.c20 MemoryRegion *sysmem, *subregion, *next;
24 QTAILQ_FOREACH_SAFE(subregion, &sysmem->subregions, subregions_link, next) {
25 if (subregion->ram) {
26 memory_region_del_subregion(sysmem, subregion);
27 object_unparent(OBJECT(subregion));
36 MemoryRegion *sysmem, *subregion;
46 subregion = g_new(MemoryRegion, 1);
47 memory_region_init_ram_from_fd(subregion, NULL,
54 g_free(subregion);
60 subregion);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourceFilterPrimitive.cpp69 FloatRect subregion = subregionBoundingBox; in determineFilterPrimitiveSubregion() local
86 subregion = uniteRect; in determineFilterPrimitiveSubregion()
97 subregion.setWidth(subregionBoundingBox.width() * targetBoundingBox.width()); in determineFilterPrimitiveSubregion()
100 subregion.setHeight(subregionBoundingBox.height() * targetBoundingBox.height()); in determineFilterPrimitiveSubregion()
103 subregion.setX(uniteRect.x()); in determineFilterPrimitiveSubregion()
106 subregion.setY(uniteRect.y()); in determineFilterPrimitiveSubregion()
109 subregion.setWidth(uniteRect.width()); in determineFilterPrimitiveSubregion()
112 subregion.setHeight(uniteRect.height()); in determineFilterPrimitiveSubregion()
115 effect->setFilterPrimitiveSubregion(subregion); in determineFilterPrimitiveSubregion()
117 FloatRect absoluteSubregion = filter->mapLocalRectToAbsoluteRect(subregion); in determineFilterPrimitiveSubregion()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/test/Isl/CodeGen/
H A Dregion_exiting-domtree.ll5 ; subregion. In particulat, it must be dominated by %polly.stmt.subregion.enter,
6 ; the generated subregion's entry block.
19 br i1 %skipcond, label %subregion.enter, label %subregion.skip
21 subregion.skip:
24 subregion.enter:
28 br i1 %cond, label %subregion.true, label %subregion.false
30 subregion.true:
33 subregion.false:
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/test/CodeGen/
H A Dregion_exiting-domtree.ll5 ; subregion. In particulat, it must be dominated by %polly.stmt.subregion.enter,
6 ; the generated subregion's entry block.
19 br i1 %skipcond, label %subregion.enter, label %subregion.skip
21 subregion.skip:
24 subregion.enter:
28 br i1 %cond, label %subregion.true, label %subregion.false
30 subregion.true:
33 subregion.false:
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/test/Isl/CodeGen/
H A Dregion_exiting-domtree.ll5 ; subregion. In particulat, it must be dominated by %polly.stmt.subregion.enter,
6 ; the generated subregion's entry block.
19 br i1 %skipcond, label %subregion.enter, label %subregion.skip
21 subregion.skip:
24 subregion.enter:
28 br i1 %cond, label %subregion.true, label %subregion.false
30 subregion.true:
33 subregion.false:
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/test/Isl/CodeGen/
H A Dregion_exiting-domtree.ll5 ; subregion. In particulat, it must be dominated by %polly.stmt.subregion.enter,
6 ; the generated subregion's entry block.
19 br i1 %skipcond, label %subregion.enter, label %subregion.skip
21 subregion.skip:
24 subregion.enter:
28 br i1 %cond, label %subregion.true, label %subregion.false
30 subregion.true:
33 subregion.false:
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/test/Isl/CodeGen/
H A Dregion_exiting-domtree.ll5 ; subregion. In particulat, it must be dominated by %polly.stmt.subregion.enter,
6 ; the generated subregion's entry block.
19 br i1 %skipcond, label %subregion.enter, label %subregion.skip
21 subregion.skip:
24 subregion.enter:
28 br i1 %cond, label %subregion.true, label %subregion.false
30 subregion.true:
33 subregion.false:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/test/Isl/CodeGen/
H A Dregion_exiting-domtree.ll5 ; subregion. In particulat, it must be dominated by %polly.stmt.subregion.enter,
6 ; the generated subregion's entry block.
19 br i1 %skipcond, label %subregion.enter, label %subregion.skip
21 subregion.skip:
24 subregion.enter:
28 br i1 %cond, label %subregion.true, label %subregion.false
30 subregion.true:
33 subregion.false:
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/test/Isl/CodeGen/
H A Dregion_exiting-domtree.ll5 ; subregion. In particulat, it must be dominated by %polly.stmt.subregion.enter,
6 ; the generated subregion's entry block.
19 br i1 %skipcond, label %subregion.enter, label %subregion.skip
21 subregion.skip:
24 subregion.enter:
28 br i1 %cond, label %subregion.true, label %subregion.false
30 subregion.true:
33 subregion.false:
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/test/Isl/CodeGen/
H A Dregion_exiting-domtree.ll5 ; subregion. In particulat, it must be dominated by %polly.stmt.subregion.enter,
6 ; the generated subregion's entry block.
19 br i1 %skipcond, label %subregion.enter, label %subregion.skip
21 subregion.skip:
24 subregion.enter:
28 br i1 %cond, label %subregion.true, label %subregion.false
30 subregion.true:
33 subregion.false:
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/test/Isl/CodeGen/
H A Dregion_exiting-domtree.ll5 ; subregion. In particulat, it must be dominated by %polly.stmt.subregion.enter,
6 ; the generated subregion's entry block.
19 br i1 %skipcond, label %subregion.enter, label %subregion.skip
21 subregion.skip:
24 subregion.enter:
28 br i1 %cond, label %subregion.true, label %subregion.false
30 subregion.true:
33 subregion.false:
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/SpatialObjects/include/
H A DitkImageMaskSpatialObject.hxx227 auto subregion = CreateRegion(minIndex, maxIndex); in ComputeMyBoundingBoxInIndexSpace() local
228 subregion.SetSize(dim, 1); in ComputeMyBoundingBoxInIndexSpace()
232 while (!HasForegroundPixels(subregion)) in ComputeMyBoundingBoxInIndexSpace()
234 const auto indexValue = subregion.GetIndex(dim) + 1; in ComputeMyBoundingBoxInIndexSpace()
241 subregion.SetIndex(dim, indexValue); in ComputeMyBoundingBoxInIndexSpace()
243 minIndex[dim] = subregion.GetIndex(dim); in ComputeMyBoundingBoxInIndexSpace()
246 subregion.SetIndex(dim, initialMaxIndexValue); in ComputeMyBoundingBoxInIndexSpace()
247 while (!HasForegroundPixels(subregion)) in ComputeMyBoundingBoxInIndexSpace()
249 subregion.SetIndex(dim, subregion.GetIndex(dim) - 1); in ComputeMyBoundingBoxInIndexSpace()
251 maxIndex[dim] = subregion.GetIndex(dim); in ComputeMyBoundingBoxInIndexSpace()
/dports/emulators/tme/tme-0.8/generic/
H A Dbus.c51 const struct tme_bus_subregion *subregion; in tme_bus_address_search() local
79 + subregion->tme_bus_subregion_address_last)) { in tme_bus_address_search()
106 const struct tme_bus_subregion *subregion; in tme_bus_tlb_fill() local
326 const struct tme_bus_subregion *subregion; in tme_bus_connection_ok() local
345 subregion != NULL; in tme_bus_connection_ok()
346 subregion = subregion->tme_bus_subregion_next) { in tme_bus_connection_ok()
351 < subregion->tme_bus_subregion_address_first) { in tme_bus_connection_ok()
395 const struct tme_bus_subregion *subregion; in tme_bus_connection_make() local
435 subregion != NULL; in tme_bus_connection_make()
436 subregion = subregion->tme_bus_subregion_next) { in tme_bus_connection_make()
[all …]
/dports/emulators/tme/tme-0.8/ic/stp22xx/
H A Dstp222x-aspace.c101 const struct tme_bus_subregion *subregion; in tme_stp222x_aspaces_rebuild() local
140 subregion = &conn_bus_other->tme_bus_subregions; in tme_stp222x_aspaces_rebuild()
154 for (; subregion != NULL; subregion = subregion->tme_bus_subregion_next) { in tme_stp222x_aspaces_rebuild()
157 address_first = conn_offset + subregion->tme_bus_subregion_address_first; in tme_stp222x_aspaces_rebuild()
158 address_last = conn_offset + subregion->tme_bus_subregion_address_last; in tme_stp222x_aspaces_rebuild()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/KeywordMetadata/
H A Dmethod-coliny_direct-global_balance_parameter2 Tolerance for whether a subregion is worth dividing
5 performed by only allowing a subregion to be subdivided if the size of
6 the subregion divided by the size of the largest subregion is at least
/dports/emulators/qemu-utils/qemu-4.2.1/scripts/qemugdb/
H A Dmtree.py82 subregion = ptr['subregions']['tqh_first']
84 while not isnull(subregion):
85 self.print_item(subregion, addr, level)
86 subregion = subregion['subregions_link']['tqe_next']
/dports/emulators/qemu5/qemu-5.2.0/scripts/qemugdb/
H A Dmtree.py81 subregion = ptr['subregions']['tqh_first']
83 while not isnull(subregion):
84 self.print_item(subregion, addr, level)
85 subregion = subregion['subregions_link']['tqe_next']
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/qemugdb/
H A Dmtree.py82 subregion = ptr['subregions']['tqh_first']
84 while not isnull(subregion):
85 self.print_item(subregion, addr, level)
86 subregion = subregion['subregions_link']['tqe_next']
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/scripts/qemugdb/
H A Dmtree.py85 subregion = ptr['subregions']['tqh_first']
87 while not isnull(subregion):
88 self.print_item(subregion, addr, level)
89 subregion = subregion['subregions_link']['tqe_next']

12345678910>>...41