Home
last modified time | relevance | path

Searched refs:instanceStartIndex (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dparallelism.d1042 immutable size_t instanceStartIndex; variable
1387 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()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dparallelism.d1139 immutable size_t instanceStartIndex; variable
1484 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()