Home
last modified time | relevance | path

Searched refs:hashtable (Results 1 – 25 of 145) sorted by relevance

123456

/external/clang/test/SemaCXX/
Dlibstdcxx_pointer_return_false_hack.cpp14 template<typename T> struct hashtable { struct
30 auto *test1 = std::tr1::hashtable<int>().find_node(); argument
/external/opencv/cxcore/src/
Dcxcopy.cpp317 CV_CALL( cvFree( &dst1->hashtable )); in cvCopy()
319 CV_CALL( dst1->hashtable = in cvCopy()
320 (void**)cvAlloc( dst1->hashsize*sizeof(dst1->hashtable[0]))); in cvCopy()
323 memset( dst1->hashtable, 0, dst1->hashsize*sizeof(dst1->hashtable[0])); in cvCopy()
331 node_copy->next = (CvSparseNode*)dst1->hashtable[tabidx]; in cvCopy()
332 dst1->hashtable[tabidx] = node_copy; in cvCopy()
714 if( mat1->hashtable ) in cvSetZero()
715 memset( mat1->hashtable, 0, mat1->hashsize*sizeof(mat1->hashtable[0])); in cvSetZero()
Dcxarray.cpp684 size = arr->hashsize*sizeof(arr->hashtable[0]); in cvCreateSparseMat()
686 CV_CALL( arr->hashtable = (void**)cvAlloc( size )); in cvCreateSparseMat()
687 memset( arr->hashtable, 0, size ); in cvCreateSparseMat()
719 cvFree( &arr->hashtable ); in cvReleaseSparseMat()
773 if( mat->hashtable[idx] ) in cvInitSparseMatIterator()
775 node = iterator->node = (CvSparseNode*)mat->hashtable[idx]; in cvInitSparseMatIterator()
821 for( node = (CvSparseNode*)mat->hashtable[tabidx]; in icvGetNodePtr()
863 cvFree( &mat->hashtable ); in icvGetNodePtr()
864 mat->hashtable = newtable; in icvGetNodePtr()
871 node->next = (CvSparseNode*)mat->hashtable[tabidx]; in icvGetNodePtr()
[all …]
/external/clang/test/CodeGenCXX/
Ddebug-info-use-after-free.cpp191 hashtable { class
207 hashtable <
/external/llvm/test/CodeGen/X86/
D2012-11-30-misched-dbg.ll99 %"class.__gnu_cxx::hash_map" = type { %"class.__gnu_cxx::hashtable" }
100 %"class.__gnu_cxx::hashtable" = type { i64, i64, i64, i64, i64, i64 }
/external/clang/www/
Dlibstdc++4.4-clang0x.patch516 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/llvm/test/Transforms/IndVarSimplify/
D2004-04-05-InvokeCastCrash.ll6 …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/icu/icu4c/source/test/depstest/
Ddependencies.txt157 hashtable uhash uvector uvector32 uvector64 ulist
506 hashtable uvector
642 group: hashtable # Maps UnicodeString to value.
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DAssignTokenTypesWalker.g67 * Imports any token vocab name/type pairs into a local hashtable.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DBaseTreeAdaptor.as13 * expensive: we have to create a hashtable with all tree nodes in it.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DBaseRecognizer.as717 * For now we use a hashtable and just the slow Object-based one.
758 * successfully. Use a standard java hashtable for now.
/external/tagsoup/
DCHANGES129 Added all standard SAX2 features to feature hashtable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseRecognizer.m995 * For now we use a hashtable and just the slow Object-based one.
1042 * successfully. Use a standard java hashtable for now.
/external/libxml2/os400/libxmlrpg/
Dxpath.rpgle340 d nsHash like(xmlHashTablePtr) Namespace hashtable
/external/opencv/cxcore/include/
Dcxtypes.h754 void** hashtable; member
Dcxcore.h278 CvSparseNode* node = (CvSparseNode*)mat_iterator->mat->hashtable[idx]; in cvGetNextSparseNode()
/external/v8/src/
Dobjects.cc4610 ObjectHashTable* hashtable = ObjectHashTable::cast(inline_value); in GetHiddenProperty() local
4611 Object* entry = hashtable->Lookup(key); in GetHiddenProperty()
4645 Handle<ObjectHashTable> hashtable = in SetHiddenProperty() local
4649 Handle<ObjectHashTable> new_table = ObjectHashTable::Put(hashtable, key, in SetHiddenProperty()
4651 if (*new_table != *hashtable) { in SetHiddenProperty()
4680 Handle<ObjectHashTable> hashtable(ObjectHashTable::cast(inline_value)); in DeleteHiddenProperty() local
4682 ObjectHashTable::Remove(hashtable, key, &was_present); in DeleteHiddenProperty()
4739 Handle<ObjectHashTable> hashtable = ObjectHashTable::New( in GetOrCreateHiddenPropertiesHashtable() local
4745 hashtable = ObjectHashTable::Put(hashtable, in GetOrCreateHiddenPropertiesHashtable()
4750 SetHiddenPropertiesHashTable(object, hashtable); in GetOrCreateHiddenPropertiesHashtable()
[all …]
/external/v8/test/cctest/
Dtest-heap.cc3111 ObjectHashTable* hashtable = ObjectHashTable::cast( in TEST() local
3114 CHECK_LE(hashtable->SizeFor(hashtable->length()), 13 * kPointerSize); in TEST()
/external/selinux/policycoreutils/po/
Dmai.po1005 msgid "newrole: service name configuration hashtable overflow\n"
1006 msgstr "newrole: सेवा नाम विन्यास hashtable आधिक्य\n"
Dbn_IN.po1018 msgid "newrole: service name configuration hashtable overflow\n"
1019 msgstr "newrole: পরিসেবার নাম কনফিগারেশনের hashtable ওভার-ফ্লো\n"
Dhi.po1011 msgid "newrole: service name configuration hashtable overflow\n"
1012 msgstr "newrole: सेवा नाम विन्यास hashtable आधिक्य\n"
Dkn.po1021 msgid "newrole: service name configuration hashtable overflow\n"
1022 msgstr "ಹೊಸಪಾತ್ರ: service name configuration hashtable overflow\n"
Dmr.po1021 msgid "newrole: service name configuration hashtable overflow\n"
1022 msgstr "newrole: सेवकीय नावातील संरचनाचे hashtable उत्प्रवाह\n"
Dgu.po1017 msgid "newrole: service name configuration hashtable overflow\n"
1018 msgstr "newrole: service name configuration hashtable overflow\n"
Dpa.po1014 msgid "newrole: service name configuration hashtable overflow\n"
1015 msgstr "newrole: ਸਰਵਿਸ ਨਾਂ ਸੰਰਚਨਾ hashtable ਓਵਰਫਲੋ\n"

123456