Home
last modified time | relevance | path

Searched refs:last_abs (Results 1 – 7 of 7) sorted by relevance

/dports/devel/pecl-xdebug/xdebug-3.1.2/src/lib/
H A Dtiming.c153 context.last_abs = 0; in xdebug_nanotime_init()
188 if (nanotime < context->last_abs + NANOTIME_MIN_STEP) { in xdebug_get_nanotime()
189 context->last_abs += NANOTIME_MIN_STEP; in xdebug_get_nanotime()
190 nanotime = context->last_abs; in xdebug_get_nanotime()
192 context->last_abs = nanotime; in xdebug_get_nanotime()
/dports/emulators/simh/simh-3.9.0_5/Ibm1130/
H A Dibm1130_gdu.c128 static t_bool last_abs = TRUE; // last positioning instruction was absolute variable
521 last_abs = TRUE; in generate_image()
534 last_abs = TRUE; in generate_image()
551 last_abs = FALSE; in generate_image()
609 if (gdu_y < 0 && last_abs) in draw_characters()
637 if (gdu_x > 1023 && last_abs) { // line wrap in draw_characters()
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/base/
H A Dbase_globals.h31 uint64_t last_abs; member
/dports/devel/ivykis/ivykis-0.42.4/src/
H A Div_fd.c170 cmp = timespec_cmp(abs, &st->last_abs); in iv_fd_timeout_check()
187 st->last_abs = *abs; in iv_fd_timeout_check()
H A Div_private_posix.h45 struct timespec last_abs; member
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/ivykis/src/
H A Div_fd.c170 cmp = timespec_cmp(abs, &st->last_abs); in iv_fd_timeout_check()
187 st->last_abs = *abs; in iv_fd_timeout_check()
H A Div_private_posix.h45 struct timespec last_abs; member