Searched defs:INTERRUPT (Results 1 – 8 of 8) sorted by relevance
55 INTERRUPT enumerator
22 #define MBOX_COE_BIT(INTERRUPT) ((INTERRUPT) & 0x3) argument23 #define MBOX_UAE_BIT(INTERRUPT) (((INTERRUPT) & (1<<8))) argument
273 #define INTERRUPT (1 << 0) macro
246 #define INTERRUPT (1 << 0) macro
149 INTERRUPT, enumConstant
439 public static final int INTERRUPT = 52; field in JDWPConstants.Error
169 #define INTERRUPT 0x03 macro