Home
last modified time | relevance | path

Searched refs:maps (Results 1 - 25 of 113) sorted by relevance

12345

/third_party/pulseaudio/src/tests/
H A Dremix-test.c43 static const pa_channel_map maps[] = { in main() local
81 for (i = 0; maps[i].channels > 0; i++) in main()
82 for (j = 0; maps[j].channels > 0; j++) { in main()
87 ss1.channels = maps[i].channels; in main()
88 ss2.channels = maps[j].channels; in main()
94 pa_log_info("Converting from '%s' to '%s' with flags %s.", pa_channel_map_snprint(a, sizeof(a), &maps[i]), in main()
95 pa_channel_map_snprint(b, sizeof(b), &maps[j]), flag_sets[k].str); in main()
97 r = pa_resampler_new(pool, &ss1, &maps[i], &ss2, &maps[j], crossover_freq, PA_RESAMPLER_AUTO, in main()
/third_party/node/deps/v8/src/compiler/
H A Dmap-inference.cc19 ZoneRefUnorderedSet<MapRef> maps(broker->zone()); in MapInference()
21 NodeProperties::InferMapsUnsafe(broker_, object_, effect, &maps); in MapInference()
22 maps_.insert(maps_.end(), maps.begin(), maps.end()); in MapInference()
93 const ZoneVector<MapRef>& maps = GetMaps(); in Is() local
94 if (maps.size() != 1) return false; in Is()
95 return maps[0].equals(expected_map); in Is()
103 ZoneHandleSet<Map> maps; in InsertMapChecks() local
105 maps.insert(map.object(), jsgraph->graph()->zone()); in InsertMapChecks()
108 jsgraph->simplified()->CheckMaps(CheckMapsFlag::kNone, maps, feedbac in InsertMapChecks()
[all...]
H A Dproperty-access-builder.cc37 bool HasOnlyStringMaps(JSHeapBroker* broker, ZoneVector<MapRef> const& maps) { in HasOnlyStringMaps() argument
38 for (MapRef map : maps) { in HasOnlyStringMaps()
46 bool HasOnlyNumberMaps(JSHeapBroker* broker, ZoneVector<MapRef> const& maps) { in HasOnlyNumberMaps() argument
47 for (MapRef map : maps) { in HasOnlyNumberMaps()
56 ZoneVector<MapRef> const& maps, in TryBuildStringCheck()
59 if (HasOnlyStringMaps(broker, maps)) { in TryBuildStringCheck()
61 // String maps). in TryBuildStringCheck()
71 ZoneVector<MapRef> const& maps, in TryBuildNumberCheck()
74 if (HasOnlyNumberMaps(broker, maps)) { in TryBuildNumberCheck()
86 ZoneVector<MapRef> const& maps) { in BuildCheckMaps()
55 TryBuildStringCheck(JSHeapBroker* broker, ZoneVector<MapRef> const& maps, Node** receiver, Effect* effect, Control control) TryBuildStringCheck() argument
70 TryBuildNumberCheck(JSHeapBroker* broker, ZoneVector<MapRef> const& maps, Node** receiver, Effect* effect, Control control) TryBuildNumberCheck() argument
84 BuildCheckMaps(Node* object, Effect* effect, Control control, ZoneVector<MapRef> const& maps) BuildCheckMaps() argument
[all...]
H A Dproperty-access-builder.h35 // Builds the appropriate string check if the maps are only string
36 // maps.
37 bool TryBuildStringCheck(JSHeapBroker* broker, ZoneVector<MapRef> const& maps,
39 // Builds a number check if all maps are number maps.
40 bool TryBuildNumberCheck(JSHeapBroker* broker, ZoneVector<MapRef> const& maps,
44 ZoneVector<MapRef> const& maps);
91 bool HasOnlyStringMaps(JSHeapBroker* broker, ZoneVector<MapRef> const& maps);
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dbuffer9.c56 This->maps = MALLOC(sizeof(struct NineTransfer)); in NineBuffer9_ctor()
57 if (!This->maps) in NineBuffer9_ctor()
188 if (This->maps) { in NineBuffer9_dtor()
193 FREE(This->maps); in NineBuffer9_dtor()
368 REALLOC(This->maps, sizeof(struct NineTransfer)*This->maxmaps, in NineBuffer9_Lock()
374 This->maps = newmaps; in NineBuffer9_Lock()
396 This->maps[This->nmaps-1].should_destroy_buf = true; in NineBuffer9_Lock()
404 This->maps[This->nmaps].transfer = NULL; in NineBuffer9_Lock()
405 This->maps[This->nmaps].is_pipe_secondary = false; in NineBuffer9_Lock()
406 This->maps[Thi in NineBuffer9_Lock()
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dpcy_map.c22 int ossl_policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps) in ossl_policy_cache_set_mapping() argument
29 if (sk_POLICY_MAPPING_num(maps) == 0) { in ossl_policy_cache_set_mapping()
33 for (i = 0; i < sk_POLICY_MAPPING_num(maps); i++) { in ossl_policy_cache_set_mapping()
34 map = sk_POLICY_MAPPING_value(maps, i); in ossl_policy_cache_set_mapping()
76 sk_POLICY_MAPPING_pop_free(maps, POLICY_MAPPING_free); in ossl_policy_cache_set_mapping()
/third_party/openssl/crypto/x509/
H A Dpcy_map.c22 int ossl_policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps) in ossl_policy_cache_set_mapping() argument
29 if (sk_POLICY_MAPPING_num(maps) == 0) { in ossl_policy_cache_set_mapping()
33 for (i = 0; i < sk_POLICY_MAPPING_num(maps); i++) { in ossl_policy_cache_set_mapping()
34 map = sk_POLICY_MAPPING_value(maps, i); in ossl_policy_cache_set_mapping()
76 sk_POLICY_MAPPING_pop_free(maps, POLICY_MAPPING_free); in ossl_policy_cache_set_mapping()
/third_party/python/Lib/test/
H A Dtest_nis.py16 maps = nis.maps()
23 maps.remove("passwd.adjunct.byname")
28 for nismap in maps:
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_flush.c34 * - Recursive maps.
72 struct debug_map_item maps[DEBUG_FLUSH_MAP_DEPTH]; member
135 FREE(fbuf->maps[i].frame); in debug_flush_buf_reference()
223 /* Recursive maps are allowed if previous maps are persistent, in debug_flush_map()
225 * with unpersistent maps. in debug_flush_map()
231 FALSE, fbuf->maps[fbuf->last_sync_map].frame); in debug_flush_map()
234 fbuf->maps[fbuf->map_count].frame = in debug_flush_map()
236 fbuf->maps[fbuf->map_count].persistent = persistent; in debug_flush_map()
282 if (!fbuf->maps[ in debug_flush_unmap()
[all...]
/third_party/skia/third_party/externals/freetype/src/psnames/
H A Dpsmodule.c311 /* Build a table that maps Unicode values to glyph indices. */
329 if ( !FT_QNEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) ) in ps_unicodes_init()
337 map = table->maps; in ps_unicodes_init()
378 count = (FT_UInt)( map - table->maps ); in ps_unicodes_init()
383 FT_FREE( table->maps ); in ps_unicodes_init()
392 FT_MEM_QRENEW_ARRAY( table->maps, in ps_unicodes_init()
400 ft_qsort( table->maps, count, sizeof ( PS_UniMap ), in ps_unicodes_init()
420 min = table->maps; in ps_unicodes_char_index()
476 map = table->maps + mid; in ps_unicodes_char_next()
503 map = table->maps in ps_unicodes_char_next()
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline_cache.c357 /* We don't free binning descriptor maps as we are sharing them in v3dv_pipeline_shared_data_destroy()
360 if (shared_data->maps[stage] != NULL && in v3dv_pipeline_shared_data_destroy()
362 vk_free(&device->vk.alloc, shared_data->maps[stage]); in v3dv_pipeline_shared_data_destroy()
375 struct v3dv_descriptor_maps **maps, in v3dv_pipeline_shared_data_new()
397 new_entry->maps[stage] = maps[stage]; in v3dv_pipeline_shared_data_new()
580 struct v3dv_descriptor_maps *maps[BROADCOM_SHADER_STAGES] = { 0 }; in v3dv_pipeline_shared_data_create_from_blob() local
593 maps[stage] = vk_zalloc2(&cache->device->vk.alloc, NULL, in v3dv_pipeline_shared_data_create_from_blob()
597 if (maps[stage] == NULL) in v3dv_pipeline_shared_data_create_from_blob()
600 memcpy(maps[stag in v3dv_pipeline_shared_data_create_from_blob()
373 v3dv_pipeline_shared_data_new(struct v3dv_pipeline_cache *cache, const unsigned char sha1_key[20], struct v3dv_descriptor_maps **maps, struct v3dv_shader_variant **variants, const uint64_t *total_assembly, const uint32_t total_assembly_size) v3dv_pipeline_shared_data_new() argument
[all...]
/third_party/ltp/lib/
H A Dtst_buffers.c19 static struct map *maps; variable
67 map->next = maps; in tst_alloc()
68 maps = map; in tst_alloc()
154 struct map *i = maps; in tst_free_all()
164 maps = NULL; in tst_free_all()
/third_party/alsa-lib/test/
H A Dchmap.c35 snd_pcm_chmap_query_t **maps = snd_pcm_query_chmaps(pcm); in query_chmaps() local
38 if (!maps) { in query_chmaps()
39 printf("Cannot query maps\n"); in query_chmaps()
42 for (p = maps; (v = *p) != NULL; p++) { in query_chmaps()
48 snd_pcm_free_chmaps(maps); in query_chmaps()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DCharacterProperties.java14 * Sets and maps for Unicode properties.
18 * which maps all Unicode code points to their values for that property.
29 private static final CodePointMap maps[] = new CodePointMap[UProperty.INT_LIMIT - UProperty.INT_START]; field in CharacterProperties
134 * <p>The returned object maps all Unicode code points to their values for that property.
150 synchronized(maps) { in getIntPropertyMap()
151 CodePointMap map = maps[property - UProperty.INT_START]; in getIntPropertyMap()
153 maps[property - UProperty.INT_START] = map = makeMap(property); in getIntPropertyMap()
/third_party/libunwind/libunwind/tests/
H A Dcrasher.c21 FILE *maps = fopen("/proc/self/maps", "r"); in write_maps() local
24 if (!maps || !out) in write_maps()
27 while (fgets(buf, sizeof(buf), maps)) in write_maps()
41 fclose(maps); in write_maps()
/third_party/node/deps/npm/node_modules/@colors/colors/lib/
H A Dcolors.js69 // Style maps like trap operate as functions on strings;
196 // maps
197 colors.maps = {};
198 colors.maps.america = require('./maps/america')(colors);
199 colors.maps.zebra = require('./maps/zebra')(colors);
200 colors.maps.rainbow = require('./maps/rainbow')(colors);
201 colors.maps
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc104 TiXmlNodeVector* maps = GetNodesWithName(*it, "map"); in TEST_P() local
105 for (TiXmlNodeVector::iterator jt = maps->begin(); in TEST_P()
106 jt != maps->end(); ++jt) { in TEST_P()
116 delete maps; in TEST_P()
/third_party/python/Modules/
H A Dnismodule.c44 "maps(domain = defaultdomain)\n\
45 Returns an array of all available NIS maps within a domain. If domain\n\
308 nismaplist *maps; member
367 if (!xdr_pointer(xdrs, (char **)&objp->maps, in nis_xdr_ypresp_maplist()
423 return list->maps; in nis_maplist()
434 nismaplist *maps; in nis_maps() local
440 "|s:maps", kwlist, &domain)) { in nis_maps()
450 if ((maps = nis_maplist(state, domain)) == NULL) { in nis_maps()
456 for (; maps; maps in nis_maps()
[all...]
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_get_mapinfo_linux.c32 * The note has a header containing the @i count of the number of file maps, plus a
79 linux_mapinfo_t *maps = (linux_mapinfo_t *)(desc + mapinfo_offset); in _handle_file_note() local
87 && maps[i].start >= ui->phdrs[p].p_vaddr in _handle_file_note()
88 && maps[i].end <= ui->phdrs[p].p_vaddr + ui->phdrs[p].p_filesz) in _handle_file_note()
/third_party/skia/modules/skottie/src/text/
H A DRangeSelector.cpp75 CoverageProcessor(const TextAnimator::DomainMaps& maps, in CoverageProcessor() argument
90 fMap = &maps.fNonWhitespaceMap; in CoverageProcessor()
93 fMap = &maps.fWordsMap; in CoverageProcessor()
96 fMap = &maps.fLinesMap; in CoverageProcessor()
349 void RangeSelector::modulateCoverage(const TextAnimator::DomainMaps& maps, in modulateCoverage() argument
351 const CoverageProcessor coverage_proc(maps, fDomain, fMode, mbuf); in modulateCoverage()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DCharacterProperties.java14 * Sets and maps for Unicode properties.
18 * which maps all Unicode code points to their values for that property.
29 private static final CodePointMap maps[] = new CodePointMap[UProperty.INT_LIMIT - UProperty.INT_START]; field in CharacterProperties
144 * <p>The returned object maps all Unicode code points to their values for that property.
161 synchronized(maps) { in getIntPropertyMap()
162 CodePointMap map = maps[property - UProperty.INT_START]; in getIntPropertyMap()
164 maps[property - UProperty.INT_START] = map = makeMap(property); in getIntPropertyMap()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormatSymbols.java1517 // getDiplayName maps deprecated country and language codes to the current ones in equals()
1630 Map<String, Map<String, String>> maps = new TreeMap<>(); field in DateFormatSymbols.CalendarDataSink
1693 if (!arrays.containsKey(keyString) && !maps.containsKey(keyString)) { in put()
1732 } else if (maps.containsKey(alias)) { in put()
1733 maps.put(aliasPathPairs.get(i + 1), maps.get(alias)); in put()
1775 maps.put(path, stringMap); in processResource()
1795 || maps.containsKey(currentPath)) { continue; } in processResource()
1926 Map<String, Map<String, String>> maps = calendarSink.maps; in initializeData()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateFormatSymbols.java1462 // getDiplayName maps deprecated country and language codes to the current ones in equals()
1572 Map<String, Map<String, String>> maps = new TreeMap<>(); field in DateFormatSymbols.CalendarDataSink
1635 if (!arrays.containsKey(keyString) && !maps.containsKey(keyString)) { in put()
1674 } else if (maps.containsKey(alias)) { in put()
1675 maps.put(aliasPathPairs.get(i + 1), maps.get(alias)); in put()
1717 maps.put(path, stringMap); in processResource()
1737 || maps.containsKey(currentPath)) { continue; } in processResource()
1868 Map<String, Map<String, String>> maps = calendarSink.maps; in initializeData()
[all...]
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dlog.go75 var maps = &mapped{ var
164 maps.setServer(id, req{method: v.Method, start: tm})
166 cc := maps.client(id, true)
224 maps.setClient(id, req{method: v.Method, start: tm})
226 sc := maps.server(id, true)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dlog.go75 var maps = &mapped{ var
164 maps.setServer(id, req{method: v.Method, start: tm})
166 cc := maps.client(id, true)
224 maps.setClient(id, req{method: v.Method, start: tm})
226 sc := maps.server(id, true)

Completed in 16 milliseconds

12345