Searched defs:_XABORT_CODE (Results 1 – 2 of 2) sorted by relevance
24 #define _XABORT_CODE(x) (((x) >> 24) & 0xFF) macro
1711 #define _XABORT_CODE(x) ((unsigned char)(((x) >> 24) & 0xFF)) macro