Home
last modified time | relevance | path

Searched refs:region (Results 1 – 25 of 1676) sorted by relevance

12345678910>>...68

/third_party/libphonenumber/resources/geocoding/en/
D996.txt17 9963120|Bishkek, Chuy region
18 9963121|Bishkek, Chuy region
19 9963122|Bishkek, Chuy region
20 9963123|Bishkek, Chuy region
21 9963124|Bishkek, Chuy region
22 99631250|Bishkek, Chuy region
23 99631251|Bishkek, Chuy region
24 99631252|Bishkek, Chuy region
25 99631253|Bishkek, Chuy region
26 99631254|Bishkek, Chuy region
[all …]
/third_party/gstreamer/gstplugins_bad/gst/siren/
Dhuffman.c62 int region, i; in compute_region_powers() local
64 for (region = 0; region < number_of_regions; region++) { in compute_region_powers()
68 coefs[(region * region_size) + i] * coefs[(region * region_size) + i]; in compute_region_powers()
82 absolute_region_power_index[region] = min_idx - 24; in compute_region_powers()
86 for (region = number_of_regions - 2; region >= 0; region--) { in compute_region_powers()
87 if (absolute_region_power_index[region] < in compute_region_powers()
88 absolute_region_power_index[region + 1] - 11) in compute_region_powers()
89 absolute_region_power_index[region] = in compute_region_powers()
90 absolute_region_power_index[region + 1] - 11; in compute_region_powers()
103 for (region = 1; region < number_of_regions; region++) { in compute_region_powers()
[all …]
Dcommon.c104 int region, delta, i, temp; in categorize_regions() local
131 for (region = 0; region < number_of_regions; region++) { in categorize_regions()
132 i = (delta + offset - absolute_region_power_index[region]) >> 1; in categorize_regions()
138 power_categories[region] = i; in categorize_regions()
147 for (region = 0; region < number_of_regions; region++) { in categorize_regions()
148 i = (offset - absolute_region_power_index[region]) >> 1; in categorize_regions()
153 max_rate_categories[region] = min_rate_categories[region] = in categorize_regions()
154 power_categories[region] = i; in categorize_regions()
165 for (region = number_of_regions - 1; region >= 0; region--) { in categorize_regions()
166 if (min_rate_categories[region] < 7) { in categorize_regions()
[all …]
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_memory_helper.c150 …struct nine_memfd_file_region *region; /* Corresponding file memory region. Max 1 allocation per r… member
227 struct nine_memfd_file_region *region; in debug_dump_memfd_state() local
232 LIST_FOR_EACH_ENTRY(region, &memfd_file->free_regions, list) { in debug_dump_memfd_state()
234 region->offset, region->size, region->map, in debug_dump_memfd_state()
235 region->num_locks, region->num_weak_unlocks, (int)region->zero_filled); in debug_dump_memfd_state()
237 LIST_FOR_EACH_ENTRY(region, &memfd_file->unmapped_allocated_regions, list) { in debug_dump_memfd_state()
239 region->offset, region->size, region->map, in debug_dump_memfd_state()
240 region->num_locks, region->num_weak_unlocks, (int)region->zero_filled); in debug_dump_memfd_state()
242 LIST_FOR_EACH_ENTRY(region, &memfd_file->locked_mapped_allocated_regions, list) { in debug_dump_memfd_state()
244 region->offset, region->size, region->map, in debug_dump_memfd_state()
[all …]
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_blit.c71 VkImageResolve region = {0}; in blit_resolve() local
73 region.srcSubresource.aspectMask = src->aspect; in blit_resolve()
74 region.srcSubresource.mipLevel = info->src.level; in blit_resolve()
75 region.srcOffset.x = info->src.box.x; in blit_resolve()
76 region.srcOffset.y = info->src.box.y; in blit_resolve()
79 region.srcOffset.z = 0; in blit_resolve()
80 region.srcSubresource.baseArrayLayer = info->src.box.z; in blit_resolve()
81 region.srcSubresource.layerCount = info->src.box.depth; in blit_resolve()
84 region.srcOffset.z = info->src.box.z; in blit_resolve()
85 region.srcSubresource.baseArrayLayer = 0; in blit_resolve()
[all …]
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c90 const VkBufferImageCopy2 *region) in copy_buffer_to_image() argument
121 const VkOffset3D img_offset_el = vk_image_offset_to_elements(&image->vk, region->imageOffset); in copy_buffer_to_image()
124 const VkExtent3D img_extent_el = vk_image_extent_to_elements(&image->vk, region->imageExtent); in copy_buffer_to_image()
132 image, layout, &region->imageSubresource, region->imageSubresource.aspectMask); in copy_buffer_to_image()
138 radv_layout_dcc_compressed(cmd_buffer->device, image, region->imageSubresource.mipLevel, in copy_buffer_to_image()
143 .aspectMask = region->imageSubresource.aspectMask, in copy_buffer_to_image()
144 .baseMipLevel = region->imageSubresource.mipLevel, in copy_buffer_to_image()
146 .baseArrayLayer = region->imageSubresource.baseArrayLayer, in copy_buffer_to_image()
147 .layerCount = region->imageSubresource.layerCount, in copy_buffer_to_image()
154 const struct vk_image_buffer_layout buf_layout = vk_image_buffer_copy_layout(&image->vk, region); in copy_buffer_to_image()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLSR.java25 public final String region; field in LSR
30 public LSR(String language, String script, String region, int flags) { in LSR() argument
33 this.region = region; in LSR()
34 regionIndex = indexForRegion(region); in LSR()
43 public static final int indexForRegion(String region) { in indexForRegion() argument
44 if (region.length() == 2) { in indexForRegion()
45 int a = region.charAt(0) - 'A'; in indexForRegion()
47 int b = region.charAt(1) - 'A'; in indexForRegion()
50 } else if (region.length() == 3) { in indexForRegion()
51 int a = region.charAt(0) - '0'; in indexForRegion()
[all …]
DXLikelySubtags.java178 String region = locale.getCountry(); in canonicalize() local
179 String region2 = regionAliases.get(region); in canonicalize()
184 region2 == null ? region : region2); in canonicalize()
217 private LSR makeMaximizedLsr(String language, String script, String region, String variant) { in makeMaximizedLsr() argument
221 if (region.length() == 2 && region.charAt(0) == 'X') { in makeMaximizedLsr()
222 switch (region.charAt(1)) { in makeMaximizedLsr()
225 PSEUDO_ACCENTS_PREFIX + script, region, LSR.EXPLICIT_LSR); in makeMaximizedLsr()
228 PSEUDO_BIDI_PREFIX + script, region, LSR.EXPLICIT_LSR); in makeMaximizedLsr()
231 PSEUDO_CRACKED_PREFIX + script, region, LSR.EXPLICIT_LSR); in makeMaximizedLsr()
238 int lsrFlags = region.isEmpty() ? in makeMaximizedLsr()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLSR.java21 public final String region; field in LSR
26 public LSR(String language, String script, String region, int flags) { in LSR() argument
29 this.region = region; in LSR()
30 regionIndex = indexForRegion(region); in LSR()
39 public static final int indexForRegion(String region) { in indexForRegion() argument
40 if (region.length() == 2) { in indexForRegion()
41 int a = region.charAt(0) - 'A'; in indexForRegion()
43 int b = region.charAt(1) - 'A'; in indexForRegion()
46 } else if (region.length() == 3) { in indexForRegion()
47 int a = region.charAt(0) - '0'; in indexForRegion()
[all …]
DXLikelySubtags.java171 String region = locale.getCountry(); in canonicalize() local
172 String region2 = regionAliases.get(region); in canonicalize()
177 region2 == null ? region : region2); in canonicalize()
212 private LSR makeMaximizedLsr(String language, String script, String region, String variant) { in makeMaximizedLsr() argument
216 if (region.length() == 2 && region.charAt(0) == 'X') { in makeMaximizedLsr()
217 switch (region.charAt(1)) { in makeMaximizedLsr()
220 PSEUDO_ACCENTS_PREFIX + script, region, LSR.EXPLICIT_LSR); in makeMaximizedLsr()
223 PSEUDO_BIDI_PREFIX + script, region, LSR.EXPLICIT_LSR); in makeMaximizedLsr()
226 PSEUDO_CRACKED_PREFIX + script, region, LSR.EXPLICIT_LSR); in makeMaximizedLsr()
233 int lsrFlags = region.isEmpty() ? in makeMaximizedLsr()
[all …]
/third_party/ffmpeg/libavcodec/
Dsiren.c452 int region, delta, i, temp; in categorize_regions() local
466 for (region = 0; region < number_of_regions; region++) { in categorize_regions()
468 absolute_region_power_index[region]) >> 1; in categorize_regions()
470 power_categories[region] = i; in categorize_regions()
479 for (region = 0; region < number_of_regions; region++) { in categorize_regions()
480 i = (offset - absolute_region_power_index[region]) >> 1; in categorize_regions()
482 max_rate_categories[region] = min_rate_categories[region] = in categorize_regions()
483 power_categories[region] = i; in categorize_regions()
493 for (region = number_of_regions - 1; region >= 0; region--) { in categorize_regions()
494 if (min_rate_categories[region] < 7) { in categorize_regions()
[all …]
Ddvbsubdec.c175 static void delete_region_display_list(DVBSubContext *ctx, DVBSubRegion *region) in delete_region_display_list() argument
180 while (region->display_list) { in delete_region_display_list()
181 display = region->display_list; in delete_region_display_list()
214 region->display_list = display->region_list_next; in delete_region_display_list()
246 DVBSubRegion *region = ctx->region_list; in delete_regions() local
248 ctx->region_list = region->next; in delete_regions()
250 delete_region_display_list(ctx, region); in delete_regions()
252 av_freep(&region->pbuf); in delete_regions()
253 av_freep(&region); in delete_regions()
725 DVBSubRegion *region; in save_subtitle_set() local
[all …]
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dtransfer.cpp45 pitch(const vector_t &region, vector_t pitch) { in pitch() argument
47 map(multiplies(), region, pitch))) { in pitch()
61 size(const vector_t &pitch, const vector_t &region) { in size() argument
62 if (any_of(is_zero(), region)) in size()
65 return dot(pitch, region - vector_t{ 0, 1, 1 }); in size()
85 const vector_t &pitch, const vector_t &region) { in validate_object() argument
90 if (any_of(greater(), map(multiplies(), pitch, region), tail(pitch))) in validate_object()
94 if (dot(pitch, origin) + size(pitch, region) > mem.size()) in validate_object()
97 if (any_of(is_zero(), region)) in validate_object()
106 const vector_t &orig, const vector_t &region) { in validate_object() argument
[all …]
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/
Ddvb-sub.c224 delete_region_display_list (DvbSub * dvb_sub, DVBSubRegion * region) in delete_region_display_list() argument
230 while (region->display_list) { in delete_region_display_list()
231 display = region->display_list; in delete_region_display_list()
264 region->display_list = display->region_list_next; in delete_region_display_list()
273 DVBSubRegion *region; in delete_state() local
276 region = dvb_sub->region_list; in delete_state()
278 dvb_sub->region_list = region->next; in delete_state()
280 delete_region_display_list (dvb_sub, region); in delete_state()
281 g_free (region->pbuf); in delete_state()
283 g_slice_free (DVBSubRegion, region); in delete_state()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dsubtitle.c225 _gst_subtitle_region_free (GstSubtitleRegion * region) in _gst_subtitle_region_free() argument
227 g_return_if_fail (region != NULL); in _gst_subtitle_region_free()
228 gst_subtitle_style_set_unref (region->style_set); in _gst_subtitle_region_free()
229 g_ptr_array_unref (region->blocks); in _gst_subtitle_region_free()
230 g_slice_free (GstSubtitleRegion, region); in _gst_subtitle_region_free()
249 GstSubtitleRegion *region; in gst_subtitle_region_new() local
253 region = g_slice_new0 (GstSubtitleRegion); in gst_subtitle_region_new()
254 gst_mini_object_init (GST_MINI_OBJECT_CAST (region), 0, in gst_subtitle_region_new()
258 region->style_set = style_set; in gst_subtitle_region_new()
259 region->blocks = g_ptr_array_new_with_free_func ( in gst_subtitle_region_new()
[all …]
/third_party/skia/third_party/externals/icu/patches/
Dlocale_google.patch1418 diff --git a/source/data/region/af.txt b/source/data/region/af.txt
1420 --- a/source/data/region/af.txt
1421 +++ b/source/data/region/af.txt
1475 diff --git a/source/data/region/am.txt b/source/data/region/am.txt
1477 --- a/source/data/region/am.txt
1478 +++ b/source/data/region/am.txt
1533 diff --git a/source/data/region/ar.txt b/source/data/region/ar.txt
1535 --- a/source/data/region/ar.txt
1536 +++ b/source/data/region/ar.txt
1591 diff --git a/source/data/region/ar_SA.txt b/source/data/region/ar_SA.txt
[all …]
/third_party/flutter/skia/third_party/externals/icu/patches/
Dlocale_google.patch203 diff --git a/source/data/region/af.txt b/source/data/region/af.txt
205 --- a/source/data/region/af.txt
206 +++ b/source/data/region/af.txt
267 diff --git a/source/data/region/am.txt b/source/data/region/am.txt
269 --- a/source/data/region/am.txt
270 +++ b/source/data/region/am.txt
331 diff --git a/source/data/region/ar.txt b/source/data/region/ar.txt
333 --- a/source/data/region/ar.txt
334 +++ b/source/data/region/ar.txt
395 diff --git a/source/data/region/ar_SA.txt b/source/data/region/ar_SA.txt
[all …]
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c73 vmw_region_size(struct vmw_region *region) in vmw_region_size() argument
75 return region->size; in vmw_region_size()
218 struct vmw_region *region = NULL; in vmw_ioctl_gb_surface_create() local
224 region = CALLOC_STRUCT(vmw_region); in vmw_ioctl_gb_surface_create()
225 if (!region) in vmw_ioctl_gb_surface_create()
320 region->handle = rep->buffer_handle; in vmw_ioctl_gb_surface_create()
321 region->map_handle = rep->buffer_map_handle; in vmw_ioctl_gb_surface_create()
322 region->drm_fd = vws->ioctl.drm_fd; in vmw_ioctl_gb_surface_create()
323 region->size = rep->backup_size; in vmw_ioctl_gb_surface_create()
324 *p_region = region; in vmw_ioctl_gb_surface_create()
[all …]
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c381 const VkBufferImageCopy2 *region) in copy_image_to_buffer_tlb() argument
384 if (!v3dv_meta_can_use_tlb(image, &region->imageOffset, &fb_format)) in copy_image_to_buffer_tlb()
389 (fb_format, region->imageSubresource.aspectMask, in copy_image_to_buffer_tlb()
394 num_layers = region->imageSubresource.layerCount; in copy_image_to_buffer_tlb()
396 num_layers = region->imageExtent.depth; in copy_image_to_buffer_tlb()
407 const uint32_t width = DIV_ROUND_UP(region->imageExtent.width, block_w); in copy_image_to_buffer_tlb()
408 const uint32_t height = DIV_ROUND_UP(region->imageExtent.height, block_h); in copy_image_to_buffer_tlb()
419 (job, buffer, image, &framebuffer, region); in copy_image_to_buffer_tlb()
434 const VkImageBlit2 *region,
446 const VkBufferImageCopy2 *region) in copy_image_to_buffer_blit() argument
[all …]
/third_party/node/deps/icu-small/source/common/
Dlsr.cpp19 language(nullptr), script(nullptr), region(r), in LSR()
20 regionIndex(indexForRegion(region)), flags(f) { in LSR()
35 language(other.language), script(other.script), region(other.region), owned(other.owned), in LSR()
53 region = other.region; in operator =()
72 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0); in isEquivalentTo()
81 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0) && in operator ==()
85 int32_t LSR::indexForRegion(const char *region) { in indexForRegion() argument
86 int32_t c = region[0]; in indexForRegion()
89 int32_t b = region[1] - '0'; in indexForRegion()
91 c = region[2] - '0'; in indexForRegion()
[all …]
/third_party/icu/icu4c/source/common/
Dlsr.cpp19 language(nullptr), script(nullptr), region(r), in LSR()
20 regionIndex(indexForRegion(region)), flags(f) { in LSR()
35 language(other.language), script(other.script), region(other.region), owned(other.owned), in LSR()
53 region = other.region; in operator =()
72 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0); in isEquivalentTo()
81 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0) && in operator ==()
85 int32_t LSR::indexForRegion(const char *region) { in indexForRegion() argument
86 int32_t c = region[0]; in indexForRegion()
89 int32_t b = region[1] - '0'; in indexForRegion()
91 c = region[2] - '0'; in indexForRegion()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dlsr.cpp19 language(nullptr), script(nullptr), region(r), in LSR()
20 regionIndex(indexForRegion(region)), flags(f) { in LSR()
35 language(other.language), script(other.script), region(other.region), owned(other.owned), in LSR()
53 region = other.region; in operator =()
72 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0); in isEquivalentTo()
81 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0) && in operator ==()
85 int32_t LSR::indexForRegion(const char *region) { in indexForRegion() argument
86 int32_t c = region[0]; in indexForRegion()
89 int32_t b = region[1] - '0'; in indexForRegion()
91 c = region[2] - '0'; in indexForRegion()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCurrencyMetaInfo.java84 public final String region; field in CurrencyMetaInfo.CurrencyFilter
109 … private CurrencyFilter(String region, String currency, long from, long to, boolean tenderOnly) { in CurrencyFilter() argument
110 this.region = region; in CurrencyFilter()
144 public static CurrencyFilter onRegion(String region) { in onRegion() argument
145 return ALL.withRegion(region); in onRegion()
217 public CurrencyFilter withRegion(String region) { in withRegion() argument
218 return new CurrencyFilter(region, this.currency, this.from, this.to, this.tenderOnly); in withRegion()
229 return new CurrencyFilter(this.region, currency, this.from, this.to, this.tenderOnly); in withCurrency()
239 …return new CurrencyFilter(this.region, this.currency, date.getTime(), date.getTime(), this.tenderO… in withDate()
252 … return new CurrencyFilter(this.region, this.currency, fromLong, toLong, this.tenderOnly); in withDateRange()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCurrencyMetaInfo.java86 public final String region; field in CurrencyMetaInfo.CurrencyFilter
114 … private CurrencyFilter(String region, String currency, long from, long to, boolean tenderOnly) { in CurrencyFilter() argument
115 this.region = region; in CurrencyFilter()
152 public static CurrencyFilter onRegion(String region) { in onRegion() argument
153 return ALL.withRegion(region); in onRegion()
232 public CurrencyFilter withRegion(String region) { in withRegion() argument
233 return new CurrencyFilter(region, this.currency, this.from, this.to, this.tenderOnly); in withRegion()
245 return new CurrencyFilter(this.region, currency, this.from, this.to, this.tenderOnly); in withCurrency()
256 …return new CurrencyFilter(this.region, this.currency, date.getTime(), date.getTime(), this.tenderO… in withDate()
270 … return new CurrencyFilter(this.region, this.currency, fromLong, toLong, this.tenderOnly); in withDateRange()
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DUtilsVulkan.cpp120 VkBufferImageCopy region; in ComputeBufferImageCopyRegion() local
122 region.bufferOffset = dataLayout.offset; in ComputeBufferImageCopyRegion()
127 region.bufferRowLength = dataLayout.bytesPerRow / blockInfo.byteSize * blockInfo.width; in ComputeBufferImageCopyRegion()
128 region.bufferImageHeight = dataLayout.rowsPerImage * blockInfo.height; in ComputeBufferImageCopyRegion()
130 region.imageSubresource.aspectMask = VulkanAspectMask(textureCopy.aspect); in ComputeBufferImageCopyRegion()
131 region.imageSubresource.mipLevel = textureCopy.mipLevel; in ComputeBufferImageCopyRegion()
135 region.imageOffset.x = textureCopy.origin.x; in ComputeBufferImageCopyRegion()
136 region.imageOffset.y = textureCopy.origin.y; in ComputeBufferImageCopyRegion()
137 region.imageOffset.z = 0; in ComputeBufferImageCopyRegion()
139 region.imageSubresource.baseArrayLayer = textureCopy.origin.z; in ComputeBufferImageCopyRegion()
[all …]

12345678910>>...68