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

  /external/libnl/lib/
hash.c 53 #define hashsize(n) ((uint32_t)1<<(n)) macro
54 #define hashmask(n) (hashsize(n)-1)
162 In which case, the hash table should have hashsize(10) elements.
  /toolchain/binutils/binutils-2.27/opcodes/
m88k-dis.c 533 unsigned int hashvalue, hashsize; local
    [all...]
  /external/libcups/cups/
array.c 58 int hashsize, /* Size of hash */ member in struct:_cups_array_s
343 if (a->hashsize)
472 if (hash < 0 || hash >= a->hashsize)
762 a->hashsize = hsize;
  /hardware/qcom/msm8998/json-c/
linkhash.c 110 #define hashsize(n) ((uint32_t)1<<(n)) macro
111 #define hashmask(n) (hashsize(n)-1)
219 In which case, the hash table should have hashsize(10) elements.
  /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.27/bfd/
ecoff.c 3042 unsigned int hashsize, hashlog; local
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 755 int hashsize; member in struct:CvSparseMat
    [all...]

Completed in 159 milliseconds