Searched refs:__error_code (Results 1 – 3 of 3) sorted by relevance
16 #define CHECK_AND_RAISE_ERROR(__st, __error_code) \ argument21 (__st) = -(int)((uint32_t)(((uint32_t)(-(__st)) << 4) | (uint32_t)(-(__error_code)))); \28 #define RAISE_ERROR(__st, __error_code) -(int)((uint32_t)(((uint32_t)(__st) << 4) | (uint32_t)(__er… argument
35 #define CHECK_AND_RAISE_ERROR(__st, __error_code) \ argument40 (__st) = -(int)((uint32_t)(((uint32_t)(-(__st)) << 4) | (uint32_t)(-(__error_code)))); \47 #define RAISE_ERROR(__st, __error_code) -(int)((uint32_t)(((uint32_t)(__st) << 4) | (uint32_t)(__er… argument
49 #define RAISE_ERROR(__st, __error_code) -(int)((uint32_t)(((uint32_t)(__st) << 4) | (uint32_t)(__er… argument