Lines Matching defs:temp
169 struct timer_entry *temp = NULL;197 temp = g_timer_header;198 while (temp->next != NULL) {199 temp = temp->next;201 temp->next = timeout;275 u32_t temp;293 temp = tick * TIMEOUT_TICK;295 if (temp <= now - t->timeout) {305 temp = temp - (now - t->timeout);306 msec = msec > temp ? temp : msec;