Home
last modified time | relevance | path

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

/kernel/uniproton/src/include/uapi/
Dprt_typedef.h87 #ifndef UNLIKELY
88 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
/kernel/uniproton/doc/design/
Dinterface_description.md72 #ifndef UNLIKELY
73 #define UNLIKELY(x) __builtin_expect(!!(x), 0)