Searched refs:op2 (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Darith_yacc.c90 static inline int higher_prec(int op1, int op2) argument
92 return arith_prec(op1) < arith_prec(op2);
179 int op2; local
187 op2 = last_token;
188 if (op2 >= ARITH_BINOP_MIN && op2 < ARITH_BINOP_MAX &&
189 higher_prec(op2, op)) {
190 b = binop2(b, op2, arith_prec(op), noeval);
191 op2 = last_token;
196 if (op2 < ARITH_BINOP_MI
[all...]
/fuchsia/zircon/third_party/ulib/ngunwind/src/arm/
H A DGex_tables.c179 uint8_t op2 = READ_OP (); local
180 if (op == 0x80 && op2 == 0x00)
185 edata.data = ((op & 0xf) << 8) | op2;
215 uint8_t op2 = READ_OP (); local
216 if (op2 == 0 || (op2 & 0xf0))
221 edata.data = op2 & 0x0f;
266 uint8_t op2 = READ_OP (); local
267 if (op2 == 0 || (op2
[all...]

Completed in 29 milliseconds