Searched defs:likely (Results 1 - 25 of 25) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dutil.h32 # define likely(x) __builtin_expect(!!(x), 1) macro
35 # define likely(x) !!(x) macro
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dutil.h32 # define likely(x) __builtin_expect(!!(x), 1) macro
35 # define likely(x) !!(x) macro
/netbsd-current/sys/external/bsd/common/include/linux/
H A Dcompiler.h57 #define likely(X) __predict_true(X) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsort.cc40 #define likely(cond) __builtin_expect ((cond), 1) macro
[all...]
H A Dprofile-count.h211 static profile_probability likely () function
H A Dreorg.c2368 fill_slots_from_thread(rtx_jump_insn *insn, rtx condition, rtx thread_or_return, rtx opposite_thread, int likely, int thread_if_true, int own_thread, int slots_to_fill, int *pslots_filled, vec<rtx_insn *> *delay_list) argument
[all...]
H A Dgimple-ssa-sprintf.c125 unsigned HOST_WIDE_INT likely; member in struct:result_range
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsort.cc40 #define likely(cond) __builtin_expect ((cond), 1) macro
[all...]
H A Dgimple-ssa-sprintf.cc126 unsigned HOST_WIDE_INT likely; member in struct:__anon967::result_range
[all...]
H A Dprofile-count.h211 static profile_probability likely () function
H A Dreorg.cc2287 fill_slots_from_thread(rtx_jump_insn *insn, rtx condition, rtx thread_or_return, rtx opposite_thread, int likely, int thread_if_true, int own_thread, int slots_to_fill, int *pslots_filled, vec<rtx_insn *> *delay_list) argument
[all...]
/netbsd-current/external/public-domain/xz/dist/src/liblzma/common/
H A Dcommon.h40 # define likely(expr) __builtin_expect(expr, true) macro
43 # define likely(expr) (expr) macro
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dpicohttpparser.c44 #define likely(x) __builtin_expect(!!(x), 1) macro
47 #define likely(x) (x) macro
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dlz4.c255 #undef likely macro
261 #define likely(expr) expect((expr) != 0, 1) macro
/netbsd-current/sys/external/bsd/ena-com/
H A Dena_plat.h114 #define likely(x) __predict_true(x) macro
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/
H A Dlibgfortran.h115 #define likely(x) __builtin_expect(!!(x), 1) macro
/netbsd-current/external/gpl3/gcc/dist/libgfortran/
H A Dlibgfortran.h136 #define likely(x) __builtin_expect(!!(x), 1) macro
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf64-ppc.c5326 asection *sec, *likely = NULL; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf64-ppc.c5378 asection *sec, *likely = NULL; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf64-ppc.c5551 asection *sec, *likely = NULL; local
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf64-ppc.c5551 asection *sec, *likely = NULL; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-mips.c10306 int likely = 0; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-mips.c10392 int likely = 0; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-mips.c10373 int likely = 0; local
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c14340 #define likely(X) (X) macro
[all...]

Completed in 1239 milliseconds