/external/libnl/lib/ |
D | cache.c | 209 cache->hashtable = nl_hash_table_alloc(hashtable_size); in nl_cache_alloc() 380 if (cache->hashtable) in __nl_cache_free() 381 nl_hash_table_free(cache->hashtable); in __nl_cache_free() 440 if (cache->hashtable) { in __cache_add() 441 ret = nl_hash_table_add(cache->hashtable, obj); in __cache_add() 559 if (cache->hashtable) { in nl_cache_remove() 560 ret = nl_hash_table_del(cache->hashtable, obj); in nl_cache_remove() 1009 obj = nl_hash_table_lookup(cache->hashtable, needle); in __cache_fast_lookup() 1038 if (cache->hashtable) in nl_cache_search() 1077 && cache->hashtable) in nl_cache_find()
|
/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(); argument
|
/external/python/cpython3/Python/ |
D | marshal.c | 88 _Py_hashtable_t *hashtable; member 275 if (p->version < 3 || p->hashtable == NULL) in w_ref() 282 entry = _Py_HASHTABLE_GET_ENTRY(p->hashtable, v); in w_ref() 285 _Py_HASHTABLE_ENTRY_READ_DATA(p->hashtable, entry, w); in w_ref() 292 size_t s = p->hashtable->entries; in w_ref() 300 if (_Py_HASHTABLE_SET(p->hashtable, v, w) < 0) { in w_ref() 590 wf->hashtable = _Py_hashtable_new(sizeof(PyObject *), sizeof(int), in w_init_refs() 593 if (wf->hashtable == NULL) { in w_init_refs() 615 if (wf->hashtable != NULL) { in w_clear_refs() 616 _Py_hashtable_foreach(wf->hashtable, w_decref_entry, NULL); in w_clear_refs() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-use-after-free.cpp | 191 hashtable { class 207 hashtable <
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_MapStage.pbtxt | 36 summary: "Stage (key, values) in the underlying container which behaves like a hashtable."
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_valtable.cpp | 145 vt_item & vti = hashtable[hash & size_mask]; in add_value() 212 for(vt_table::iterator I = hashtable.begin(), E = hashtable.end(); in get_values()
|
D | sb_ir.h | 631 vt_table hashtable; variable 639 size_mask(size - 1), hashtable(size), cnt() {} in ex()
|
/external/libnl/ |
D | Android.bp | 41 "lib/hashtable.c",
|
D | make.log | 179 [ 36% 25/68] target thumb C: libnl_32 <= external/libnl/lib/hashtable.c 180 external/libnl/lib/hashtable.c:194:9: warning: invalid application of 'sizeof' to a void type [-Wpo… 335 [ 86% 59/68] target C: libnl <= external/libnl/lib/hashtable.c 336 external/libnl/lib/hashtable.c:194:9: warning: invalid application of 'sizeof' to a void type [-Wpo…
|
/external/llvm/test/CodeGen/X86/ |
D | 2012-11-30-misched-dbg.ll | 98 %"class.__gnu_cxx::hash_map" = type { %"class.__gnu_cxx::hashtable" } 99 %"class.__gnu_cxx::hashtable" = type { i64, i64, i64, i64, i64, i64 }
|
/external/clang/www/ |
D | libstdc++4.4-clang0x.patch | 516 diff -ur a/tr1_impl/hashtable b/tr1_impl/hashtable 517 --- a/tr1_impl/hashtable 2011-03-15 14:49:07.000000000 -0700 518 +++ b/tr1_impl/hashtable 2011-05-02 23:41:55.000000000 -0700
|
/external/u-boot/lib/ |
D | Makefile | 73 obj-y += hashtable.o
|
/external/python/cpython2/Doc/library/ |
D | bsddb.rst | 155 is not supported on hashtable databases (those opened with :func:`hashopen`). 161 in the file is unspecified. This is not supported on hashtable databases (those
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | 2004-04-05-InvokeCastCrash.ll | 6 …const llvm::Value*>,std::allocator<int> >" = type { %"struct.__gnu_cxx::hashtable<std::pair<const … 7 …>,std::allocator<const llvm::Constant*> >" = type { %"struct.__gnu_cxx::hashtable<const llvm::Cons… 8 …%"struct.__gnu_cxx::hashtable<const llvm::Constant*,const llvm::Constant*,__gnu_cxx::hash<const ll… 9 …%"struct.__gnu_cxx::hashtable<std::pair<const llvm::Value* const, int>,const llvm::Value*,__gnu_cx…
|
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/ |
D | 2004-04-05-InvokeCastCrash.ll | 6 …const llvm::Value*>,std::allocator<int> >" = type { %"struct.__gnu_cxx::hashtable<std::pair<const … 7 …>,std::allocator<const llvm::Constant*> >" = type { %"struct.__gnu_cxx::hashtable<const llvm::Cons… 8 …%"struct.__gnu_cxx::hashtable<const llvm::Constant*,const llvm::Constant*,__gnu_cxx::hash<const ll… 9 …%"struct.__gnu_cxx::hashtable<std::pair<const llvm::Value* const, int>,const llvm::Value*,__gnu_cx…
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2004-04-05-InvokeCastCrash.ll | 6 …const llvm::Value*>,std::allocator<int> >" = type { %"struct.__gnu_cxx::hashtable<std::pair<const … 7 …>,std::allocator<const llvm::Constant*> >" = type { %"struct.__gnu_cxx::hashtable<const llvm::Cons… 8 …%"struct.__gnu_cxx::hashtable<const llvm::Constant*,const llvm::Constant*,__gnu_cxx::hash<const ll… 9 …%"struct.__gnu_cxx::hashtable<std::pair<const llvm::Value* const, int>,const llvm::Value*,__gnu_cx…
|
/external/libnl/include/ |
D | Makefile.am | 27 netlink/hashtable.h \
|
/external/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 175 hashtable uhash uvector uvector32 uvector64 ulist 566 hashtable uvector 721 group: hashtable # Maps UnicodeString to value.
|
/external/libnl/include/netlink-private/ |
D | types.h | 90 struct nl_hash_table * hashtable; member
|
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | AssignTokenTypesWalker.g | 67 * Imports any token vocab name/type pairs into a local hashtable.
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | BaseTreeAdaptor.as | 13 * expensive: we have to create a hashtable with all tree nodes in it.
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | BaseRecognizer.as | 717 * For now we use a hashtable and just the slow Object-based one. 758 * successfully. Use a standard java hashtable for now.
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | estimator_test.py | 220 hashtable = lookup.HashTable( 222 features['bogus_lookup'] = hashtable.lookup(
|
/external/tagsoup/ |
D | CHANGES | 129 Added all standard SAX2 features to feature hashtable
|
/external/antlr/runtime/ObjC/Framework/ |
D | BaseRecognizer.m | 998 * For now we use a hashtable and just the slow Object-based one. 1045 * successfully. Use a standard java hashtable for now.
|