/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/llvm-project/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/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/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_encoder.cc | 124 static HpackEncoderIndex HpackIndex(const Hashtable* hashtable, in HpackIndex() 130 static const ValueType& GetEntry(const Hashtable* hashtable, in GetEntry() 136 static bool TableEmptyAt(const Hashtable* hashtable, in TableEmptyAt() 142 static bool Matches(const Hashtable* hashtable, const ValueType& value, in Matches() 148 static void UpdateIndex(Hashtable* hashtable, HpackEncoderSlotHash hash_index, in UpdateIndex() 154 static void SetIndex(Hashtable* hashtable, HpackEncoderSlotHash hash_index, in SetIndex() 161 static bool GetMatchingIndex(Hashtable* hashtable, const ValueType& value, in GetMatchingIndex() 180 static ValueType ReplaceOlderIndex(Hashtable* hashtable, const ValueType& value, in ReplaceOlderIndex() 194 static void UpdateAddOrEvict(Hashtable hashtable, const ValueType& value, in UpdateAddOrEvict()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_live_shader_cache.h | 57 struct hash_table *hashtable; member
|
/external/tensorflow/tensorflow/lite/kernels/hashtable/ |
D | hashtable_size.cc | 26 namespace hashtable { namespace
|
D | hashtable_import.cc | 26 namespace hashtable { namespace
|
D | hashtable_find.cc | 26 namespace hashtable { namespace
|
D | hashtable.cc | 29 namespace hashtable { namespace
|
D | hashtable_ops_test.cc | 677 auto* hashtable = resource::GetHashtableResource(&resources, resource_id); in TEST() local 924 auto* hashtable = resource::GetHashtableResource(&resources, kResourceId); in TEST() local 946 auto* hashtable = resource::GetHashtableResource(&resources, kResourceId); in TEST() local
|
/external/erofs-utils/include/erofs/ |
D | hashtable.h | 376 #define hash_init(hashtable) __hash_init(hashtable, HASH_SIZE(hashtable)) argument 384 #define hash_add(hashtable, node, key) \ argument 414 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) argument
|
/external/tensorflow/tensorflow/lite/experimental/resource/ |
D | static_hashtable.cc | 102 auto* hashtable = internal::CreateStaticHashtable(key_dtype, value_dtype); in CreateHashtableResourceIfNotAvailable() local
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | debug-info-use-after-free.cpp | 193 hashtable { class
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-use-after-free.cpp | 191 hashtable { class
|
/external/rust/crates/parking_lot_core/src/ |
D | parking_lot.rs | 336 let hashtable = get_hashtable(); in lock_bucket() localVariable 362 let hashtable = get_hashtable(); in lock_bucket_checked() localVariable 394 let hashtable = get_hashtable(); in lock_bucket_pair() localVariable
|
/external/python/cpython3/Python/ |
D | marshal.c | 88 _Py_hashtable_t *hashtable; member
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_ir.h | 641 vt_table hashtable; variable
|
/external/libnl/include/netlink-private/ |
D | types.h | 102 struct nl_hash_table * hashtable; member
|