HomeSort by: relevance | last modified time | path
    Searched defs:INDEX_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libobjc/objc-private/
sarray.h 63 #define INDEX_SIZE (1 << INDEX_BITS)
64 #define INDEX_MASK (INDEX_SIZE - 1)
66 #define INDEX_CAPACITY (BUCKET_SIZE * INDEX_SIZE)
127 struct sbucket* buckets[INDEX_SIZE];
187 x.off.boffset = (offset / BUCKET_SIZE) % INDEX_SIZE;
228 buckets[(indx / BUCKET_SIZE) % INDEX_SIZE]->
  /src/external/gpl3/gcc.old/dist/libobjc/objc-private/
sarray.h 63 #define INDEX_SIZE (1 << INDEX_BITS)
64 #define INDEX_MASK (INDEX_SIZE - 1)
66 #define INDEX_CAPACITY (BUCKET_SIZE * INDEX_SIZE)
127 struct sbucket* buckets[INDEX_SIZE];
187 x.off.boffset = (offset / BUCKET_SIZE) % INDEX_SIZE;
228 buckets[(indx / BUCKET_SIZE) % INDEX_SIZE]->

Completed in 18 milliseconds