Searched refs:lhs (Results 1 - 23 of 23) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsStringComparator.cpp56 nsCaseInsensitiveCStringComparator::operator()( const char_type* lhs, const char_type* rhs, PRUint32 aLength ) const argument
58 PRInt32 result=PRInt32(PL_strncasecmp(lhs, rhs, aLength));
67 nsCaseInsensitiveCStringComparator::operator()( char lhs, char rhs ) const argument
69 if (lhs == rhs) return 0;
71 lhs = tolower(lhs);
74 return lhs - rhs;
H A DnsTStringComparator.cpp40 Compare( const nsTAString_CharT& lhs, const nsTAString_CharT& rhs, const nsTStringComparator_CharT& comp ) argument
44 if ( &lhs == &rhs )
48 lhs.BeginReading(leftIter);
70 nsTDefaultStringComparator_CharT::operator()( const char_type* lhs, const char_type* rhs, PRUint32 aLength ) const argument
72 return nsCharTraits<CharT>::compare(lhs, rhs, aLength);
76 nsTDefaultStringComparator_CharT::operator()( char_type lhs, char_type rhs) const argument
78 return lhs - rhs;
/vbox/src/VBox/NetworkServices/NetLib/cpp/
H A Dutils.h28 static bool operator== (const RTMAC& lhs, const RTMAC& rhs) argument
30 return ( lhs.au16[0] == rhs.au16[0]
31 && lhs.au16[1] == rhs.au16[1]
32 && lhs.au16[2] == rhs.au16[2]);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DATokPtrImpl.h74 void ANTLRTokenPtr::operator = (const ANTLRTokenPtr & lhs) // MR1 argument
76 lhs.ref(); // protect against "xp = xp"; ie same underlying object
78 ptr_ = lhs.ptr_;
H A DATokPtr.h48 ANTLRTokenPtr(const ANTLRTokenPtr &lhs) {ptr_ = lhs.ptr_; lhs.ref();} argument
61 void operator = (const ANTLRTokenPtr & lhs); // MR1
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsAutoPtr.h315 operator==( const nsAutoPtr<T>& lhs, const nsAutoPtr<U>& rhs ) argument
317 return NS_STATIC_CAST(const T*, lhs.get()) == NS_STATIC_CAST(const U*, rhs.get());
324 operator!=( const nsAutoPtr<T>& lhs, const nsAutoPtr<U>& rhs ) argument
326 return NS_STATIC_CAST(const T*, lhs.get()) != NS_STATIC_CAST(const U*, rhs.get());
335 operator==( const nsAutoPtr<T>& lhs, const U* rhs ) argument
337 return NS_STATIC_CAST(const T*, lhs.get()) == NS_STATIC_CAST(const U*, rhs);
343 operator==( const U* lhs, const nsAutoPtr<T>& rhs ) argument
345 return NS_STATIC_CAST(const U*, lhs) == NS_STATIC_CAST(const T*, rhs.get());
351 operator!=( const nsAutoPtr<T>& lhs, const U* rhs ) argument
353 return NS_STATIC_CAST(const T*, lhs
359 operator !=( const U* lhs, const nsAutoPtr<T>& rhs ) argument
375 operator ==( const nsAutoPtr<T>& lhs, U* rhs ) argument
383 operator ==( U* lhs, const nsAutoPtr<T>& rhs ) argument
391 operator !=( const nsAutoPtr<T>& lhs, U* rhs ) argument
399 operator !=( U* lhs, const nsAutoPtr<T>& rhs ) argument
412 operator ==( const nsAutoPtr<T>& lhs, NSCAP_Zero* rhs ) argument
421 operator ==( NSCAP_Zero* lhs, const nsAutoPtr<T>& rhs ) argument
430 operator !=( const nsAutoPtr<T>& lhs, NSCAP_Zero* rhs ) argument
439 operator !=( NSCAP_Zero* lhs, const nsAutoPtr<T>& rhs ) argument
454 operator ==( const nsAutoPtr<T>& lhs, int rhs ) argument
463 operator ==( int lhs, const nsAutoPtr<T>& rhs ) argument
735 operator ==( const nsAutoArrayPtr<T>& lhs, const nsAutoArrayPtr<U>& rhs ) argument
744 operator !=( const nsAutoArrayPtr<T>& lhs, const nsAutoArrayPtr<U>& rhs ) argument
755 operator ==( const nsAutoArrayPtr<T>& lhs, const U* rhs ) argument
763 operator ==( const U* lhs, const nsAutoArrayPtr<T>& rhs ) argument
771 operator !=( const nsAutoArrayPtr<T>& lhs, const U* rhs ) argument
779 operator !=( const U* lhs, const nsAutoArrayPtr<T>& rhs ) argument
795 operator ==( const nsAutoArrayPtr<T>& lhs, U* rhs ) argument
803 operator ==( U* lhs, const nsAutoArrayPtr<T>& rhs ) argument
811 operator !=( const nsAutoArrayPtr<T>& lhs, U* rhs ) argument
819 operator !=( U* lhs, const nsAutoArrayPtr<T>& rhs ) argument
832 operator ==( const nsAutoArrayPtr<T>& lhs, NSCAP_Zero* rhs ) argument
841 operator ==( NSCAP_Zero* lhs, const nsAutoArrayPtr<T>& rhs ) argument
850 operator !=( const nsAutoArrayPtr<T>& lhs, NSCAP_Zero* rhs ) argument
859 operator !=( NSCAP_Zero* lhs, const nsAutoArrayPtr<T>& rhs ) argument
874 operator ==( const nsAutoArrayPtr<T>& lhs, int rhs ) argument
883 operator ==( int lhs, const nsAutoArrayPtr<T>& rhs ) argument
1195 operator ==( const nsRefPtr<T>& lhs, const nsRefPtr<U>& rhs ) argument
1204 operator !=( const nsRefPtr<T>& lhs, const nsRefPtr<U>& rhs ) argument
1215 operator ==( const nsRefPtr<T>& lhs, const U* rhs ) argument
1223 operator ==( const U* lhs, const nsRefPtr<T>& rhs ) argument
1231 operator !=( const nsRefPtr<T>& lhs, const U* rhs ) argument
1239 operator !=( const U* lhs, const nsRefPtr<T>& rhs ) argument
1255 operator ==( const nsRefPtr<T>& lhs, U* rhs ) argument
1263 operator ==( U* lhs, const nsRefPtr<T>& rhs ) argument
1271 operator !=( const nsRefPtr<T>& lhs, U* rhs ) argument
1279 operator !=( U* lhs, const nsRefPtr<T>& rhs ) argument
1292 operator ==( const nsRefPtr<T>& lhs, NSCAP_Zero* rhs ) argument
1301 operator ==( NSCAP_Zero* lhs, const nsRefPtr<T>& rhs ) argument
1310 operator !=( const nsRefPtr<T>& lhs, NSCAP_Zero* rhs ) argument
1319 operator !=( NSCAP_Zero* lhs, const nsRefPtr<T>& rhs ) argument
1334 operator ==( const nsRefPtr<T>& lhs, int rhs ) argument
1343 operator ==( int lhs, const nsRefPtr<T>& rhs ) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsStringIterator.h339 operator==( const nsReadingIterator<CharT>& lhs, const nsReadingIterator<CharT>& rhs ) argument
341 return lhs.get() == rhs.get();
347 operator!=( const nsReadingIterator<CharT>& lhs, const nsReadingIterator<CharT>& rhs ) argument
349 return lhs.get() != rhs.get();
360 operator==( const nsWritingIterator<CharT>& lhs, const nsWritingIterator<CharT>& rhs ) argument
362 return lhs.get() == rhs.get();
368 operator!=( const nsWritingIterator<CharT>& lhs, const nsWritingIterator<CharT>& rhs ) argument
370 return lhs.get() != rhs.get();
H A DnsCharTraits.h89 assign( char_type& lhs, char_type rhs ) argument
91 lhs = rhs;
119 eq_int_type( int_type lhs, int_type rhs ) argument
121 return lhs == rhs;
129 eq( char_type lhs, char_type rhs ) argument
131 return lhs == rhs;
136 lt( char_type lhs, char_type rhs ) argument
138 return lhs < rhs;
374 assign( char_type& lhs, char_type rhs ) argument
376 lhs
400 eq_int_type( int_type lhs, int_type rhs ) argument
410 eq( char_type lhs, char_type rhs ) argument
417 lt( char_type lhs, char_type rhs ) argument
[all...]
H A DnsTAString.h581 int NS_FASTCALL Compare( const nsTAString_CharT& lhs, const nsTAString_CharT& rhs, const nsTStringComparator_CharT& = nsTDefaultStringComparator_CharT() );
585 PRBool operator!=( const nsTAString_CharT& lhs, const nsTAString_CharT& rhs ) argument
587 return !lhs.Equals(rhs);
591 PRBool operator< ( const nsTAString_CharT& lhs, const nsTAString_CharT& rhs ) argument
593 return Compare(lhs, rhs)< 0;
597 PRBool operator<=( const nsTAString_CharT& lhs, const nsTAString_CharT& rhs ) argument
599 return Compare(lhs, rhs)<=0;
603 PRBool operator==( const nsTAString_CharT& lhs, const nsTAString_CharT& rhs ) argument
605 return lhs.Equals(rhs);
609 PRBool operator>=( const nsTAString_CharT& lhs, cons argument
615 operator >( const nsTAString_CharT& lhs, const nsTAString_CharT& rhs ) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsCOMPtr.h1221 operator==( const nsCOMPtr<T>& lhs, const nsCOMPtr<U>& rhs ) argument
1223 return NS_STATIC_CAST(const T*, lhs.get()) == NS_STATIC_CAST(const U*, rhs.get());
1230 operator!=( const nsCOMPtr<T>& lhs, const nsCOMPtr<U>& rhs ) argument
1232 return NS_STATIC_CAST(const T*, lhs.get()) != NS_STATIC_CAST(const U*, rhs.get());
1241 operator==( const nsCOMPtr<T>& lhs, const U* rhs ) argument
1243 return NS_STATIC_CAST(const T*, lhs.get()) == rhs;
1249 operator==( const U* lhs, const nsCOMPtr<T>& rhs ) argument
1251 return lhs == NS_STATIC_CAST(const T*, rhs.get());
1257 operator!=( const nsCOMPtr<T>& lhs, const U* rhs ) argument
1259 return NS_STATIC_CAST(const T*, lhs
1265 operator !=( const U* lhs, const nsCOMPtr<T>& rhs ) argument
1288 operator ==( const nsCOMPtr<T>& lhs, U* rhs ) argument
1296 operator ==( U* lhs, const nsCOMPtr<T>& rhs ) argument
1304 operator !=( const nsCOMPtr<T>& lhs, U* rhs ) argument
1312 operator !=( U* lhs, const nsCOMPtr<T>& rhs ) argument
1327 operator ==( const nsCOMPtr<T>& lhs, NSCAP_Zero* rhs ) argument
1336 operator ==( NSCAP_Zero* lhs, const nsCOMPtr<T>& rhs ) argument
1345 operator !=( const nsCOMPtr<T>& lhs, NSCAP_Zero* rhs ) argument
1354 operator !=( NSCAP_Zero* lhs, const nsCOMPtr<T>& rhs ) argument
1369 operator ==( const nsCOMPtr<T>& lhs, int rhs ) argument
1378 operator ==( int lhs, const nsCOMPtr<T>& rhs ) argument
1390 SameCOMIdentity( nsISupports* lhs, nsISupports* rhs ) argument
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_aggregate.c76 dt_aggregate_countcmp(int64_t *lhs, int64_t *rhs) argument
78 int64_t lvar = *lhs;
107 dt_aggregate_averagecmp(int64_t *lhs, int64_t *rhs) argument
109 int64_t lavg = lhs[0] ? (lhs[1] / lhs[0]) : 0;
122 dt_aggregate_stddevcmp(int64_t *lhs, int64_t *rhs) argument
124 uint64_t lsd = dt_stddev((uint64_t *)lhs, 1);
189 dt_aggregate_lquantizedcmp(int64_t *lhs, int64_t *rhs) argument
191 long double lsum = dt_aggregate_lquantizedsum(lhs);
220 dt_aggregate_quantizedcmp(int64_t *lhs, int64_t *rhs) argument
663 dt_aggregate_hashcmp(const void *lhs, const void *rhs) argument
680 dt_aggregate_varcmp(const void *lhs, const void *rhs) argument
699 dt_aggregate_keycmp(const void *lhs, const void *rhs) argument
810 dt_aggregate_valcmp(const void *lhs, const void *rhs) argument
883 dt_aggregate_valkeycmp(const void *lhs, const void *rhs) argument
899 dt_aggregate_keyvarcmp(const void *lhs, const void *rhs) argument
910 dt_aggregate_varkeycmp(const void *lhs, const void *rhs) argument
921 dt_aggregate_valvarcmp(const void *lhs, const void *rhs) argument
932 dt_aggregate_varvalcmp(const void *lhs, const void *rhs) argument
943 dt_aggregate_keyvarrevcmp(const void *lhs, const void *rhs) argument
949 dt_aggregate_varkeyrevcmp(const void *lhs, const void *rhs) argument
955 dt_aggregate_valvarrevcmp(const void *lhs, const void *rhs) argument
961 dt_aggregate_varvalrevcmp(const void *lhs, const void *rhs) argument
967 dt_aggregate_bundlecmp(const void *lhs, const void *rhs) argument
[all...]
H A Ddt_module.c160 Elf32_Sym *lhs = *((Elf32_Sym **)lp); local
163 if (lhs->st_value != rhs->st_value)
164 return (lhs->st_value > rhs->st_value ? 1 : -1);
166 if ((lhs->st_size == 0) != (rhs->st_size == 0))
167 return (lhs->st_size == 0 ? 1 : -1);
169 if ((ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE) !=
171 return (ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE ? 1 : -1);
173 if ((ELF32_ST_BIND(lhs->st_info) == STB_WEAK) !=
175 return (ELF32_ST_BIND(lhs->st_info) == STB_WEAK ? 1 : -1);
177 return (strcmp(dt_module_strtab + lhs
189 Elf64_Sym *lhs = *((Elf64_Sym **)lp); local
[all...]
H A Ddt_ident.c833 const dt_ident_t *lhs = *((const dt_ident_t **)lp); local
836 if (lhs->di_id != rhs->di_id)
837 return ((int)(lhs->di_id - rhs->di_id));
839 return (strcmp(lhs->di_name, rhs->di_name));
H A Ddt_printf.c1215 dt_printa_validate(dt_node_t *lhs, dt_node_t *rhs) argument
1223 assert(lhs->dn_kind == DT_NODE_AGG);
1226 lid = lhs->dn_ident;
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DUnitTests.cs30 public static bool byteArrEqual( byte[] lhs, byte[] rhs ) argument
32 if (lhs.Length != rhs.Length)
34 for (int i = lhs.Length-1; i >= 0; --i)
35 if (lhs[i] != rhs[i])
/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.cpp52 bool operator== (const Lease& lhs, const Lease& rhs) argument
54 return (lhs.m.get() == rhs.m.get());
58 bool operator!= (const Lease& lhs, const Lease& rhs) argument
60 return !(lhs == rhs);
64 bool operator< (const Lease& lhs, const Lease& rhs) argument
66 return ( (lhs.getAddress() < rhs.getAddress())
67 || (lhs.issued() < rhs.issued()));
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DFSCopyObject.c262 static Boolean CompareHFSUniStr255(const HFSUniStr255 *lhs,
1568 Boolean CompareHFSUniStr255(const HFSUniStr255 *lhs, const HFSUniStr255 *rhs) argument
1570 return (lhs->length == rhs->length)
1571 && (memcmp(lhs->unicode, rhs->unicode, lhs->length * sizeof(UniChar)) == 0);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.cpp97 bool operator==(const FSRef& lhs, const FSRef& rhs) argument
99 return (::FSCompareFSRefs(&lhs, &rhs) == noErr);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c380 #define DTRACE_HASHEQ(hash, lhs, rhs) \
381 (strcmp(*((char **)((uintptr_t)(lhs) + (hash)->dth_stroffs)), \

Completed in 217 milliseconds