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