Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dutil.h41 #define unlikely(x) (x) macro
/device/linaro/dragonboard/gralloc/
Dgralloc_gbm.cpp50 #define unlikely(x) __builtin_expect(!!(x), 0) macro