Home | History | Annotate | Download | only in Intersection

Lines Matching refs:startCount

257     size_t startCount = sizeof(start) / sizeof(start[0]);
263 for (size_t startIndex = 0; startIndex < startCount; ++startIndex) {
302 size_t startCount = sizeof(start) / sizeof(start[0]);
307 for (size_t lefty = 0; lefty < startCount; ++lefty) {
309 for (size_t toppy = 0; toppy < startCount; ++toppy) {
326 size_t startCount = sizeof(start) / sizeof(start[0]);
331 for (size_t lefty = 0; lefty < startCount; ++lefty) {
333 for (size_t toppy = 0; toppy < startCount; ++toppy) {
351 size_t startCount = sizeof(start) / sizeof(start[0]);
357 for (size_t startIndex = 0; startIndex < startCount; ++startIndex) {