| /third_party/libbpf/src/ |
| D | hashmap.h | 72 struct hashmap { struct 73 hashmap_hash_fn hash_fn; argument 74 hashmap_equal_fn equal_fn; argument 77 struct hashmap_entry **buckets; argument 83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, argument
|
| /third_party/rust/rust/library/std/src/thread/local/ |
| D | dynamic_tests.rs | 18 fn hashmap() { in hashmap() function
|
| /third_party/rust/crates/once_cell/examples/ |
| D | lazy_static.rs | 15 fn hashmap() -> &'static HashMap<u32, &'static str> { in hashmap() function
|
| /third_party/rust/crates/serde/test_suite/tests/macros/ |
| D | mod.rs | 45 macro_rules! hashmap { macro
|
| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | get_first.rs | 35 let hashmap: HashMap<u8, char> = HashMap::from_iter(vec![(0, 'a'), (1, 'b')]); in main() localVariable
|
| D | drain_collect.rs | 16 fn hashmap(b: &mut HashMap<i32, i32>) -> HashMap<i32, i32> { in hashmap() function
|
| /third_party/protobuf/rust/test/shared/ |
| D | accessors_map_test.rs | 106 let hashmap: HashMap<String, String> = in collect_as_hashmap() localVariable
|
| /third_party/rust/rust/compiler/rustc_query_system/src/ |
| D | cache.rs | 11 hashmap: Lock<FxHashMap<Key, WithDepNode<Value>>>, field
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/ |
| D | map_cache_idx_cpu_kernel.cc | 105 HashmapEntry<T> *hashmap = reinterpret_cast<HashmapEntry<T> *>(inputs[0]->device_ptr()); in LaunchKernel() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/ |
| D | _embedding_cache_ops.py | 206 def __check__(self, hashmap, indices, step, emb_max_num, offset): argument
|
| /third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| D | RubyMap.java | 422 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { in mergeIntoSelf()
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| D | map.c | 210 static VALUE Map_merge_into_self(VALUE _self, VALUE hashmap) { in Map_merge_into_self() 698 static VALUE Map_merge(VALUE _self, VALUE hashmap) { in Map_merge()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-map.hh | 360 using hashmap = hb_hashmap_t<hb_codepoint_t, typedef
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/cache_embedding/ |
| D | cache_embedding.cc | 172 void BindAndInitCacheTensor(const ParamMap ¶m_pair_list, const ParameterPtr &hashmap) { in BindAndInitCacheTensor() 292 auto hashmap = InitHashMap(func_graph, host_size, cache_size, indices_type_id); in CreateMapCacheIdx() local
|
| /third_party/skia/m133/third_party/externals/harfbuzz/src/ |
| D | hb-map.hh | 551 using hashmap = hb_hashmap_t<hb_codepoint_t, typedef
|
| /third_party/ncurses/ |
| D | configure.in | 1511 AC_ARG_ENABLE(hashmap, optenable
|