Searched refs:evSubTime (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/isc/
H A Deventlib.h151 #define evSubTime __evSubTime macro
170 struct timespec evSubTime __P((struct timespec, struct timespec));
/netbsd-6-1-5-RELEASE/lib/libc/include/isc/
H A Deventlib.h149 #define evSubTime __evSubTime macro
168 struct timespec evSubTime __P((struct timespec, struct timespec));
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Dev_timers.c89 evSubTime(struct timespec minuend, struct timespec subtrahend) { function
485 idle = evSubTime(ctx->lastEventTime, this->lastTouched);
497 this->timer->inter = evSubTime(this->max_idle, idle);
H A Deventlib.c302 interval = evSubTime(ctx->lastEventTime,
327 t = evSubTime(nextTime, ctx->lastEventTime);
572 interval = evSubTime(evNowTime(), start_time);
/netbsd-6-1-5-RELEASE/lib/libc/isc/
H A Dev_timers.c96 evSubTime(struct timespec minuend, struct timespec subtrahend) { function
501 idle = evSubTime(ctx->lastEventTime, this->lastTouched);
513 this->timer->inter = evSubTime(this->max_idle, idle);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_send.c890 timeout = evSubTime(finish, now);
895 timeout = evSubTime(finish, now);
/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dres_send.c925 timeout = evSubTime(finish, now);
930 timeout = evSubTime(finish, now);

Completed in 153 milliseconds