Searched refs:OP_GS_FIRST_ (Results 1 – 2 of 2) sorted by relevance
799 const int F = (MsgId == ID_SYSMSG) ? OP_SYS_FIRST_ : OP_GS_FIRST_; in getMsgOpId()817 return (OP_GS_FIRST_ <= OpId && OpId < OP_GS_LAST_) && OpId != OP_GS_NOP; in isValidMsgOp()819 return OP_GS_FIRST_ <= OpId && OpId < OP_GS_LAST_; in isValidMsgOp()
291 OP_GS_FIRST_ = OP_GS_NOP, enumerator