/external/starlark-go/starlark/ |
D | hashtable.go | 15 type hashtable struct { struct 16 table []bucket // len is zero or a power of two 17 bucket0 [1]bucket // inline allocation for small maps. 18 len uint32 19 itercount uint32 // number of active iterators (ignored if frozen) 20 head *entry // insertion order doubly-linked list; may be nil 21 tailLink **entry // address of nil link at end of list (perhaps &head) 22 frozen bool 39 func (ht *hashtable) init(size int) { 55 func (ht *hashtable) freeze() { [all …]
|
/external/mtools/ |
D | hash.c | 24 struct hashtable { struct 25 T_HashFunc f1,f2; 26 T_ComparFunc compar; 27 size_t size; /* actual size of the array */ 28 size_t fill; /* number of deleted or in use slots */ 29 size_t inuse; /* number of slots in use */ 30 size_t max; /* maximal number of elements to keep efficient */ 31 T_HashTableEl *entries;
|
/external/clang/test/SemaCXX/ |
D | libstdcxx_pointer_return_false_hack.cpp | 14 template<typename T> struct hashtable { struct 30 auto *test1 = std::tr1::hashtable<int>().find_node();
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_live_shader_cache.h | 61 struct hash_table *hashtable; member
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | hashtable.cc | 26 namespace hashtable { namespace
|
D | hashtable_size.cc | 25 namespace hashtable { namespace
|
D | hashtable_import.cc | 25 namespace hashtable { namespace
|
D | hashtable_find.cc | 25 namespace hashtable { namespace
|
D | hashtable_ops_test.cc | 664 auto* hashtable = resource::GetHashtableResource(&resources, resource_id); in TEST() local 912 auto* hashtable = resource::GetHashtableResource(&resources, kResourceId); in TEST() local 934 auto* hashtable = resource::GetHashtableResource(&resources, kResourceId); in TEST() local
|
/external/erofs-utils/include/erofs/ |
D | hashtable.h | 302 #define hash_init(hashtable) __hash_init(hashtable, HASH_SIZE(hashtable)) argument 310 #define hash_add(hashtable, node, key) \ argument 340 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) argument
|
/external/tensorflow/tensorflow/lite/experimental/resource/ |
D | static_hashtable.cc | 104 auto* hashtable = internal::CreateStaticHashtable(key_dtype, value_dtype); in CreateHashtableResourceIfNotAvailable() local
|
/external/coreboot/util/cbfstool/ |
D | platform_fixups.c | 44 void *hashtable = NULL; in qualcomm_find_hash() local
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | legalize_hashtables.cc | 139 for (auto hashtable : hashtables) { in checkWhetherGraphHasValidStaticLookupTables() local
|
/external/rust/android-crates-io/crates/lz4_flex/src/block/ |
D | mod.rs | 19 pub(crate) mod hashtable; module
|
/external/python/cpython3/Include/internal/ |
D | pycore_import.h | 58 _Py_hashtable_t *hashtable; member
|
D | pycore_typeobject.h | 56 struct type_cache_entry hashtable[1 << MCACHE_SIZE_EXP]; member
|
/external/libnl/include/nl-priv-dynamic-core/ |
D | cache-api.h | 264 struct nl_hash_table *hashtable; member
|
/external/rust/android-crates-io/crates/parking_lot_core/src/ |
D | parking_lot.rs | 360 let hashtable = get_hashtable(); in lock_bucket() localVariable 386 let hashtable = get_hashtable(); in lock_bucket_checked() localVariable 418 let hashtable = get_hashtable(); in lock_bucket_pair() localVariable
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-use-after-free.cpp | 191 hashtable { class
|
/external/python/cpython3/Python/ |
D | marshal.c | 101 _Py_hashtable_t *hashtable; member
|
/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/ |
D | hashtable.hpp | 3603 class hashtable class 3634 BOOST_INTRUSIVE_FORCEINLINE explicit hashtable ( const bucket_traits &b_traits in hashtable() function in boost::intrusive::hashtable 3641 BOOST_INTRUSIVE_FORCEINLINE hashtable(BOOST_RV_REF(hashtable) x) in hashtable() function in boost::intrusive::hashtable
|
/external/python/cpython3/Modules/ |
D | _hashopenssl.c | 265 _Py_hashtable_t *hashtable; member
|
/external/bcc/libbpf-tools/riscv/ |
D | vmlinux_602.h | 100722 struct hlist_head hashtable[2048]; member 100728 struct hlist_head hashtable[8192]; member 140452 struct hlist_head *hashtable; member
|
D | vmlinux.h | 100722 struct hlist_head hashtable[2048]; member 100728 struct hlist_head hashtable[8192]; member 140452 struct hlist_head *hashtable; member
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_600.h | 126192 struct hlist_head *hashtable; member
|