Home | History | Annotate | Download | only in common

Lines Matching defs:startIndex

334     int32_t theIndex, startIndex;
340 startIndex = theIndex = (hashcode ^ 0x4000000) % hash->length;
366 } while (theIndex != startIndex);