Searched refs:rhs (Results 1 - 25 of 205) sorted by relevance

123456789

/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/insert-libraries-with-suid/
H A Dmain.c36 const char* rhs = getenv("DYLD_INSERT_LIBRARIES"); local
37 if ( (rhs != NULL) && (rhs[0] != '\0') )
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DIconURL.cpp43 bool operator==(const IconURL& lhs, const IconURL& rhs) argument
45 return lhs.m_iconType == rhs.m_iconType
46 && lhs.m_isDefaultIcon == rhs.m_isDefaultIcon
47 && lhs.m_iconURL == rhs.m_iconURL
48 && lhs.m_sizes == rhs.m_sizes
49 && lhs.m_mimeType == rhs.m_mimeType;
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dfpositer.cpp31 FieldPositionIterator::FieldPositionIterator(const FieldPositionIterator &rhs) argument
32 : UObject(rhs), data(NULL), pos(rhs.pos) {
34 if (rhs.data) {
37 data->assign(*rhs.data, status);
46 UBool FieldPositionIterator::operator==(const FieldPositionIterator &rhs) const {
47 if (&rhs == this) {
50 if (pos != rhs.pos) {
54 return rhs.data == NULL;
56 return rhs
[all...]
H A DdecNumber.c171 /* rhs -- right hand side (operand, of an operation) */
252 static Int decCompare(const decNumber *lhs, const decNumber *rhs, Flag);
301 #define SPECIALARG (rhs->bits & DECSPECIAL)
302 #define SPECIALARGS ((lhs->bits | rhs->bits) & DECSPECIAL)
748 /* rhs is A */
757 U_CAPI decNumber * U_EXPORT2 uprv_decNumberAbs(decNumber *res, const decNumber *rhs, argument
763 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
767 dzero.exponent=rhs->exponent; /* [no coefficient expansion] */
768 decAddOp(res, &dzero, rhs, set, (uByte)(rhs
789 uprv_decNumberAdd(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
815 uprv_decNumberAnd(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
883 uprv_decNumberCompare(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
903 uprv_decNumberCompareSignal(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
924 uprv_decNumberCompareTotal(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
945 uprv_decNumberCompareTotalMag(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
1010 uprv_decNumberDivide(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
1033 uprv_decNumberDivideInteger(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
1066 uprv_decNumberExp(decNumber *res, const decNumber *rhs, decContext *set) argument
1122 uprv_decNumberFMA(decNumber *res, const decNumber *lhs, const decNumber *rhs, const decNumber *fhs, decContext *set) argument
1213 uprv_decNumberInvert(decNumber *res, const decNumber *rhs, decContext *set) argument
1286 uprv_decNumberLn(decNumber *res, const decNumber *rhs, decContext *set) argument
1352 uprv_decNumberLogB(decNumber *res, const decNumber *rhs, decContext *set) argument
1412 uprv_decNumberLog10(decNumber *res, const decNumber *rhs, decContext *set) argument
1563 uprv_decNumberMax(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
1586 uprv_decNumberMaxMag(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
1609 uprv_decNumberMin(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
1632 uprv_decNumberMinMag(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
1657 uprv_decNumberMinus(decNumber *res, const decNumber *rhs, decContext *set) argument
1687 uprv_decNumberNextMinus(decNumber *res, const decNumber *rhs, decContext *set) argument
1723 uprv_decNumberNextPlus(decNumber *res, const decNumber *rhs, decContext *set) argument
1763 uprv_decNumberNextToward(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
1831 uprv_decNumberOr(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
1901 uprv_decNumberPlus(decNumber *res, const decNumber *rhs, decContext *set) argument
1931 uprv_decNumberMultiply(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
1968 uprv_decNumberPower(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
2313 uprv_decNumberQuantize(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
2333 uprv_decNumberNormalize(decNumber *res, const decNumber *rhs, decContext *set) argument
2338 uprv_decNumberReduce(decNumber *res, const decNumber *rhs, decContext *set) argument
2402 uprv_decNumberRescale(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
2422 uprv_decNumberRemainder(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
2445 uprv_decNumberRemainderNear(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
2481 uprv_decNumberRotate(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
2602 uprv_decNumberSameQuantum(decNumber *res, const decNumber *lhs, const decNumber *rhs) argument
2637 uprv_decNumberScaleB(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
2694 uprv_decNumberShift(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
2827 uprv_decNumberSquareRoot(decNumber *res, const decNumber *rhs, decContext *set) argument
3172 uprv_decNumberSubtract(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
3205 uprv_decNumberToIntegralExact(decNumber *res, const decNumber *rhs, decContext *set) argument
3235 uprv_decNumberToIntegralValue(decNumber *res, const decNumber *rhs, decContext *set) argument
3261 uprv_decNumberXor(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
3419 uprv_decNumberCopyAbs(decNumber *res, const decNumber *rhs) argument
3440 uprv_decNumberCopyNegate(decNumber *res, const decNumber *rhs) argument
3461 uprv_decNumberCopySign(decNumber *res, const decNumber *lhs, const decNumber *rhs) argument
3830 decAddOp(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set, uByte negate, uInt *status) argument
4246 decDivideOp(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set, Flag op, uInt *status) argument
4866 decMultiplyOp(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set, uInt *status) argument
5260 decExpOp(decNumber *res, const decNumber *rhs, decContext *set, uInt *status) argument
5624 decLnOp(decNumber *res, const decNumber *rhs, decContext *set, uInt *status) argument
5871 decQuantizeOp(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set, Flag quant, uInt *status) argument
6044 decCompareOp(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set, Flag op, uInt *status) argument
6209 decCompare(const decNumber *lhs, const decNumber *rhs, Flag abs_c) argument
7555 decCheckMath(const decNumber *rhs, decContext *set, uInt *status) argument
7731 decNaNs(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set, uInt *status) argument
7951 decCheckOperands(decNumber *res, const decNumber *lhs, const decNumber *rhs, decContext *set) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathPredicate.cpp67 NumericOp::NumericOp(Opcode opcode, Expression* lhs, Expression* rhs) argument
71 addSubExpression(rhs);
77 Value rhs(subExpr(1)->evaluate());
80 double rightVal = rhs.toNumber();
98 EqTestOp::EqTestOp(Opcode opcode, Expression* lhs, Expression* rhs) argument
102 addSubExpression(rhs);
105 bool EqTestOp::compare(const Value& lhs, const Value& rhs) const
109 if (rhs.isNodeSet()) {
113 const NodeSet& rhsSet = rhs.toNodeSet();
120 if (rhs
201 LogicalOp(Opcode opcode, Expression* lhs, Expression* rhs) argument
232 Value rhs = subExpr(1)->evaluate(); local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dicusvtst.h38 UnicodeString& lrmsg(UnicodeString& result, const UnicodeString& message, const UObject* lhs, const UObject* rhs) const;
41 void confirmEqual(const UnicodeString& message, const UObject* lhs, const UObject* rhs);
43 void confirmEqual(const UnicodeString& message, const Integer* lhs, const Integer* rhs);
44 void confirmEqual(const UnicodeString& message, const UnicodeString* lhs, const UnicodeString* rhs);
45 void confirmEqual(const UnicodeString& message, const Locale* lhs, const Locale* rhs);
47 void confirmStringsEqual(const UnicodeString& message, const UnicodeString& lhs, const UnicodeString& rhs);
48 void confirmIdentical(const UnicodeString& message, const UObject* lhs, const UObject* rhs);
49 void confirmIdentical(const UnicodeString& message, int32_t lhs, int32_t rhs);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/
H A DGraphicsSurfaceToken.h49 bool operator!=(const GraphicsSurfaceToken &rhs) const
51 return frontBufferHandle != rhs.frontBufferHandle;
67 bool operator!=(const GraphicsSurfaceToken &rhs) const
69 return (frontBufferHandle != rhs.frontBufferHandle || backBufferHandle != rhs.backBufferHandle);
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dsentence.rb355 # * Symbols which has zero or one choices are not appered in rhs.
452 rules.each {|rhs|
453 if rhs.all? {|e| String === e || deribable_syms[e] }
465 rules.each {|rhs|
466 rules2 << rhs if rhs.all? {|e| String === e || deribable_syms[e] }
483 if !rules.empty? && rules.all? {|rhs| rhs.all? {|e| justempty_syms[e] } }
491 result[sym] = rules.map {|rhs| rhs
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/perldriver/
H A DDataset.pm73 my $rhs = shift;
76 ($rhs->{_mean} + $rhs->{_error});
78 ($rhs->{_mean} - $rhs->{_error});
83 $result->{_scale} = $self->{_scale} / $rhs->{_scale};
91 my $rhs = shift;
94 $result->{_mean} = $self->{_mean} - $rhs->{_mean};
95 $result->{_error} = $self->{_error} + $rhs->{_error};
104 my $rhs
[all...]
/macosx-10.9.5/ncurses-42/ncurses/c++/
H A Dcursslk.h76 Soft_Label_Key& operator=(const Soft_Label_Key& rhs) argument
78 if (this != &rhs) {
79 *this = rhs;
84 Soft_Label_Key(const Soft_Label_Key& rhs) argument
86 format(rhs.format),
87 num(rhs.num)
89 *this = rhs.label;
148 Soft_Label_Key_Set& operator=(const Soft_Label_Key_Set& rhs) argument
150 if (this != &rhs) {
151 *this = rhs;
157 Soft_Label_Key_Set(const Soft_Label_Key_Set& rhs) argument
[all...]
H A Dcursesapp.h93 NCursesApplication& operator=(const NCursesApplication& rhs) argument
95 if (this != &rhs) {
96 *this = rhs;
101 NCursesApplication(const NCursesApplication& rhs) argument
102 : b_Colors(rhs.b_Colors),
103 Root_Window(rhs.Root_Window)
H A Dcursesf.h83 NCursesFieldType& operator=(const NCursesFieldType& rhs) argument
85 if (this != &rhs) {
86 *this = rhs;
91 NCursesFieldType(const NCursesFieldType& rhs) argument
92 : fieldtype(rhs.fieldtype)
141 NCursesFormField& operator=(const NCursesFormField& rhs) argument
143 if (this != &rhs) {
144 *this = rhs;
149 NCursesFormField(const NCursesFormField& rhs) argument
150 : field(rhs
453 operator =(const NCursesForm& rhs) argument
462 NCursesForm(const NCursesForm& rhs) argument
812 operator =(const Regular_Expression_Field& rhs) argument
822 Regular_Expression_Field(const Regular_Expression_Field& rhs) argument
855 operator =(const Enumeration_Field& rhs) argument
864 Enumeration_Field(const Enumeration_Field& rhs) argument
[all...]
H A Dcursesm.h74 NCursesMenuItem& operator=(const NCursesMenuItem& rhs) argument
76 if (this != &rhs) {
77 *this = rhs;
82 NCursesMenuItem(const NCursesMenuItem& rhs) argument
167 NCursesMenuCallbackItem& operator=(const NCursesMenuCallbackItem& rhs) argument
169 if (this != &rhs) {
170 *this = rhs;
175 NCursesMenuCallbackItem(const NCursesMenuCallbackItem& rhs) argument
176 : NCursesMenuItem(rhs),
314 NCursesMenu& operator=(const NCursesMenu& rhs) argument
323 NCursesMenu(const NCursesMenu& rhs) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/antlr/
H A DString.hpp18 ANTLR_API ANTLR_USE_NAMESPACE(std)string operator+( const ANTLR_USE_NAMESPACE(std)string& lhs, const int rhs ); member in namespace:antlr
19 ANTLR_API ANTLR_USE_NAMESPACE(std)string operator+( const ANTLR_USE_NAMESPACE(std)string& lhs, size_t rhs ); member in namespace:antlr
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } argument
72 FilePath& operator=(const FilePath& rhs) { argument
73 Set(rhs);
77 void Set(const FilePath& rhs) { argument
78 pathname_ = rhs.pathname_;
H A Dgtest-string.h134 static bool CStringEquals(const char* lhs, const char* rhs);
152 static bool WideCStringEquals(const wchar_t* lhs, const wchar_t* rhs);
161 const char* rhs);
176 const wchar_t* rhs);
244 // Returns < 0 if this is less than rhs, 0 if this is equal to rhs, or > 0
245 // if this is greater than rhs.
246 int Compare(const String& rhs) const;
254 bool operator<(const String& rhs) const { return Compare(rhs) <
283 operator =(const String& rhs) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/scxx/
H A DPWONumber.h68 PWONumber operator + (const PWONumber &rhs)const {
69 PyObject *rslt = PyNumber_Add(_obj, rhs);
71 Fail(PyExc_TypeError, "Improper rhs for +");
75 PWONumber operator &(const PWONumber &rhs)const {
76 PyObject *rslt = PyNumber_And(_obj, rhs);
78 Fail(PyExc_TypeError, "Improper rhs for &");
83 PWONumber operator / (const PWONumber &rhs)const {
84 PyObject *rslt = PyNumber_Divide(_obj, rhs);
86 Fail(PyExc_TypeError, "Improper rhs for /");
90 PWOSequence divmod(const PWONumber &rhs)cons
[all...]
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DExpr.pm17 $string .= $self->{rhs}->as_string if defined $self->{rhs};
91 return "<$tag>\n" . $self->{lhs}->as_xml() . $self->{rhs}->as_xml() . "</$tag>\n";
106 $self->{rhs} = $_[0];
119 sub get_rhs { $_[0]->{rhs}; }
134 die ("No RHS of ", $self->as_string) unless $self->{rhs};
163 return op_or($node, $self->{lhs}, $self->{rhs});
166 return op_and($node, $self->{lhs}, $self->{rhs});
169 return op_equals($node, $self->{lhs}, $self->{rhs});
172 return op_nequals($node, $self->{lhs}, $self->{rhs});
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dfpositer.h86 * @param rhs The FieldPositionIterator to be compared for inequality
90 UBool operator!=(const FieldPositionIterator& rhs) const { return !operator==(rhs); }
/macosx-10.9.5/smb-697.95.1/lib/librpc/
H A Dmemory.hpp182 counted_ptr& operator=(const counted_ptr<A>& rhs) { argument
185 if ((t_pointer = rhs.t_pointer)) {
200 bool operator==(const counted_ptr& rhs) const {
201 return t_pointer == rhs.t_pointer;
204 bool operator<(const counted_ptr & rhs) const {
205 return t_pointer < rhs.t_pointer;
222 bool operator>(const counted_ptr<T>& lhs, const counted_ptr<U>& rhs) { argument
223 return rhs < lhs;
227 bool operator<=(const counted_ptr<T>& lhs, const counted_ptr<U>& rhs) { argument
228 return !(rhs < lh
232 operator >=(const counted_ptr<T>& lhs, const counted_ptr<U>& rhs) argument
275 scoped_ptr(scoped_ptr& rhs) argument
283 operator =(scoped_ptr<A, D>& rhs) argument
288 operator =(scoped_ptr& rhs) argument
[all...]
H A Drpc_helpers.hpp90 void swap(rpc_binding& rhs) { argument
91 std::swap(this->binding_handle, rhs.binding_handle);
94 rpc_binding& operator=(const rpc_binding& rhs) { argument
95 rpc_binding tmp(rhs);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/src/
H A DString.cpp31 ANTLR_USE_NAMESPACE(std)string operator+( const ANTLR_USE_NAMESPACE(std)string& lhs, const int rhs )
34 sprintf(tmp,"%d",rhs);
38 ANTLR_USE_NAMESPACE(std)string operator+( const ANTLR_USE_NAMESPACE(std)string& lhs, size_t rhs )
41 sprintf(tmp,"%lu",(unsigned long)rhs);
/macosx-10.9.5/llvmCore-3425.0.33/utils/lit/lit/
H A DShCommands.py66 def __init__(self, lhs, op, rhs):
70 self.rhs = rhs
73 return 'Seq(%r, %r, %r)' % (self.lhs, self.op, self.rhs)
79 return cmp((self.lhs, self.op, self.rhs),
80 (other.lhs, other.op, other.rhs))
85 self.rhs.toShell(file, pipefail)
/macosx-10.9.5/IOATAFamily-252.0.3/
H A DIOATARegI386.h37 virtual void operator = (UInt##w rhs) = 0; \
68 virtual void operator = (UInt##w rhs); \
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DDecimal.cpp65 SpecialValueHandler(const Decimal& lhs, const Decimal& rhs);
81 SpecialValueHandler::SpecialValueHandler(const Decimal& lhs, const Decimal& rhs) argument
82 : m_lhs(lhs), m_rhs(rhs), m_result(ResultIsUnknown)
341 Decimal Decimal::operator+(const Decimal& rhs) const
345 const Sign rhsSign = rhs.sign();
347 SpecialValueHandler handler(lhs, rhs);
362 return rhs;
365 const AlignedOperands alignedOperands = alignOperands(lhs, rhs);
379 Decimal Decimal::operator-(const Decimal& rhs) const
383 const Sign rhsSign = rhs
[all...]

Completed in 408 milliseconds

123456789