Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 61) sorted by relevance

123

/sysdeps/unix/sysv/linux/
A Dtime.c32 return INLINE_SYSCALL_CALL (time, t); in time_syscall()
38 libc_ifunc (time,
44 time (time_t *t) in time() function
46 return INLINE_VSYSCALL (time, 1, t); in time()
86 weak_alias (__time, time)
A Dftime.c30 timebuf->time = ts.tv_sec; in __ftime64()
44 if (! in_time_t_range (tb64.time)) in libc_hidden_def()
49 timebuf->time = tb64.time; in libc_hidden_def()
A Dtst-clock_adjtime.c43 delta.time.tv_sec = 1; in do_test()
44 delta.time.tv_usec = 0; in do_test()
A Dntp_gettime.c40 ntv->time = tntx.time; in __ntp_gettime64()
A Dntp_gettimex.c36 ntv->time = tntx.time; in __ntp_gettimex64()
A Dtst-time-clobber.c30 time (NULL); in do_test()
A Dtst-ntp_gettime.c52 TEST_COMPARE (tv_after_ntp.tv_sec, ntv.time.tv_sec); in do_test()
A Dclock_adjtime.c38 && ! in_time_t_range (tx64->time.tv_sec)) in __clock_adjtime64()
A Dtst-skeleton-thread-affinity.c86 time_t start = time (NULL); in thread_burn_any_cpu()
87 while (time (NULL) - start <= PASS_TIMEOUT) in thread_burn_any_cpu()
/sysdeps/unix/sysv/linux/include/sys/
A Dtimex.h54 struct __timeval64 time; /* (read only, except for ADJ_SETOFFSET) */ in libc_hidden_proto()
87 struct __timeval64 time; /* current time (ro) */
119 tx64.time = valid_timeval_to_timeval64 (tx.time);
149 tx.time = valid_timeval64_to_timeval (tx64.time); in valid_timex64_to_timex()
170 ntv64.time = valid_timeval_to_timeval64 (ntv.time); in valid_ntptimeval_to_ntptimeval64()
188 ntp.time = valid_timeval64_to_timeval (ntp64.time); in valid_ntptimeval64_to_ntptimeval()
/sysdeps/unix/sysv/linux/alpha/
A Dosf_adjtime.c40 struct __timeval32 time; /* (read only) */ member
95 tx64.time = valid_timeval32_to_timeval (tx->time); in __adjtimex_tv32()
120 tx->time = valid_timeval_to_timeval32 (tx64.time); in __adjtimex_tv32()
A DVersions42 # time type change
/sysdeps/unix/sysv/linux/bits/
A Dtimex.h40 struct timeval time; /* (read only, except for ADJ_SETOFFSET) */ member
67 struct timeval time; /* (read only, except for ADJ_SETOFFSET) */
/sysdeps/unix/sysv/linux/sys/
A Dtimex.h32 struct timeval time; /* current time (ro) */ member
/sysdeps/arm/armv6/
A Dstrrchr.S64 @ Loop searching for EOS and C, 8 bytes at a time.
65 @ Any time we find a match in a word, we copy the address of
A Dstrlen.S63 @ Loop searching for EOS, 8 bytes at a time.
A Drawmemchr.S69 @ Loop searching for C, 8 bytes at a time.
A Dstrchr.S80 @ Loop searching for EOS or C, 8 bytes at a time.
/sysdeps/csky/
A Dpreconfigure33 # because it is added to gcc at the same time as -mfloat-abi.
/sysdeps/hppa/hppa1.1/
A Dmul_1.S35 ;! We could use fldds to read two limbs at a time from the S1 array, and that
/sysdeps/alpha/
A Dstxcpy.S184 extql t2, a1, t3 # e0 : extract low bits for next time
187 ldq_u t2, 0(a1) # .. e1 : load high word for next time
A Dstxncpy.S218 extql t2, a1, t1 # e0 : extract high bits for next time
220 ldq_u t2, 8(a1) # e0 : load high word for next time
/sysdeps/x86/
A Ddl-tunables.list48 # run-time. NB: Don't set the default value since we can't tell
/sysdeps/alpha/alphaev6/
A Dstxcpy.S197 extql t2, a1, t3 # U : extract low bits for next time (stall)
201 ldq_u t2, 0(a1) # L : Latency=3 load high word for next time
A Dstxncpy.S247 extql t2, a1, t1 # U : extract high bits for next time
252 ldq_u t2, 8(a1) # L : Latency=3 load high word for next time

Completed in 22 milliseconds

123