Searched refs:OP_GS_FIRST_ (Results 1 – 6 of 6) sorted by relevance
156 OP_GS_FIRST_ = OP_GS_NOP, enumerator
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
945 const int F = (MsgId == ID_SYSMSG) ? OP_SYS_FIRST_ : OP_GS_FIRST_; in getMsgOpId()963 return (OP_GS_FIRST_ <= OpId && OpId < OP_GS_LAST_) && OpId != OP_GS_NOP; in isValidMsgOp()965 return OP_GS_FIRST_ <= OpId && OpId < OP_GS_LAST_; in isValidMsgOp()
296 OP_GS_FIRST_ = OP_GS_NOP, enumerator
1959 const int F = (Msg.Id == ID_SYSMSG) ? OP_SYS_FIRST_ : OP_GS_FIRST_; in parseSendMsgConstruct()2039 if (! (OP_GS_FIRST_ <= Operation.Id && Operation.Id < OP_GS_LAST_)) { in parseSendMsgOp()