Lines Matching refs:tempStart
122 uint16_t tempStart,
127 if ((startIndex == tempStart) && endIndex == tempEnd) {
131 if (startIndex <= tempStart) {
135 if (endIndex < tempStart) {
152 startIndex = tempStart;
163 uint16_t tempStart,
176 } else if (startIndex > tempStart && endIndex >= tempEnd) {
179 } else if (startIndex <= tempStart && endIndex >= tempEnd) {
182 } else if (startIndex <= tempStart && endIndex < tempEnd) {
185 } else if (endIndex < tempStart) {
187 } else if (startIndex > tempStart && endIndex < tempEnd) {