HomeSort by relevance Sort by last modified time
    Searched full:hashsize (Results 76 - 100 of 114) sorted by null

1 2 34 5

  /external/opencv/cxcore/src/
cxarray.cpp 683 arr->hashsize = CV_SPARSE_HASH_SIZE0;
684 size = arr->hashsize*sizeof(arr->hashtable[0]);
772 for( idx = 0; idx < mat->hashsize; idx++ )
818 tabidx = hashval & (mat->hashsize - 1);
840 if( mat->heap->active_count >= mat->hashsize*CV_SPARSE_HASH_RATIO )
843 int newsize = MAX( mat->hashsize*2, CV_SPARSE_HASH_SIZE0);
865 mat->hashsize = newsize;
915 tabidx = hashval & (mat->hashsize - 1);
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorJS.pm     [all...]
  /external/opencv/cxcore/include/
cxtypes.h 755 int hashsize; member in struct:CvSparseMat
    [all...]
cxcore.h 276 for( idx = ++mat_iterator->curidx; idx < mat_iterator->mat->hashsize; idx++ )
    [all...]
  /external/dbus/doc/
dbus-tutorial.xml     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
changes     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
nm 
ar 
objcopy 
ranlib 
strip 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-addr2line 
arm-eabi-c++filt 
arm-eabi-nm 
arm-eabi-size 
arm-eabi-strings 
arm-eabi-ar 
arm-eabi-gprof 
arm-eabi-objcopy 
arm-eabi-ranlib 
arm-eabi-run 
arm-eabi-strip 
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/
arm-linux-androideabi-objcopy 
arm-linux-androideabi-strip 

Completed in 398 milliseconds

1 2 34 5