Searched refs:time (Results 1 – 25 of 61) sorted by relevance
123
/sysdeps/unix/sysv/linux/ |
A D | time.c | 32 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 D | ftime.c | 30 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 D | tst-clock_adjtime.c | 43 delta.time.tv_sec = 1; in do_test() 44 delta.time.tv_usec = 0; in do_test()
|
A D | ntp_gettime.c | 40 ntv->time = tntx.time; in __ntp_gettime64()
|
A D | ntp_gettimex.c | 36 ntv->time = tntx.time; in __ntp_gettimex64()
|
A D | tst-time-clobber.c | 30 time (NULL); in do_test()
|
A D | tst-ntp_gettime.c | 52 TEST_COMPARE (tv_after_ntp.tv_sec, ntv.time.tv_sec); in do_test()
|
A D | clock_adjtime.c | 38 && ! in_time_t_range (tx64->time.tv_sec)) in __clock_adjtime64()
|
A D | tst-skeleton-thread-affinity.c | 86 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 D | timex.h | 54 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 D | osf_adjtime.c | 40 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 D | Versions | 42 # time type change
|
/sysdeps/unix/sysv/linux/bits/ |
A D | timex.h | 40 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 D | timex.h | 32 struct timeval time; /* current time (ro) */ member
|
/sysdeps/arm/armv6/ |
A D | strrchr.S | 64 @ 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 D | strlen.S | 63 @ Loop searching for EOS, 8 bytes at a time.
|
A D | rawmemchr.S | 69 @ Loop searching for C, 8 bytes at a time.
|
A D | strchr.S | 80 @ Loop searching for EOS or C, 8 bytes at a time.
|
/sysdeps/csky/ |
A D | preconfigure | 33 # because it is added to gcc at the same time as -mfloat-abi.
|
/sysdeps/hppa/hppa1.1/ |
A D | mul_1.S | 35 ;! We could use fldds to read two limbs at a time from the S1 array, and that
|
/sysdeps/alpha/ |
A D | stxcpy.S | 184 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 D | stxncpy.S | 218 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 D | dl-tunables.list | 48 # run-time. NB: Don't set the default value since we can't tell
|
/sysdeps/alpha/alphaev6/ |
A D | stxcpy.S | 197 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 D | stxncpy.S | 247 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