Searched refs:instanceStartIndex (Results 1 – 2 of 2) sorted by relevance
1042 immutable size_t instanceStartIndex; variable1387 instanceStartIndex = 0;1442 instanceStartIndex = nextInstanceIndex; in this()1447 nextThreadIndex = instanceStartIndex; in this()2798 return (rawInd >= instanceStartIndex && rawInd < instanceStartIndex + size) ? in workerIndex()2799 (rawInd - instanceStartIndex + 1) : 0; in workerIndex()
1139 immutable size_t instanceStartIndex; variable1484 instanceStartIndex = 0;1539 instanceStartIndex = nextInstanceIndex; in this()1544 nextThreadIndex = instanceStartIndex; in this()3036 return (rawInd >= instanceStartIndex && rawInd < instanceStartIndex + size) ? in workerIndex()3037 (rawInd - instanceStartIndex + 1) : 0; in workerIndex()