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

/freebsd-10.1-release/bin/test/
H A Dtest.c123 short op_num, op_type; member in struct:t_op
335 switch (op->op_num) {
434 (op->op_num == LPAREN && islparenoperand()) ||
435 (op->op_num == RPAREN && isrparenoperand()))
438 return op->op_num;
/freebsd-10.1-release/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.1-release/sys/dev/nand/
H A Dnfc_fsl.c165 #define OP_SHIFT(op_num) (28 - ((op_num) * 4))

Completed in 50 milliseconds