Home
last modified time | relevance | path

Searched refs:USEC_PER_SEC (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gdb-7/readline/
H A Dposixselect.h37 #ifndef USEC_PER_SEC
38 # define USEC_PER_SEC 1000000 macro
43 (tv).tv_sec = (us) / USEC_PER_SEC; \
44 (tv).tv_usec = (us) % USEC_PER_SEC; \
/dragonfly/lib/libc/rpc/
H A Dauth_des.c58 #define USEC_PER_SEC 1000000 macro
288 while (ad->ad_timestamp.tv_usec >= USEC_PER_SEC) { in authdes_marshal()
289 ad->ad_timestamp.tv_usec -= USEC_PER_SEC; in authdes_marshal()
H A Dsvc_auth_des.c75 #define USEC_PER_SEC ((u_long) 1000000L) macro
261 if ((u_long)timestamp.tv_usec >= USEC_PER_SEC) { in _svcauth_des()
/dragonfly/sys/dev/drm/include/linux/
H A Djiffies.h95 return j * (USEC_PER_SEC / HZ); in jiffies_to_usecs()
H A Dtime.h31 #define USEC_PER_SEC 1000000L macro