Searched refs:RT_SUCCESS_NP (Results 1 – 1 of 1) sorted by relevance
44 #define RT_SUCCESS_NP(rc) ((int)(rc) >= VINF_SUCCESS) macro45 #define RT_SUCCESS(rc) (likely(RT_SUCCESS_NP(rc)))46 #define RT_FAILURE(rc) (unlikely(!RT_SUCCESS_NP(rc)))