Home
last modified time | relevance | path

Searched refs:unlikely (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dutil.h41 #define unlikely(x) (x) macro
/device/google/contexthub/firmware/os/core/
DeventQ.c140 if (unlikely(atFront)) { in evtQueueEnqueue()
/device/linaro/dragonboard/gralloc/
Dgralloc_gbm.cpp50 #define unlikely(x) __builtin_expect(!!(x), 0) macro