HomeSort by relevance Sort by last modified time
    Searched defs:hashsize (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
m88k-dis.c 533 unsigned int hashvalue, hashsize; local
    [all...]
  /system/extras/ksmutils/
lookup3.c 67 #define hashsize(n) ((uint32_t)1<<(n)) macro
68 #define hashmask(n) (hashsize(n)-1)
270 In which case, the hash table should have hashsize(10) elements.
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ecoff.c 3015 unsigned int hashsize, hashlog; local
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 755 int hashsize; member in struct:CvSparseMat
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 686 int hashsize; member in struct:CvSparseMat
    [all...]

Completed in 161 milliseconds