Searched refs:right (Results 1 – 11 of 11) sorted by relevance
/sysdeps/pthread/ |
A D | posix-timer.h | 117 timespec_compare (const struct timespec *left, const struct timespec *right) in timespec_compare() argument 119 if (left->tv_sec < right->tv_sec) in timespec_compare() 121 if (left->tv_sec > right->tv_sec) in timespec_compare() 124 if (left->tv_nsec < right->tv_nsec) in timespec_compare() 126 if (left->tv_nsec > right->tv_nsec) in timespec_compare() 134 const struct timespec *right) in timespec_add() argument 136 sum->tv_sec = left->tv_sec + right->tv_sec; in timespec_add() 137 sum->tv_nsec = left->tv_nsec + right->tv_nsec; in timespec_add() 148 const struct timespec *right) in timespec_sub() argument 150 diff->tv_sec = left->tv_sec - right->tv_sec; in timespec_sub() [all …]
|
/sysdeps/generic/ |
A D | sigsetops.h | 42 # define __sigandset(dest, left, right) \ argument 44 *(dest) = *(left) & *(right); \ 48 # define __sigorset(dest, left, right) \ argument 50 *(dest) = *(left) | *(right); \
|
/sysdeps/unix/sysv/linux/ |
A D | sigsetops.h | 76 __sigandset (sigset_t *dest, const sigset_t *left, const sigset_t *right) in __sigandset() argument 80 dest->__val[cnt] = left->__val[cnt] & right->__val[cnt]; in __sigandset() 84 __sigorset (sigset_t *dest, const sigset_t *left, const sigset_t *right) in __sigorset() argument 88 dest->__val[cnt] = left->__val[cnt] | right->__val[cnt]; in __sigorset()
|
/sysdeps/htl/ |
A D | timer_routines.h | 30 thread_attr_compare (const pthread_attr_t * left, const pthread_attr_t * right) in thread_attr_compare() argument 33 struct __pthread_attr *iright = (struct __pthread_attr *) right; in thread_attr_compare()
|
/sysdeps/nptl/ |
A D | timer_routines.h | 31 thread_attr_compare (const pthread_attr_t *left, const pthread_attr_t *right) in thread_attr_compare() argument 34 struct pthread_attr *iright = (struct pthread_attr *) right; in thread_attr_compare()
|
/sysdeps/arc/ |
A D | configure.ac | 13 # For big endian ABI, generate a symbol for selecting right dynamic linker
|
A D | configure | 17 # For big endian ABI, generate a symbol for selecting right dynamic linker
|
/sysdeps/posix/ |
A D | sprofil.c | 268 pcmp (const void *left, const void *right) in pcmp() argument 271 struct prof *r = *(struct prof **) right; in pcmp()
|
/sysdeps/alpha/ |
A D | bzero.S | 87 beq t1, bzero_loop # e1 : aligned head, jump right in
|
A D | memset.S | 99 beq t1, memset_loop # .. e1 : aligned head, jump right in
|
/sysdeps/arm/armv6/ |
A D | strrchr.S | 122 rsbne r2, r2, #32 @ Convert to a count from the right
|
Completed in 10 milliseconds