Searched refs:startingIndex (Results 1 – 6 of 6) sorted by relevance
121 int startingIndex = smear(c) & mask; in matches() local122 int index = startingIndex; in matches()132 } while (index != startingIndex); in matches()
453 final int startingIndex = bounds.min; in drawLinearFill() local463 currentStartIndex = startingIndex + (iterations * indexInterval); in drawLinearFill()
2379 NSUInteger startingIndex = 0;2389 if (startingIndex >= numFields) startingIndex = 0;2390 GPBFieldDescriptor *fieldDescriptor = fields[startingIndex];2398 startingIndex += 1;2405 startingIndex += 1;2422 startingIndex += 1;2431 if (startingIndex >= numFields) startingIndex = 0;2432 GPBFieldDescriptor *fieldDescriptor = fields[startingIndex];2442 startingIndex += 1;2450 startingIndex += 1;
659 size_t startingIndex = compileOptions.sourcePath ? 1 : 0; in getShaderBinary() local660 for (size_t i = startingIndex; i < numStrings; ++i) in getShaderBinary()