Home
last modified time | relevance | path

Searched refs:region (Results 501 - 525 of 1835) sorted by relevance

1...<<21222324252627282930>>...74

/third_party/skia/fuzz/
H A DFuzz.cpp30 void Fuzz::next(SkRegion* region) { in next() argument
32 FuzzNiceRegion(this, region, 10); in next()
/kernel/linux/linux-5.10/drivers/misc/lkdtm/
H A Dheap.c201 static void ctor_double_free(void *region) in ctor_double_free() argument
203 static void ctor_a(void *region) in ctor_a() argument
205 static void ctor_b(void *region) in ctor_b() argument
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_debugfs.c91 enum nl80211_dfs_regions region = dev->mt76.region; in mt76_edcca_set() local
97 region == NL80211_DFS_ETSI; in mt76_edcca_set()
H A Dmt76x02_dfs.c275 switch (dev->mt76.region) { in mt76x02_dfs_check_hw_pulse()
449 switch (dev->mt76.region) { in mt76x02_dfs_create_sequence()
677 switch (dev->mt76.region) { in mt76x02_dfs_init_sw_detector()
717 switch (dev->mt76.region) { in mt76x02_dfs_set_bbp_params()
828 dev->mt76.region != NL80211_DFS_UNSET) { in mt76x02_dfs_init_params()
861 dev->mt76.region = NL80211_DFS_UNSET; in mt76x02_dfs_init_detector()
869 enum nl80211_dfs_regions region) in mt76x02_dfs_set_domain()
874 if (dev->mt76.region != region) { in mt76x02_dfs_set_domain()
878 region in mt76x02_dfs_set_domain()
868 mt76x02_dfs_set_domain(struct mt76x02_dev *dev, enum nl80211_dfs_regions region) mt76x02_dfs_set_domain() argument
[all...]
/kernel/linux/linux-5.10/drivers/pci/
H A Drom.c27 struct pci_bus_region region; in pci_enable_rom() local
42 pcibios_resource_to_bus(pdev->bus, &region, res); in pci_enable_rom()
45 rom_addr |= region.start | PCI_ROM_ADDRESS_ENABLE; in pci_enable_rom()
/kernel/linux/linux-6.6/drivers/pci/
H A Drom.c27 struct pci_bus_region region; in pci_enable_rom() local
42 pcibios_resource_to_bus(pdev->bus, &region, res); in pci_enable_rom()
45 rom_addr |= region.start | PCI_ROM_ADDRESS_ENABLE; in pci_enable_rom()
/third_party/icu/icu4c/source/test/intltest/
H A Dunits_data_test.cpp110 const char *region; in testGetPreferencesFor() member
146 localeID.append(t.region, status); in testGetPreferencesFor()
150 t.usage, t.region)) { in testGetPreferencesFor()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DOldExtensions1.cs6 #region Designer generated code
17 #region Descriptor
39 #region Messages
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dunits_data.h116 UnitPreferenceMetadata(StringPiece category, StringPiece usage, StringPiece region,
126 // for the "001" region ("world"). TODO(hugovdm): add a test for this.
127 CharString region; member in units::UnitPreferenceMetadata
172 * matches the specified usage and region.
174 * If region can't be found, falls back to global (001). If usage can't be
177 * @param category The category within which to look up usage and region.
184 * @param region The region whose preferences are desired. If there are no
185 * specific preferences for the requested region, the method automatically
186 * falls back to region "00
[all...]
/kernel/linux/linux-5.10/drivers/fpga/
H A Ddfl-afu-main.c669 struct dfl_afu_mmio_region region; in afu_ioctl_get_region_info() local
681 ret = afu_mmio_region_get_by_index(pdata, rinfo.index, &region); in afu_ioctl_get_region_info()
685 rinfo.flags = region.flags; in afu_ioctl_get_region_info()
686 rinfo.size = region.size; in afu_ioctl_get_region_info()
687 rinfo.offset = region.offset; in afu_ioctl_get_region_info()
797 struct dfl_afu_mmio_region region; in afu_mmap() local
807 ret = afu_mmio_region_get_by_offset(pdata, offset, size, &region); in afu_mmap()
811 if (!(region.flags & DFL_PORT_REGION_MMAP)) in afu_mmap()
814 if ((vma->vm_flags & VM_READ) && !(region.flags & DFL_PORT_REGION_READ)) in afu_mmap()
818 !(region in afu_mmap()
[all...]
/kernel/linux/linux-6.6/drivers/fpga/
H A Ddfl-afu-main.c682 struct dfl_afu_mmio_region region; in afu_ioctl_get_region_info() local
694 ret = afu_mmio_region_get_by_index(pdata, rinfo.index, &region); in afu_ioctl_get_region_info()
698 rinfo.flags = region.flags; in afu_ioctl_get_region_info()
699 rinfo.size = region.size; in afu_ioctl_get_region_info()
700 rinfo.offset = region.offset; in afu_ioctl_get_region_info()
810 struct dfl_afu_mmio_region region; in afu_mmap() local
820 ret = afu_mmio_region_get_by_offset(pdata, offset, size, &region); in afu_mmap()
824 if (!(region.flags & DFL_PORT_REGION_MMAP)) in afu_mmap()
827 if ((vma->vm_flags & VM_READ) && !(region.flags & DFL_PORT_REGION_READ)) in afu_mmap()
831 !(region in afu_mmap()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp497 virtual void copyRegionToTextureLevel (tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel = 0u) = 0;
1043 virtual void copyRegionToTextureLevel (tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel = 0u);
1330 void CopyImageToImage::copyRegionToTextureLevel (tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) in copyRegionToTextureLevel() argument
1334 VkOffset3D srcOffset = region.imageCopy.srcOffset; in copyRegionToTextureLevel()
1335 VkOffset3D dstOffset = region.imageCopy.dstOffset; in copyRegionToTextureLevel()
1336 VkExtent3D extent = region.imageCopy.extent; in copyRegionToTextureLevel()
1341 extent.depth = std::max(region.imageCopy.extent.depth, region.imageCopy.dstSubresource.layerCount); in copyRegionToTextureLevel()
1346 extent.depth = std::max(region.imageCopy.extent.depth, region in copyRegionToTextureLevel()
1809 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
2129 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
2385 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
2619 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
2668 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
4293 flipCoordinates(CopyRegion& region, const MirrorMode mirrorMode) flipCoordinates() argument
4359 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
4458 CopyRegion region = m_params.regions[i]; generateExpectedResult() local
5233 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
5338 CopyRegion region = m_params.regions[i]; generateExpectedResult() local
6387 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
11027 CopyRegion region; add2dImageToBufferTests() local
11600 CopyRegion region; add2dBufferToImageTests() local
12068 CopyRegion region; addBlittingImageSimpleWholeTests() local
12101 CopyRegion region; addBlittingImageSimpleMirrorXYTests() local
12134 CopyRegion region; addBlittingImageSimpleMirrorXTests() local
12167 CopyRegion region; addBlittingImageSimpleMirrorYTests() local
12200 CopyRegion region; addBlittingImageSimpleMirrorZTests() local
12234 CopyRegion region; addBlittingImageSimpleMirrorSubregionsTests() local
12255 CopyRegion region; addBlittingImageSimpleMirrorSubregionsTests() local
12277 CopyRegion region; addBlittingImageSimpleMirrorSubregionsTests() local
12299 CopyRegion region; addBlittingImageSimpleMirrorSubregionsTests() local
12333 CopyRegion region; addBlittingImageSimpleScalingWhole1Tests() local
12367 CopyRegion region; addBlittingImageSimpleScalingWhole2Tests() local
12402 CopyRegion region; addBlittingImageSimpleScalingAndOffsetTests() local
12424 CopyRegion region; addBlittingImageSimpleWithoutScalingPartialTests() local
13017 CopyRegion region; create2DCopyRegions() local
13177 CopyRegion region; addBlittingImageAllFormatsColorTests() local
13259 CopyRegion region; addBlittingImageAllFormatsColorTests() local
13399 CopyRegion region; addBlittingImageAllFormatsDepthStencilTests() local
13519 CopyRegion region; addBlittingImageAllFormatsDepthStencilTests() local
13639 CopyRegion region; addBlittingImageAllFormatsDepthStencilTests() local
13817 CopyRegion region; addBlittingImageAllFormatsBaseLevelMipmapTests() local
13928 CopyRegion region; addBlittingImageAllFormatsPreviousLevelMipmapTests() local
[all...]
/third_party/curl/lib/
H A Dhttp_aws_sigv4.c535 char region[MAX_SIGV4_LEN + 1]=""; in Curl_output_aws_sigv4() local
587 /* provider1[:provider2[:region[:service]]] in Curl_output_aws_sigv4()
595 provider0, provider1, region, service); in Curl_output_aws_sigv4()
622 if(!region[0]) { in Curl_output_aws_sigv4()
626 failf(data, "aws-sigv4: region missing in parameters and hostname"); in Curl_output_aws_sigv4()
632 failf(data, "aws-sigv4: region too long in hostname"); in Curl_output_aws_sigv4()
636 memcpy(region, reg, len); in Curl_output_aws_sigv4()
637 region[len] = '\0'; in Curl_output_aws_sigv4()
638 infof(data, "aws_sigv4: picked region %s from host", region); in Curl_output_aws_sigv4()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DTimeZone.java813 * @param region The ISO 3166 two-letter country code or UN M.49 three-digit area code.
814 * When null, no filtering done by region.
823 String region, Integer rawOffset) { in getAvailableIDs()
824 return ZoneMeta.getAvailableIDs(zoneType, region, rawOffset); in getAvailableIDs()
1170 * {@icu} Returns the region code associated with the given
1171 * system time zone ID. The region code is either ISO 3166
1177 * @return the region code associated with the given
1185 String region = null; in getRegion()
1189 region = ZoneMeta.getRegion(id); in getRegion()
1191 if (region in getRegion()
822 getAvailableIDs(SystemTimeZoneType zoneType, String region, Integer rawOffset) getAvailableIDs() argument
1279 getIDForWindowsID(String winid, String region) getIDForWindowsID() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DTimeZone.java771 * @param region The ISO 3166 two-letter country code or UN M.49 three-digit area code.
772 * When null, no filtering done by region.
779 String region, Integer rawOffset) { in getAvailableIDs()
780 return ZoneMeta.getAvailableIDs(zoneType, region, rawOffset); in getAvailableIDs()
1078 * <strong>[icu]</strong> Returns the region code associated with the given
1079 * system time zone ID. The region code is either ISO 3166
1085 * @return the region code associated with the given
1091 String region = null; in getRegion()
1095 region = ZoneMeta.getRegion(id); in getRegion()
1097 if (region in getRegion()
778 getAvailableIDs(SystemTimeZoneType zoneType, String region, Integer rawOffset) getAvailableIDs() argument
1181 getIDForWindowsID(String winid, String region) getIDForWindowsID() argument
[all...]
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dpixel_map_impl.cpp105 uint32_t PixelMapImpl::ReadPixels(uint64_t &bufferSize, uint32_t &offset, uint32_t &stride, Rect &region, uint8_t *dst) in ReadPixels() argument
110 return real_->ReadPixels(bufferSize, offset, stride, region, dst); in ReadPixels()
122 Rect &region) in WritePixels()
127 return real_->WritePixels(source, bufferSize, offset, stride, region); in WritePixels()
121 WritePixels(uint8_t *source, uint64_t &bufferSize, uint32_t &offset, uint32_t &stride, Rect &region) WritePixels() argument
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/syscalls/
H A Drtas_filter.c47 struct region { struct
50 struct region *next;
138 static int read_kregion_bounds(struct region *kregion) in read_kregion_bounds()
218 struct region rmo_region; in test()
241 printf("Couldn't read RMO region bounds, skipping remaining cases\n"); in test()
/kernel/linux/linux-5.10/drivers/vfio/pci/
H A Dvfio_pci_private.h62 struct vfio_pci_region *region);
64 struct vfio_pci_region *region,
67 struct vfio_pci_region *region,
115 struct vfio_pci_region *region; member
/kernel/linux/linux-5.10/sound/pci/cs46xx/
H A Dcs46xx_lib.h55 writel(val, chip->region.idx[bank+1].remap_addr + offset); in snd_cs46xx_poke()
62 return readl(chip->region.idx[bank+1].remap_addr + offset); in snd_cs46xx_peek()
67 writel(val, chip->region.name.ba0.remap_addr + offset); in snd_cs46xx_pokeBA0()
72 return readl(chip->region.name.ba0.remap_addr + offset); in snd_cs46xx_peekBA0()
/kernel/linux/linux-6.6/drivers/mtd/nand/spi/
H A Dmacronix.c30 struct mtd_oob_region *region) in mx35lfxge4ab_ooblayout_ecc()
36 struct mtd_oob_region *region) in mx35lfxge4ab_ooblayout_free()
41 region->offset = 2; in mx35lfxge4ab_ooblayout_free()
42 region->length = mtd->oobsize - 2; in mx35lfxge4ab_ooblayout_free()
29 mx35lfxge4ab_ooblayout_ecc(struct mtd_info *mtd, int section, struct mtd_oob_region *region) mx35lfxge4ab_ooblayout_ecc() argument
35 mx35lfxge4ab_ooblayout_free(struct mtd_info *mtd, int section, struct mtd_oob_region *region) mx35lfxge4ab_ooblayout_free() argument
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H A Dvpu_imx8q.c183 const struct vpu_rpc_region_t *region = &imx8q_regions[i]; in vpu_imx8q_check_memory_region() local
185 if (addr >= region->start && addr + size < region->end) in vpu_imx8q_check_memory_region()
186 return region->type; in vpu_imx8q_check_memory_region()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dfb.h52 struct nvkm_fb_tile region[16]; member
65 void nvkm_fb_tile_init(struct nvkm_fb *, int region, u32 addr, u32 size,
67 void nvkm_fb_tile_fini(struct nvkm_fb *, int region, struct nvkm_fb_tile *);
68 void nvkm_fb_tile_prog(struct nvkm_fb *, int region, struct nvkm_fb_tile *);
/kernel/linux/linux-6.6/drivers/iommu/
H A Dof_iommu.c190 * IOMMU regions without an associated physical region cannot be in iommu_resv_region_get_type()
206 * of_iommu_get_resv_regions - reserved region driver helper for device tree
208 * @list: reserved region list
222 of_for_each_phandle(&it, err, dev->of_node, "memory-region", NULL, 0) { in of_iommu_get_resv_regions()
237 dev_err(dev, "failed to parse memory region %pOF: %d\n", in of_iommu_get_resv_regions()
258 struct iommu_resv_region *region; in of_iommu_get_resv_regions() local
268 dev_warn(dev, "Cannot reserve IOVA region of 0 size\n"); in of_iommu_get_resv_regions()
273 region = iommu_alloc_resv_region(iova, length, prot, type, in of_iommu_get_resv_regions()
275 if (region) in of_iommu_get_resv_regions()
276 list_add_tail(&region in of_iommu_get_resv_regions()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/syscalls/
H A Drtas_filter.c48 struct region { struct
51 struct region *next;
85 static int read_kregion_bounds(struct region *kregion) in read_kregion_bounds()
157 struct region rmo_region; in test()
180 printf("Couldn't read RMO region bounds, skipping remaining cases\n"); in test()
/kernel/liteos_a/kernel/base/include/
H A Dlos_vm_filemap.h189 INT32 OsVfsFileMmap(struct file *filep, LosVmMapRegion *region);
190 STATUS_T OsNamedMMap(struct file *filep, LosVmMapRegion *region);
198 VOID OsDelMapInfo(LosVmMapRegion *region, LosVmPgFault *pgFault, BOOL cleanDirty);
211 VOID OsMarkPageDirty(LosFilePage *fpage, const LosVmMapRegion *region, int off, int len);

Completed in 26 milliseconds

1...<<21222324252627282930>>...74