Searched refs:hashtable (Results 1 - 25 of 28) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dlibstdcxx_pointer_return_false_hack.cpp4 // an issue with libstdc++-4.2's <tr1/hashtable> implementation.
14 template<typename T> struct hashtable { struct in namespace:std::tr1
30 auto *test1 = std::tr1::hashtable<int>().find_node();
/external/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp191 hashtable { class in namespace:__gnu_cxx
207 hashtable <
/external/opencv/cxcore/src/
H A Dcxcopy.cpp317 CV_CALL( cvFree( &dst1->hashtable ));
319 CV_CALL( dst1->hashtable =
320 (void**)cvAlloc( dst1->hashsize*sizeof(dst1->hashtable[0])));
323 memset( dst1->hashtable, 0, dst1->hashsize*sizeof(dst1->hashtable[0]));
331 node_copy->next = (CvSparseNode*)dst1->hashtable[tabidx];
332 dst1->hashtable[tabidx] = node_copy;
714 if( mat1->hashtable )
715 memset( mat1->hashtable, 0, mat1->hashsize*sizeof(mat1->hashtable[
[all...]
H A Dcxarray.cpp684 size = arr->hashsize*sizeof(arr->hashtable[0]);
686 CV_CALL( arr->hashtable = (void**)cvAlloc( size ));
687 memset( arr->hashtable, 0, size );
719 cvFree( &arr->hashtable );
773 if( mat->hashtable[idx] )
775 node = iterator->node = (CvSparseNode*)mat->hashtable[idx];
821 for( node = (CvSparseNode*)mat->hashtable[tabidx];
863 cvFree( &mat->hashtable );
864 mat->hashtable = newtable;
871 node->next = (CvSparseNode*)mat->hashtable[tabid
[all...]
/external/opencv3/modules/core/src/
H A Dcopy.cpp1341 cvFree( &dst1->hashtable );
1343 dst1->hashtable =
1344 (void**)cvAlloc( dst1->hashsize*sizeof(dst1->hashtable[0]));
1347 memset( dst1->hashtable, 0, dst1->hashsize*sizeof(dst1->hashtable[0]));
1355 node_copy->next = (CvSparseNode*)dst1->hashtable[tabidx];
1356 dst1->hashtable[tabidx] = node_copy;
1404 if( mat1->hashtable )
1405 memset( mat1->hashtable, 0, mat1->hashsize*sizeof(mat1->hashtable[
[all...]
H A Darray.cpp575 size = arr->hashsize*sizeof(arr->hashtable[0]);
577 arr->hashtable = (void**)cvAlloc( size );
578 memset( arr->hashtable, 0, size );
602 cvFree( &arr->hashtable );
637 if( mat->hashtable[idx] )
639 node = iterator->node = (CvSparseNode*)mat->hashtable[idx];
679 for( node = (CvSparseNode*)mat->hashtable[tabidx];
722 cvFree( &mat->hashtable );
723 mat->hashtable = newtable;
730 node->next = (CvSparseNode*)mat->hashtable[tabid
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A 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/
H A 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/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
/external/opencv/cxcore/include/
H A Dcxtypes.h754 void** hashtable; member in struct:CvSparseMat
H A Dcxcore.h278 CvSparseNode* node = (CvSparseNode*)mat_iterator->mat->hashtable[idx];
/external/opencv3/modules/core/include/opencv2/core/
H A Dtypes_c.h685 void** hashtable; member in struct:CvSparseMat
H A Dcore_c.h551 CvSparseNode* node = (CvSparseNode*)mat_iterator->mat->hashtable[idx];
/external/v8/src/
H A Dobjects.cc6014 ObjectHashTable* hashtable = ObjectHashTable::cast(inline_value);
6015 Object* entry = hashtable->Lookup(key);
6039 Handle<ObjectHashTable> hashtable = local
6043 Handle<ObjectHashTable> new_table = ObjectHashTable::Put(hashtable, key,
6045 if (*new_table != *hashtable) {
6072 Handle<ObjectHashTable> hashtable(ObjectHashTable::cast(inline_value));
6074 ObjectHashTable::Remove(hashtable, key, &was_present);
6131 Handle<ObjectHashTable> hashtable = ObjectHashTable::New( local
6135 SetHiddenPropertiesHashTable(object, hashtable);
6136 return hashtable;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas862 /// For now we use a hashtable and just the slow Object-based one.
883 /// successfully. Use a standard hashtable for now.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jar ... boolean ignoreBase private ClassLoader parent private java.util.Hashtable jarFiles private static java.util.Map pathMap private ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jar ... boolean ignoreBase private ClassLoader parent private java.util.Hashtable jarFiles private static java.util.Map pathMap private ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 979 milliseconds

12