Home
last modified time | relevance | path

Searched defs:maps (Results 26 - 50 of 61) sorted by relevance

123

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_flush.c72 struct debug_map_item maps[DEBUG_FLUSH_MAP_DEPTH]; member
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dcharacterproperties.cpp48 UCPMap *maps[UCHAR_INT_LIMIT - UCHAR_INT_START] = {}; member
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMessage.java804 private Map<Descriptors.FieldDescriptor, RubyMap> maps; global() field in RubyMessage
[all...]
/third_party/skia/modules/skottie/src/text/
H A DRangeSelector.cpp75 CoverageProcessor(const TextAnimator::DomainMaps& maps, in CoverageProcessor() argument
349 void RangeSelector::modulateCoverage(const TextAnimator::DomainMaps& maps, in modulateCoverage() argument
/third_party/libabigail/src/
H A Dabg-leaf-reporter.cc123 report_type_changes_from_diff_maps(const leaf_reporter& reporter, const diff_maps& maps, ostream& out, const string& indent) report_type_changes_from_diff_maps() argument
164 report_changes_from_diff_maps(const diff_maps& maps, ostream& out, const string& indent) const report_changes_from_diff_maps() argument
[all...]
H A Dabg-reporter-priv.cc1355 const diff_maps &maps = corp_diff->get_leaf_diffs(); in maybe_report_interfaces_impacted_by_diff() local
/third_party/ffmpeg/libavfilter/
H A Dvf_colormap.c309 const int maps = s->nb_maps; in colormap_slice() local
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline_cache.c580 struct v3dv_descriptor_maps *maps[BROADCOM_SHADER_STAGES] = { 0 }; in v3dv_pipeline_shared_data_create_from_blob() local
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...]
H A Dv3dv_pipeline.c1757 struct v3dv_descriptor_maps *maps = pipeline_lower_nir() local
[all...]
/third_party/python/Modules/
H A Dnismodule.c308 nismaplist *maps; member
434 nismaplist *maps; in nis_maps() local
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_multi.c858 snd_pcm_chmap_query_t **maps; in snd_pcm_multi_query_chmaps() local
[all...]
H A Dpcm_direct.c1074 snd_pcm_chmap_query_t **smaps, **maps; local
[all...]
H A Dpcm_route.c668 snd_pcm_chmap_query_t **maps; in snd_pcm_route_query_chmaps() local
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-operator.h419 CheckMapsParameters(CheckMapsFlags flags, ZoneHandleSet<Map> const& maps, in CheckMapsParameters() argument
424 ZoneHandleSet<Map> const& maps() const { return maps_; } in maps() function in v8::internal::AbortReason::final
H A Dload-elimination.cc399 ZoneHandleSet<Map> const& maps = pair.second; in Print() local
339 AbstractMaps(Node* object, ZoneHandleSet<Map> maps, Zone* zone) AbstractMaps() argument
384 Extend( Node* object, ZoneHandleSet<Map> maps, Zone* zone) const Extend() argument
482 SetMaps( Node* object, ZoneHandleSet<Map> maps, Zone* zone) const SetMaps() argument
739 ZoneHandleSet<Map> const& maps = MapGuardMapsOf(node->op()); ReduceMapGuard() local
754 ZoneHandleSet<Map> const& maps = CheckMapsParametersOf(node->op()).maps(); ReduceCheckMaps() local
769 ZoneHandleSet<Map> const& maps = CompareMapsParametersOf(node->op()); ReduceCompareMaps() local
[all...]
H A Dsimplified-operator.cc1457 const Operator* SimplifiedOperatorBuilder::MapGuard(ZoneHandleSet<Map> maps) { in MapGuard() argument
1445 CheckMaps( CheckMapsFlags flags, ZoneHandleSet<Map> maps, const FeedbackSource& feedback) CheckMaps() argument
1466 CompareMaps( ZoneHandleSet<Map> maps) CompareMaps() argument
[all...]
H A Djs-heap-broker.cc428 NamedAccessFeedback(NameRef const& name, ZoneVector<MapRef> const& maps, FeedbackSlotKind slot_kind) NamedAccessFeedback() argument
794 ProcessFeedbackMapsForElementAccess( ZoneVector<MapRef>& maps, KeyedAccessMode const& keyed_mode, FeedbackSlotKind slot_kind) ProcessFeedbackMapsForElementAccess() argument
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc92 Handle<FixedArray> maps = isolate->wasm_debug_maps(); in GetOrCreateDebugMaps() local
110 auto maps = GetOrCreateDebugMaps(isolate); in GetOrCreateDebugProxyMap() local
799 auto maps = GetOrCreateDebugMaps(isolate); New() local
[all...]
/third_party/selinux/libsepol/src/
H A Dpolicydb_validate.c1414 const ebitmap_t *maps = p->type_attr_map; in validate_typeattr_map() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormatSymbols.java1630 Map<String, Map<String, String>> maps = new TreeMap<>(); field in DateFormatSymbols.CalendarDataSink
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateFormatSymbols.java1572 Map<String, Map<String, String>> maps = new TreeMap<>(); field in DateFormatSymbols.CalendarDataSink
[all...]
/third_party/libbpf/src/
H A Dlibbpf.h1645 struct bpf_map_skeleton *maps; global() member
1673 struct bpf_map_skeleton *maps; global() member
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc673 Handle<FixedArray> maps = isolate_->factory()->NewFixedArray( in Build() local
213 CreateMapForType(Isolate* isolate, const WasmModule* module, int type_index, Handle<WasmInstanceObject> instance, Handle<FixedArray> maps) CreateMapForType() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dmap.cc875 static bool ContainsMap(MapHandles const& maps, Map map) { in ContainsMap() argument
883 static bool HasElementsKind(MapHandles const& maps, in HasElementsKind() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddtfmtsym.cpp1504 Hashtable maps; member
[all...]

Completed in 44 milliseconds

123