Searched refs:otherLength (Results 1 – 11 of 11) sorted by relevance
220 int otherLength = endOther - startOther;221 int count = otherLength - thisLength;230 for (int i = 0; i < otherLength; i++) {
198 int32_t otherLength = endOther - startOther; in splice() local199 int32_t count = otherLength - thisLength; in splice()211 for (int32_t i = 0; i < otherLength; i++) { in splice()
234 int otherLength = endOther - startOther;235 int count = otherLength - thisLength;244 for (int i = 0; i < otherLength; i++) {
197 int32_t otherLength = endOther - startOther; in splice() local198 int32_t count = otherLength - thisLength; in splice()210 for (int32_t i = 0; i < otherLength; i++) { in splice()
217 int32_t otherLength = (int32_t)(otherLimit - otherStart); in equals() local219 if (otherLength < length || (otherLength / 3) > length) { in equals()226 return j >= otherLength; in equals()227 } else if (j >= otherLength) { in equals()
218 int32_t otherLength = (int32_t)(otherLimit - otherStart); in equals() local220 if (otherLength < length || (otherLength / 3) > length) { in equals()227 return j >= otherLength; in equals()228 } else if (j >= otherLength) { in equals()
72865 + int32_t otherLength = endOther - startOther;72866 + int32_t count = otherLength - thisLength;73057 int32_t otherLength = endOther - startOther;73058 int32_t count = otherLength - thisLength;