Searched refs:remaining (Results 1 – 10 of 10) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | thrd_sleep.c | 26 struct __timespec64 *remaining) in __thrd_sleep64() argument 29 remaining); in __thrd_sleep64() 44 __thrd_sleep (const struct timespec *time_point, struct timespec *remaining) in libc_hidden_def() 49 int ret = __thrd_sleep64 (&treq64, remaining != NULL ? &trem64 : NULL); in libc_hidden_def() 50 if (ret == -1 && remaining != NULL) in libc_hidden_def() 51 *remaining = valid_timespec64_to_timespec (trem64); in libc_hidden_def()
|
A D | thrd_priv.h | 33 struct __timespec64 *remaining);
|
/sysdeps/pthread/ |
A D | thrd_sleep.c | 25 thrd_sleep (const struct timespec* time_point, struct timespec* remaining) in thrd_sleep() argument 27 int ret = __clock_nanosleep (CLOCK_REALTIME, 0, time_point, remaining); in thrd_sleep()
|
/sysdeps/mach/hurd/ |
A D | setitimer.c | 163 struct timeval now, remaining, elapsed; in setitimer_locked() local 256 remaining = _hurd_itimerval.it_value; in setitimer_locked() 257 if (timercmp (&remaining, &elapsed, <)) in setitimer_locked() 262 remaining.tv_sec = 0; in setitimer_locked() 263 remaining.tv_usec = 0; in setitimer_locked() 266 subtract_timeval (&remaining, &elapsed); in setitimer_locked() 296 else if (remaining.tv_sec != newval.it_value.tv_sec in setitimer_locked() 297 || remaining.tv_usec != newval.it_value.tv_usec) in setitimer_locked() 323 old->it_value = remaining; in setitimer_locked()
|
/sysdeps/alpha/alphaev67/ |
A D | stpncpy.S | 73 beq a2, 1f # loop over full words remaining
|
/sysdeps/alpha/ |
A D | strncmp.S | 59 srl a2, 3, a2 # remaining full words in s1 count 137 srl a3, 3, a3 # remaining full words in s2 count
|
/sysdeps/alpha/alphaev6/ |
A D | memset.S | 91 sra $18, 3, $3 # U : Number of remaining quads to write
|
/sysdeps/arm/armv6t2/ |
A D | memchr.S | 107 and r2,r2,#7 @ Leave the count remaining as the number after the double words have been done
|
/sysdeps/alpha/alphaev5/ |
A D | add_n.S | 122 # 2nd loop handles remaining 1-3 limbs
|
A D | sub_n.S | 122 # 2nd loop handles remaining 1-3 limbs
|
Completed in 9 milliseconds