Home
last modified time | relevance | path

Searched refs:region_id (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dtraversal_intersection_patterns.hpp35 int const curr_id = curr.region_id(); in check_pairs()
36 int const next_id = next.region_id(); in check_pairs()
89 && outgoing.region_id() == incoming.region_id(); in intersection_pattern_common_interior1()
96 if (check_pairs(aggregation, incoming.region_id(), 1, n - 2)) in intersection_pattern_common_interior1()
146 && outgoing.region_id() == incoming.region_id(); in intersection_pattern_common_interior2()
163 if (check_pairs(aggregation, incoming.region_id(), 1, n - 2)) in intersection_pattern_common_interior2()
216 && outgoing.region_id() == incoming.region_id() in intersection_pattern_common_interior3()
219 && last.region_id() == incoming.region_id() in intersection_pattern_common_interior3()
228 if (check_pairs(aggregation, incoming.region_id(), 1, n - 3)) in intersection_pattern_common_interior3()
281 && outgoing.region_id() == incoming.region_id() in intersection_pattern_common_interior4()
[all …]
H A Daggregate_operations.hpp31 signed_size_type region_id; member
46 , region_id(-1) in ring_with_direction()
131 int region_id = -1; in has_unique_region_id() local
136 if (region_id == -1) in has_unique_region_id()
138 region_id = rwd.region_id; in has_unique_region_id()
140 else if (rwd.region_id != region_id) in has_unique_region_id()
148 inline int region_id() const in region_id() function
150 int region_id = -1; in region_id() local
155 if (region_id == -1) in region_id()
157 region_id = rwd.region_id; in region_id()
[all …]
H A Dtraversal_switch_detector.hpp60 signed_size_type region_id; member
64 : region_id(-1) in merged_ring_properties()
83 signed_size_type region_id; member
90 : region_id(-1) in region_properties()
161 signed_size_type const region_id = it->first; in get_isolation() local
164 if (region_id == parent_region_id) in get_isolation()
169 if (visited.count(region_id) > 0) in get_isolation()
179 typename region_connection_map::iterator mit = m_connected_regions.find(region_id); in get_isolation()
192 isolation_type const iso = get_isolation(prop, properties.region_id, vis); in get_isolation()
217 properties.isolated = get_isolation(properties, properties.region_id, visited); in get_isolated_regions()
[all …]
H A Dtraversal.hpp398 && rwr.region_id() == incoming.region_id()) in select_from_cluster_union()
510 incoming_region_id = turn.operations[rwd.operation_index].enriched.region_id; in analyze_cluster_intersection()
523 if (op.enriched.region_id != incoming_region_id in analyze_cluster_intersection()
526 outgoing_region_ids.insert(op.enriched.region_id); in analyze_cluster_intersection()
533 int const region_id = turn.operations[i].enriched.region_id; in analyze_cluster_intersection() local
534 if (outgoing_region_ids.count(region_id) == 1) in analyze_cluster_intersection()
537 outgoing_region_ids.erase(region_id); in analyze_cluster_intersection()
H A Denrichment_info.hpp42 , region_id(-1) in enrichment_info()
69 signed_size_type region_id; member
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst27 region_id, that is assigned when the region is created. The region_id
44 Create a new region and return the region_id.
104 @stats_delete <region_id>
107 <region_id>
108 region_id returned from @stats_create
110 @stats_clear <region_id>
113 <region_id>
114 region_id returned from @stats_create
126 <region_id>: <start_sector>+<length> <step> <program_id> <aux_data>
132 @stats_print <region_id> [<starting_line> <number_of_lines>]
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_schema.sql41 region_id INTEGER NOT NULL REFERENCES regions(id) ON DELETE CASCADE, field
43 UNIQUE (region_id, resource_id)
47 region_id INTEGER NOT NULL REFERENCES regions(id) ON DELETE CASCADE, field
49 UNIQUE (region_id, tile_id)
/OK3568_Linux_fs/kernel/drivers/dax/pmem/
H A Dcore.c13 int rc, id, region_id; in __dax_pmem_probe() local
49 rc = sscanf(dev_name(&ndns->dev), "namespace%d.%d", &region_id, &id); in __dax_pmem_probe()
56 dax_region = alloc_dax_region(dev, region_id, &range, in __dax_pmem_probe()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dhash.h117 int region_id; in get_region_id() local
131 region_id = NON_LINEAR_REGION_ID(ea); in get_region_id()
132 return region_id; in get_region_id()
H A Dmmu-hash.h813 unsigned long region_id = get_region_id(ea); in get_kernel_context() local
819 if (region_id == LINEAR_MAP_REGION_ID) { in get_kernel_context()
825 ctx = region_id + MAX_KERNEL_CTX_CNT - 1; in get_kernel_context()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvfw/
H A Dacr.h105 u32 region_id; member
134 u32 region_id; member
H A Dpmu.h61 u32 region_id; member
/OK3568_Linux_fs/kernel/drivers/ps3/
H A Dps3stor_lib.c267 unsigned int region_id = dev->regions[dev->region_idx].id; in ps3stor_read_write_sectors() local
275 res = write ? lv1_storage_write(dev->sbd.dev_id, region_id, in ps3stor_read_write_sectors()
278 : lv1_storage_read(dev->sbd.dev_id, region_id, in ps3stor_read_write_sectors()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/
H A Drepository.c607 unsigned int *region_id) in ps3_repository_read_stor_dev_region_id() argument
618 *region_id = v1; in ps3_repository_read_stor_dev_region_id()
671 unsigned int *region_id, u64 *region_start, u64 *region_size) in ps3_repository_read_stor_dev_region() argument
676 region_index, region_id); in ps3_repository_read_stor_dev_region()
1258 unsigned int region_id; in dump_stor_dev_info() local
1262 repo->dev_index, region_index, &region_id, in dump_stor_dev_info()
1273 region_id, (unsigned long)region_start, in dump_stor_dev_info()
H A Dplatform.h158 unsigned int *region_id);
168 unsigned int *region_id, u64 *region_start, u64 *region_size);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/nvfw/
H A Dacr.c98 hdr->regions.region_props[i].region_id); in flcn_acr_desc_dump()
141 hdr->regions.region_props[i].region_id); in flcn_acr_desc_v1_dump()
/OK3568_Linux_fs/kernel/drivers/fpga/
H A Ddfl-fme-pr.h46 int region_id; member
/OK3568_Linux_fs/kernel/tools/testing/nvdimm/test/
H A Dnfit.c2111 memdev->region_id = 0; in nfit_test0_setup()
2127 memdev->region_id = 0; in nfit_test0_setup()
2144 memdev->region_id = 1; in nfit_test0_setup()
2161 memdev->region_id = 1; in nfit_test0_setup()
2177 memdev->region_id = 0; in nfit_test0_setup()
2194 memdev->region_id = 0; in nfit_test0_setup()
2210 memdev->region_id = 0; in nfit_test0_setup()
2226 memdev->region_id = 0; in nfit_test0_setup()
2242 memdev->region_id = 0; in nfit_test0_setup()
2258 memdev->region_id = 0; in nfit_test0_setup()
[all …]
/OK3568_Linux_fs/kernel/include/linux/soc/ti/
H A Dknav_qmss.h79 int num_desc, int region_id);
/OK3568_Linux_fs/kernel/drivers/dax/
H A Dbus.h15 struct dax_region *alloc_dax_region(struct device *parent, int region_id,
H A Dbus.c70 unsigned int region_id, id; in do_id_store() local
76 fields = sscanf(buf, "dax%d.%d", &region_id, &id); in do_id_store()
79 sprintf(devname, "dax%d.%d", region_id, id); in do_id_store()
543 struct dax_region *alloc_dax_region(struct device *parent, int region_id, in alloc_dax_region() argument
569 dax_region->id = region_id; in alloc_dax_region()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dps3disk.c117 unsigned int region_id = dev->regions[dev->region_idx].id; in ps3disk_submit_request_sg() local
139 res = lv1_storage_write(dev->sbd.dev_id, region_id, in ps3disk_submit_request_sg()
143 res = lv1_storage_read(dev->sbd.dev_id, region_id, in ps3disk_submit_request_sg()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_atcam.c277 u16 region_id) in mlxsw_sp_acl_atcam_region_associate() argument
281 u16 hw_region = region_id * 3; in mlxsw_sp_acl_atcam_region_associate()
288 mlxsw_reg_perar_pack(perar_pl, region_id, hw_region); in mlxsw_sp_acl_atcam_region_associate()
/OK3568_Linux_fs/kernel/include/linux/fpga/
H A Dfpga-mgr.h101 int region_id; member
/OK3568_Linux_fs/kernel/drivers/net/hyperv/
H A Dhyperv_net.h717 u16 region_id; member
725 u16 region_id; member
766 u16 region_id; member
774 u16 region_id; member

12