Searched refs:__builtin_expect (Results 51 - 66 of 66) sorted by relevance

123

/freebsd-11-stable/contrib/gcc/
H A Dgthr-posix95.h148 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
H A Dsystem.h562 /* __builtin_expect(A, B) evaluates to A, but notifies the compiler that
566 #define __builtin_expect(a, b) (a) macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-ldouble.c60 #define unlikely(x) __builtin_expect ((x), 0)
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dsso_string_base.h408 if (__builtin_expect(_S_is_null_pointer(__beg) && __beg != __end, 0))
H A Drc_string_base.h548 if (__builtin_expect(_S_is_null_pointer(__beg) && __beg != __end, 0))
/freebsd-11-stable/sys/dev/ce/
H A Dtau32-ddk.c62 #if !defined(__builtin_expect) || !defined(__GNUC__) || (__GNUC__ == 2 && __GNUC_MINOR__ < 96)
63 # define __builtin_expect(x,y) (x) macro
536 J7Iki4){{if(!(__builtin_expect(J7Iki4->QLWyF2!=0,0x1)))goto PcBHe4;{
690 ITvPG2(J7Iki4);{if(!(__builtin_expect(esWTk2==0,0)))goto uF_zA3;{{if(
706 K1B_B1;{esWTk2=ITvPG2(J7Iki4);{if(!(__builtin_expect(esWTk2==0,0)))goto
877 __builtin_expect((Os1bA3&(Sptqu|r3CcP2|gQf6j1))!=gQf6j1,0)))goto
879 XlFgj4;}hNxv05:;}}goto kjGyu3;v2HLJ4:;{{if(!(__builtin_expect(Os1bA3
948 __builtin_expect(nusR52==0,0)))goto TnCss1;{{if(!(esWTk2->NpyOc1.
1010 rprjq3=J7Iki4->MLZ_Y+(256*2)-0x8;{if(!(__builtin_expect(J7Iki4->
1016 __builtin_expect(mlK91
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dcharset.c476 if (__builtin_expect (inbytesleft == 0, 1))
571 if (__builtin_expect (inbytesleft == 0, 1))
/freebsd-11-stable/sys/net/
H A Dnetmap_user.h96 #define likely(x) __builtin_expect(!!(x), 1)
97 #define unlikely(x) __builtin_expect(!!(x), 0)
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex_internal.h98 # define BE(expr, val) __builtin_expect (expr, val)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c253 #define expect(expr, value) (__builtin_expect((expr), (value)))
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dbasic_string.h234 if (__builtin_expect(this != &_S_empty_rep(), false))
248 if (__builtin_expect(this != &_S_empty_rep(), false))
H A Dlocale_facets.h961 if (__builtin_expect(_M_narrow_ok == 1, true))
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h674 #define likely(x) __builtin_expect((x), 1)
/freebsd-11-stable/sys/dev/drm/
H A DdrmP.h207 #define unlikely(x) __builtin_expect(!!(x), 0)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c125 # define expect(expr,value) (__builtin_expect ((expr),(value)) )
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c545 # define likely(X) __builtin_expect((X),1)
546 # define unlikely(X) __builtin_expect((X),0)
[all...]

Completed in 345 milliseconds

123