Home
last modified time | relevance | path

Searched refs:prev_t (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/core/
Dtimeouts.c319 struct sys_timeo *prev_t, *t; in sys_untimeout() local
327 for (t = next_timeout, prev_t = NULL; t != NULL; prev_t = t, t = t->next) { in sys_untimeout()
331 if (prev_t == NULL) { in sys_untimeout()
334 prev_t->next = t->next; in sys_untimeout()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstsystemclock.c203 GstClockTime now_t, prev_t, resolution; in GST_START_TEST() local
206 now_t = prev_t = GST_CLOCK_TIME_NONE; in GST_START_TEST()
215 if (prev_t != GST_CLOCK_TIME_NONE) { in GST_START_TEST()
217 fail_unless (now_t >= prev_t); in GST_START_TEST()
218 diff = now_t - prev_t; in GST_START_TEST()
221 prev_t = now_t; in GST_START_TEST()
/third_party/harfbuzz/src/
Dhb-ot-layout-gsubgpos.hh3683 hb_tag_t prev_t = get_feature_tag (prev); in find_duplicate_features() local
3684 if (t != prev_t) in find_duplicate_features()