Home
last modified time | relevance | path

Searched defs:unlikely (Results 1 – 17 of 17) sorted by relevance

/netbsd/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dutil.h33 # define unlikely(x) __builtin_expect(!!(x), 0) macro
36 # define unlikely(x) !!(x) macro
/netbsd/external/bsd/jemalloc/include/jemalloc/internal/
H A Dutil.h33 # define unlikely(x) __builtin_expect(!!(x), 0) macro
36 # define unlikely(x) !!(x) macro
/netbsd/external/public-domain/xz/dist/src/liblzma/common/
H A Dcommon.h41 # define unlikely(expr) __builtin_expect(expr, false) macro
44 # define unlikely(expr) (expr) macro
/netbsd/sys/external/bsd/common/include/linux/
H A Dcompiler.h58 #define unlikely(X) __predict_false(X) macro
/netbsd/sys/ufs/chfs/
H A Ddebug.h44 #define unlikely(x) __builtin_expect ((x), 0) macro
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dibm-ldouble.c56 #define unlikely(x) __builtin_expect ((x), 0) macro
/netbsd/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dibm-ldouble.c56 #define unlikely(x) __builtin_expect ((x), 0) macro
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dlz4.c262 #define unlikely(expr) expect((expr) != 0, 0) macro
/netbsd/sys/external/bsd/ena-com/
H A Dena_plat.h113 #define unlikely(x) __predict_false(x) macro
/netbsd/external/gpl3/gcc.old/dist/libbacktrace/
H A Delf.c61 #define unlikely(x) (x) macro
63 #define unlikely(x) __builtin_expect(!!(x), 0) macro
/netbsd/external/gpl3/gcc.old/dist/libgfortran/
H A Dlibgfortran.h116 #define unlikely(x) __builtin_expect(!!(x), 0) macro
/netbsd/external/gpl3/gcc/dist/libgfortran/
H A Dlibgfortran.h137 #define unlikely(x) __builtin_expect(!!(x), 0) macro
/netbsd/external/gpl3/gcc/dist/libbacktrace/
H A Delf.c61 #define unlikely(x) (x) macro
63 #define unlikely(x) __builtin_expect(!!(x), 0) macro
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-sprintf.c130 unsigned HOST_WIDE_INT unlikely; member
H A Dgimple-ssa-sprintf.cc131 unsigned HOST_WIDE_INT unlikely; member
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-sprintf.c130 unsigned HOST_WIDE_INT unlikely; member
/netbsd/external/public-domain/sqlite/dist/
H A Dsqlite3.c13336 #define unlikely(X) (X) macro