Searched refs:compare (Results 1 - 25 of 84) sorted by relevance

1234

/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DGREVersionRange.java58 int c = comparator.compare(aVersion, lower);
67 c = comparator.compare(aVersion, upper);
/vbox/include/VBox/com/
H A Dstring.h189 int compare(CBSTR str, CaseSensitivity cs = CaseSensitive) const function in class:com::Bstr
196 int compare(BSTR str, CaseSensitivity cs = CaseSensitive) const function in class:com::Bstr
198 return compare((CBSTR)str, cs);
201 int compare(const Bstr &that, CaseSensitivity cs = CaseSensitive) const function in class:com::Bstr
203 return compare(that.m_bstr, cs);
206 bool operator==(const Bstr &that) const { return !compare(that.m_bstr); }
207 bool operator==(CBSTR that) const { return !compare(that); }
208 bool operator==(BSTR that) const { return !compare(that); }
209 bool operator!=(const Bstr &that) const { return !!compare(that.m_bstr); }
210 bool operator!=(CBSTR that) const { return !!compare(tha
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dport.h371 extern inline int interlocked_cmpxchg( int *dest, int xchg, int compare );
372 extern inline void *interlocked_cmpxchg_ptr( void **dest, void *xchg, void *compare );
373 extern __int64 interlocked_cmpxchg64( __int64 *dest, __int64 xchg, __int64 compare );
378 extern inline int interlocked_cmpxchg( int *dest, int xchg, int compare )
382 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" );
386 extern inline void *interlocked_cmpxchg_ptr( void **dest, void *xchg, void *compare )
391 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" );
394 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" );
430 __int64 xchg_low, __int64 *compare );
432 __int64 xchg_low, __int64 *compare )
[all...]
H A Drbtree.h62 int (*compare)(const void *key, const struct wine_rb_entry *entry); member in struct:wine_rb_functions
252 int c = tree->functions->compare(key, entry);
272 c = tree->functions->compare(key, *parent);
306 if (tree->functions->compare(key, *entry) < 0)
315 if (!tree->functions->compare(key, *entry) && !(*entry)->right)
322 if (!tree->functions->compare(key, *entry))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dport.h371 extern inline int interlocked_cmpxchg( int *dest, int xchg, int compare );
372 extern inline void *interlocked_cmpxchg_ptr( void **dest, void *xchg, void *compare );
373 extern __int64 interlocked_cmpxchg64( __int64 *dest, __int64 xchg, __int64 compare );
378 extern inline int interlocked_cmpxchg( int *dest, int xchg, int compare )
382 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" );
386 extern inline void *interlocked_cmpxchg_ptr( void **dest, void *xchg, void *compare )
391 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" );
394 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" );
430 __int64 xchg_low, __int64 *compare );
432 __int64 xchg_low, __int64 *compare )
[all...]
H A Drbtree.h62 int (*compare)(const void *key, const struct wine_rb_entry *entry); member in struct:wine_rb_functions
252 int c = tree->functions->compare(key, entry);
272 c = tree->functions->compare(key, *parent);
306 if (tree->functions->compare(key, *entry) < 0)
315 if (!tree->functions->compare(key, *entry) && !(*entry)->right)
322 if (!tree->functions->compare(key, *entry))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dport.h371 extern inline int interlocked_cmpxchg( int *dest, int xchg, int compare );
372 extern inline void *interlocked_cmpxchg_ptr( void **dest, void *xchg, void *compare );
373 extern __int64 interlocked_cmpxchg64( __int64 *dest, __int64 xchg, __int64 compare );
378 extern inline int interlocked_cmpxchg( int *dest, int xchg, int compare )
382 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" );
386 extern inline void *interlocked_cmpxchg_ptr( void **dest, void *xchg, void *compare )
391 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" );
394 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" );
430 __int64 xchg_low, __int64 *compare );
432 __int64 xchg_low, __int64 *compare )
[all...]
H A Drbtree.h56 int (*compare)(const void *key, const struct wine_rb_entry *entry); member in struct:wine_rb_functions
246 int c = tree->functions->compare(key, entry);
266 c = tree->functions->compare(key, *parent);
300 if (tree->functions->compare(key, *entry) < 0)
309 if (!tree->functions->compare(key, *entry) && !(*entry)->right)
316 if (!tree->functions->compare(key, *entry))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dport.h371 extern inline int interlocked_cmpxchg( int *dest, int xchg, int compare );
372 extern inline void *interlocked_cmpxchg_ptr( void **dest, void *xchg, void *compare );
373 extern __int64 interlocked_cmpxchg64( __int64 *dest, __int64 xchg, __int64 compare );
378 extern inline int interlocked_cmpxchg( int *dest, int xchg, int compare )
382 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" );
386 extern inline void *interlocked_cmpxchg_ptr( void **dest, void *xchg, void *compare )
391 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" );
394 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" );
430 __int64 xchg_low, __int64 *compare );
432 __int64 xchg_low, __int64 *compare )
[all...]
H A Drbtree.h62 int (*compare)(const void *key, const struct wine_rb_entry *entry); member in struct:wine_rb_functions
252 int c = tree->functions->compare(key, entry);
272 c = tree->functions->compare(key, *parent);
306 if (tree->functions->compare(key, *entry) < 0)
315 if (!tree->functions->compare(key, *entry) && !(*entry)->right)
322 if (!tree->functions->compare(key, *entry))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dport.h375 extern __int64 interlocked_cmpxchg64( __int64 *dest, __int64 xchg, __int64 compare );
377 static inline int interlocked_cmpxchg( int *dest, int xchg, int compare )
381 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" );
385 static inline void *interlocked_cmpxchg_ptr( void **dest, void *xchg, void *compare )
390 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" );
393 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" );
429 __int64 xchg_low, __int64 *compare )
434 "=a" (compare[0]), "=d" (compare[1])
435 : "m" (dest[0]), "m" (dest[1]), "3" (compare[
[all...]
H A Drbtree.h56 int (*compare)(const void *key, const struct wine_rb_entry *entry); member in struct:wine_rb_functions
246 int c = tree->functions->compare(key, entry);
266 c = tree->functions->compare(key, *parent);
300 if (tree->functions->compare(key, *entry) < 0)
309 if (!tree->functions->compare(key, *entry) && !(*entry)->right)
316 if (!tree->functions->compare(key, *entry))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dport.h380 extern __int64 interlocked_cmpxchg64( __int64 *dest, __int64 xchg, __int64 compare );
382 static inline int interlocked_cmpxchg( int *dest, int xchg, int compare )
386 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" );
390 static inline void *interlocked_cmpxchg_ptr( void **dest, void *xchg, void *compare )
395 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" );
398 : "=a" (ret) : "r" (dest), "r" (xchg), "0" (compare) : "memory" );
434 __int64 xchg_low, __int64 *compare )
439 "=a" (compare[0]), "=d" (compare[1])
440 : "m" (dest[0]), "m" (dest[1]), "3" (compare[
[all...]
H A Drbtree.h56 int (*compare)(const void *key, const struct wine_rb_entry *entry); member in struct:wine_rb_functions
246 int c = tree->functions->compare(key, entry);
266 c = tree->functions->compare(key, *parent);
300 if (tree->functions->compare(key, *entry) < 0)
309 if (!tree->functions->compare(key, *entry) && !(*entry)->right)
316 if (!tree->functions->compare(key, *entry))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dx-hash.h45 x_compare_fun *compare,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dx-hash.h44 x_compare_fun *compare,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dx-hash.h46 x_compare_fun *compare,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dx-hash.h46 x_compare_fun *compare,
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTStringComparator.cpp72 return nsCharTraits<CharT>::compare(lhs, rhs, aLength);
/vbox/include/iprt/cpp/
H A Dministring.h564 * @param pcszThat The string to compare with.
569 int compare(const char *pcszThat, CaseSensitivity cs = CaseSensitive) const function in class:RTCString
572 are treated the same way so that str.compare(str2.c_str()) works. */
584 * @param pcszThat The string to compare with.
589 int compare(const RTCString &that, CaseSensitivity cs = CaseSensitive) const function in class:RTCString
600 * @param that The string to compare with.
612 * @param pszThat The string to compare with.
627 * @param that The string to compare with.
640 * @param pszThat The string to compare with.
655 bool operator<( const RTCString &that) const { return compare(tha
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dhashtable.h50 @param[in] compare The comparison function for hashing keys
57 HashCompareFunc compare,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dhashtable.h50 @param[in] compare The comparison function for hashing keys
57 HashCompareFunc compare,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dhashtable.h50 @param[in] compare The comparison function for hashing keys
57 HashCompareFunc compare,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dhashtable.h50 @param[in] compare The comparison function for hashing keys
57 HashCompareFunc compare,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dhashtable.h50 @param[in] compare The comparison function for hashing keys
57 HashCompareFunc compare,

Completed in 98 milliseconds

1234