Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dutil.h33 # define unlikely(x) __builtin_expect(!!(x), 0) macro
36 # define unlikely(x) !!(x) macro
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_branch_prediction.h38 #define unlikely(x) __builtin_expect(!!(x), 0) macro
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_branch_prediction.h38 #define unlikely(x) __builtin_expect(!!(x), 0) macro
/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_types.h72 #define unlikely(x) (__builtin_expect(!!(x), 0)) macro
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Ddebug.h65 #define unlikely(expr) expect((expr) != 0, 0) macro
/f-stack/dpdk/drivers/bus/fslmc/qbman/include/
H A Dcompat.h32 #define unlikely(x) __builtin_expect(!!(x), 0) macro
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/linux/
H A Dcompiler.h73 #define unlikely(x) __builtin_expect(!!(x), 0) macro
/f-stack/app/redis-5.0.5/src/
H A Danet_ff.c98 #define unlikely(x) __builtin_expect((x),0) macro
H A Dquicklist.c86 #define unlikely(x) __builtin_expect(!!(x), 0) macro
89 #define unlikely(x) (x) macro
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_ff_module.c94 #define unlikely(x) __builtin_expect((x),0) macro
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h417 #define unlikely(x) __builtin_expect(!!(x), 0) macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dlz4.c271 #define unlikely(expr) expect((expr) != 0, 0) macro
/f-stack/freebsd/contrib/ena-com/
H A Dena_plat.h141 #define unlikely(x) __predict_false(!!(x)) macro
/f-stack/freebsd/net/
H A Dnetmap_user.h101 #define unlikely(x) __builtin_expect(!!(x), 0) macro