Searched refs:op_num (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/bin/test/
H A Dtest.c125 short op_num; member in struct:t_op
429 if (((TOKEN_TYPE(op->op_num) == UNOP ||
430 TOKEN_TYPE(op->op_num) == BUNOP)
432 (op->op_num == LPAREN && islparenoperand()) ||
433 (op->op_num == RPAREN && isrparenoperand()))
435 return op->op_num;
457 return TOKEN_TYPE(op->op_num) == BINOP &&
479 return TOKEN_TYPE(op->op_num) == BINOP;
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-cr16.c1295 int op_num = 0; /* Current operand number we are parsing. */ local
1307 operand[op_num++] = strdup (operandH);
1344 operand[op_num++] = strdup (operandH);
1345 cr16_ins->nargs = op_num;
1352 for (op_num = 0; op_num < cr16_ins->nargs; op_num++)
1354 cur_arg_num = op_num;
1355 parse_operand (operand[op_num], cr16_ins);
1356 free (operand[op_num]);
[all...]
/freebsd-10-stable/sys/dev/nand/
H A Dnfc_fsl.c165 #define OP_SHIFT(op_num) (28 - ((op_num) * 4))

Completed in 358 milliseconds