Home
last modified time | relevance | path

Searched refs:rhs (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/elf/
Ddl-tunables.h119 tunable_val_lt (tunable_num_t lhs, tunable_num_t rhs, bool unsigned_cmp)
122 return (uintmax_t) lhs < (uintmax_t) rhs;
124 return lhs < rhs;
128 tunable_val_gt (tunable_num_t lhs, tunable_num_t rhs, bool unsigned_cmp) in tunable_val_gt() argument
131 return (uintmax_t) lhs > (uintmax_t) rhs; in tunable_val_gt()
133 return lhs > rhs; in tunable_val_gt()
/glibc-2.36/sysdeps/pthread/
Dthrd_equal.c22 thrd_equal (thrd_t lhs, thrd_t rhs) in thrd_equal() argument
24 return lhs == rhs; in thrd_equal()
/glibc-2.36/hesiod/
DREADME.hesiod72 rhs=.your.domain
83 The value of rhs can be overridden by the environment variable
/glibc-2.36/manual/
Dthreads.texi116 @deftypefun int thrd_equal (thrd_t @var{lhs}, thrd_t @var{rhs})
119 @code{thrd_equal} checks whether @var{lhs} and @var{rhs} refer to the
120 same thread. If @var{lhs} and @var{rhs} are different threads, this
/glibc-2.36/timezone/
Dnorthamerica85 # <a href="http://rowayton.org/rhs/hstaug45.html">:
/glibc-2.36/ChangeLog.old/
DChangeLog.22243 * configure.in (signed size_t test): Remove 's from rhs of AC_DEFINE.
DChangeLog.56508 Improve sed script to allow / on rhs without / on lhs.
6961 in the rhs.
DChangeLog.14567 * Makerules ($(common-objpfx)shlib.lds): Don't use \n in rhs of sed
6560 Use that instead of `typedef' when using __*_TYPE macros in rhs.
DChangeLog.1012260 * Makeconfig (sysd-sorted): Use $(..) on rhs of patsubst, so this rule
DChangeLog.1112741 rhs be the ABI_* macro for the subsuming version. Assign increasing
DChangeLog.166816 * sysdeps/mips/bits/setjmp.h (_JMPBUF_UNWINDS): Cast rhs to match lhs
DChangeLog.1858098 than the comma operator, to avoid "rhs of comma has no effect"