Home
last modified time | relevance | path

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

/tools/virtio/linux/
Dvirtio.h114 # define unlikely(x) (__builtin_expect(!!(x), 0)) macro
/tools/perf/
Dperf.h164 #define unlikely(x) __builtin_expect(!!(x), 0) macro