HomeSort by relevance Sort by last modified time
    Searched defs:arith (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
expr.c 136 bool arith; /* evaluating an $(()) expression? */ member in struct:expr_state
175 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith)
182 ret = v_evaluate(&v, expr, error_ok, arith);
192 bool arith)
202 curstate.arith = arith;
232 if (es->arith && es->natural)
235 setint_v(vp, v, es->arith);
251 es->arith = false;
470 setint_v(vasn, vr, es->arith);
    [all...]
  /system/core/sh/
arith.c 113 #line 1 "arith.y"
115 /* $NetBSD: arith.y,v 1.17 2003/09/17 17:33:36 jmmv Exp $ */
152 static char sccsid[] = "@(#)arith.y 8.3 (Berkeley) 5/4/95";
154 __RCSID("$NetBSD: arith.y,v 1.17 2003/09/17 17:33:36 jmmv Exp $");
201 #line 202 "arith.c"
1503 arith(s) function
    [all...]
  /external/valgrind/main/none/tests/ppc32/
jm-insns.c 350 PPC_TWO_I16 = 0x00000006, // family: arith/logical
7274 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
    [all...]
  /external/valgrind/main/none/tests/ppc64/
jm-insns.c 350 PPC_TWO_I16 = 0x00000006, // family: arith/logical
7274 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
    [all...]

Completed in 4372 milliseconds