Searched refs:theIndex (Results 1 – 2 of 2) sorted by relevance
59 int theIndex = theSecondString.indexOf(theCurrentChar); in execute() local61 if (theIndex < 0) in execute()68 else if (theIndex < theThirdStringLength) in execute()73 sbuffer.append(theThirdString.charAt(theIndex)); in execute()
335 int32_t theIndex, startIndex; in _uhash_find() local341 startIndex = theIndex = (hashcode ^ 0x4000000) % hash->length; in _uhash_find()344 tableHash = elements[theIndex].hashcode; in _uhash_find()346 if ((*hash->keyComparator)(key, elements[theIndex].key)) { in _uhash_find()347 return &(elements[theIndex]); in _uhash_find()357 firstDeleted = theIndex; in _uhash_find()366 theIndex = (theIndex + jump) % hash->length; in _uhash_find()367 } while (theIndex != startIndex); in _uhash_find()370 theIndex = firstDeleted; /* reset if had deleted slot */ in _uhash_find()380 return &(elements[theIndex]); in _uhash_find()