Searched refs:OP_NONE (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/usr.sbin/ppp/
H A Dfilter.h32 #define OP_NONE 0 macro
H A Dfilter.c107 tgt->f_srcop = tgt->f_dstop = OP_NONE;
119 tgt->f_dstop = OP_NONE;
137 tgt->f_srcop = tgt->f_dstop = OP_NONE;
142 if (tgt->f_srcop == OP_NONE) {
157 if (tgt->f_dstop == OP_NONE) {
201 tgt->f_srcop = tgt->f_dstop = OP_NONE;
H A Dip.c410 if (fp->f_srcop != OP_NONE) {
416 if (fp->f_dstop != OP_NONE) {
429 if ((fp->f_srcop == OP_NONE ||
431 (fp->f_dstop == OP_NONE ||
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Darc-opc.c27 enum operand {OP_NONE,OP_REG,OP_SHIMM,OP_LIMM}; enumerator in enum:operand
340 enum operand op_type = OP_NONE;
717 if (!((ST_SYNTAX(OP_REG,OP_REG,OP_NONE) && (insn[0] & 511) == 0)
718 || ST_SYNTAX(OP_REG,OP_LIMM,OP_NONE)
719 || (ST_SYNTAX(OP_SHIMM,OP_REG,OP_NONE) && (insn[0] & 511) == 0)
720 || (ST_SYNTAX(OP_SHIMM,OP_SHIMM,OP_NONE) && (insn[0] & 511) == 0)
721 || ST_SYNTAX(OP_SHIMM,OP_LIMM,OP_NONE)
724 || (ST_SYNTAX(OP_LIMM,OP_REG,OP_NONE) && (insn[0] & 511) == 0)
729 || ST_SYNTAX(OP_LIMM,OP_SHIMM,OP_NONE)
761 if (ST_SYNTAX (OP_SHIMM,OP_REG,OP_NONE)
[all...]
/freebsd-11.0-release/sys/dev/acpica/
H A Dacpi_quirk.c38 OP_NONE, enumerator in enum:ops_t
92 case OP_NONE:

Completed in 142 milliseconds