Searched refs:OP_GS_LAST_ (Results 1 – 4 of 4) sorted by relevance
24 extern const char *const OpGsSymbolic[OP_GS_LAST_];
46 const char *const OpGsSymbolic[OP_GS_LAST_] = {
1258 const int L = (MsgId == ID_SYSMSG) ? OP_SYS_LAST_ : OP_GS_LAST_; in getMsgOpId()1277 return (OP_GS_FIRST_ <= OpId && OpId < OP_GS_LAST_) && OpId != OP_GS_NOP; in isValidMsgOp()1279 return OP_GS_FIRST_ <= OpId && OpId < OP_GS_LAST_; in isValidMsgOp()
326 OP_GS_LAST_, enumerator