Searched defs:__error_code (Results 1 – 3 of 3) sorted by relevance
16 #define CHECK_AND_RAISE_ERROR(__st, __error_code) \ argument28 #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) \ argument47 #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