Searched refs:exp (Results 1 – 3 of 3) sorted by relevance
55 #define LIKELY(exp) (__builtin_expect((exp) != 0, true)) argument56 #define UNLIKELY(exp) (__builtin_expect((exp) != 0, false)) argument
1310 #define CHECK_JNI_EXIT(type, exp) ({ \ argument1311 typeof (exp) _rc = (exp); \
184 #define TEMP_FAILURE_RETRY(exp) ({ \ argument185 typeof (exp) _rc; \187 _rc = (exp); \