Searched refs:rhs (Results 1 – 12 of 12) sorted by relevance
119 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() argument131 return (uintmax_t) lhs > (uintmax_t) rhs; in tunable_val_gt()133 return lhs > rhs; in tunable_val_gt()
22 thrd_equal (thrd_t lhs, thrd_t rhs) in thrd_equal() argument24 return lhs == rhs; in thrd_equal()
72 rhs=.your.domain83 The value of rhs can be overridden by the environment variable
116 @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 the120 same thread. If @var{lhs} and @var{rhs} are different threads, this
85 # <a href="http://rowayton.org/rhs/hstaug45.html">:
2243 * configure.in (signed size_t test): Remove 's from rhs of AC_DEFINE.
6508 Improve sed script to allow / on rhs without / on lhs.6961 in the rhs.
567 * Makerules ($(common-objpfx)shlib.lds): Don't use \n in rhs of sed6560 Use that instead of `typedef' when using __*_TYPE macros in rhs.
12260 * Makeconfig (sysd-sorted): Use $(..) on rhs of patsubst, so this rule
12741 rhs be the ABI_* macro for the subsuming version. Assign increasing
6816 * sysdeps/mips/bits/setjmp.h (_JMPBUF_UNWINDS): Cast rhs to match lhs
58098 than the comma operator, to avoid "rhs of comma has no effect"