Lines Matching defs:tempEnd
123 uint16_t tempEnd,
127 if ((startIndex == tempStart) && endIndex == tempEnd) {
137 } else if (endIndex <= tempEnd) {
138 endIndex = tempEnd;
147 if (startIndex > tempEnd) {
149 } else if (endIndex <= tempEnd) {
164 uint16_t tempEnd,
174 if (startIndex > tempEnd) {
176 } else if (startIndex > tempStart && endIndex >= tempEnd) {
179 } else if (startIndex <= tempStart && endIndex >= tempEnd) {
182 } else if (startIndex <= tempStart && endIndex < tempEnd) {
187 } else if (startIndex > tempStart && endIndex < tempEnd) {