Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/common/src/
Dnsi_safe_call.h17 #ifndef nsi_unlikely
18 #define nsi_unlikely(x) (__builtin_expect((bool)!!(x), false) != 0L) macro
26 if (nsi_unlikely(test)) { in nsi_safe_call()