Searched refs:NS_UNLIKELY (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/base/
H A Dnscore.h444 * if (NS_UNLIKELY(v == 0)) {
452 #define NS_UNLIKELY(x) (__builtin_expect(!!(x), 0)) macro
455 #define NS_UNLIKELY(x) (x) macro
H A DnsError.h111 #define NS_FAILED(_nsresult) (NS_UNLIKELY((_nsresult) & 0x80000000))
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsDebug.h227 if (NS_UNLIKELY(!(x))) { \
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h272 #define NS_UNLIKELY(x) (__builtin_expect((x), 0)) macro
275 #define NS_UNLIKELY(x) (x) macro
278 #define NS_FAILED(_nsresult) (NS_UNLIKELY((_nsresult) & 0x80000000))
H A DVBoxCAPI_v3_0.h272 #define NS_UNLIKELY(x) (__builtin_expect((x), 0)) macro
275 #define NS_UNLIKELY(x) (x) macro
278 #define NS_FAILED(_nsresult) (NS_UNLIKELY((_nsresult) & 0x80000000))
H A DVBoxCAPI_v3_1.h272 #define NS_UNLIKELY(x) (__builtin_expect((x), 0)) macro
275 #define NS_UNLIKELY(x) (x) macro
278 #define NS_FAILED(_nsresult) (NS_UNLIKELY((_nsresult) & 0x80000000))
H A DVBoxCAPI_v3_2.h272 #define NS_UNLIKELY(x) (__builtin_expect((x), 0)) macro
275 #define NS_UNLIKELY(x) (x) macro
278 #define NS_FAILED(_nsresult) (NS_UNLIKELY((_nsresult) & 0x80000000))
H A DVBoxCAPI_v4_0.h272 #define NS_UNLIKELY(x) (__builtin_expect((x), 0)) macro
275 #define NS_UNLIKELY(x) (x) macro
278 #define NS_FAILED(_nsresult) (NS_UNLIKELY((_nsresult) & 0x80000000))
H A DVBoxCAPI_v4_1.h272 #define NS_UNLIKELY(x) (__builtin_expect((x), 0)) macro
275 #define NS_UNLIKELY(x) (x) macro
278 #define NS_FAILED(_nsresult) (NS_UNLIKELY((_nsresult) & 0x80000000))
H A DVBoxCAPI_v4_2.h272 #define NS_UNLIKELY(x) (__builtin_expect((x), 0)) macro
275 #define NS_UNLIKELY(x) (x) macro
278 #define NS_FAILED(_nsresult) (NS_UNLIKELY((_nsresult) & 0x80000000))
H A DVBoxCAPI_v4_3.h336 #define NS_UNLIKELY(x) (__builtin_expect((x), 0)) macro
339 #define NS_UNLIKELY(x) (x) macro
342 #define NS_FAILED(_nsresult) (NS_UNLIKELY((_nsresult) & 0x80000000))
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp1621 if (NS_UNLIKELY(!stub))

Completed in 8034 milliseconds