Home
last modified time | relevance | path

Searched refs:UNLIKELY (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dtoolchain.h39 #define UNLIKELY(x) (x) macro
83 #define UNLIKELY(x) (__builtin_expect(x, 0))
Dutil.h54 if (UNLIKELY(n == 0)) in LOG2_FLOOR()
/device/google/contexthub/lefty/
DLefty.h21 #undef UNLIKELY
/device/google/contexthub/firmware/os/platform/stm32/
Ddma.c223 if (UNLIKELY(!state->callback)) { in dmaIsr()