Home
last modified time | relevance | path

Searched refs:right (Results 1 – 11 of 11) sorted by relevance

/sysdeps/pthread/
A Dposix-timer.h117 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 Dsigsetops.h42 # 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 Dsigsetops.h76 __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 Dtimer_routines.h30 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 Dtimer_routines.h31 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 Dconfigure.ac13 # For big endian ABI, generate a symbol for selecting right dynamic linker
A Dconfigure17 # For big endian ABI, generate a symbol for selecting right dynamic linker
/sysdeps/posix/
A Dsprofil.c268 pcmp (const void *left, const void *right) in pcmp() argument
271 struct prof *r = *(struct prof **) right; in pcmp()
/sysdeps/alpha/
A Dbzero.S87 beq t1, bzero_loop # e1 : aligned head, jump right in
A Dmemset.S99 beq t1, memset_loop # .. e1 : aligned head, jump right in
/sysdeps/arm/armv6/
A Dstrrchr.S122 rsbne r2, r2, #32 @ Convert to a count from the right

Completed in 10 milliseconds