Lines Matching refs:index
234 int index;
236 index = get_operation(curr, system_time, &next_time);
237 gate_open = curr->operation[index].properties & TSNEP_GCL_MASK;
238 if (index == curr->count - 1)
239 index = 0;
241 index++;
243 curr->operation[index].properties & TSNEP_GCL_MASK;
246 int index;
250 index = get_operation(prev, system_time, &next_time);
263 index = prev->count - 1;
265 gate_open = prev->operation[index].properties & TSNEP_GCL_MASK;