HomeSort by relevance Sort by last modified time
    Searched refs:arith (Results 1 - 25 of 32) sorted by null

1 2

  /system/core/sh/
Android.mk 6 arith.c \
44 p4 edit arith.c arith_lex.c arith.h builtins.h builtins.c
47 bison -o arith.c arith.y
49 perl -ne 'print if ( /^\#\s*define\s+ARITH/ );' < arith.c > arith.h
expand.h 68 /* From arith.y */
69 int arith(const char *);
arith.y 2 /* $NetBSD: arith.y,v 1.17 2003/09/17 17:33:36 jmmv Exp $ */
39 static char sccsid[] = "@(#)arith.y 8.3 (Berkeley) 5/4/95";
41 __RCSID("$NetBSD: arith.y,v 1.17 2003/09/17 17:33:36 jmmv Exp $");
117 arith(s)
167 i = arith(p);
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/exp-ptrcheck/tests/
arith.stderr.exp 3 at 0x........: main (arith.c:19)
8 by 0x........: main (arith.c:9)
13 at 0x........: main (arith.c:21)
18 by 0x........: main (arith.c:9)
23 by 0x........: main (arith.c:8)
28 at 0x........: main (arith.c:27)
33 by 0x........: main (arith.c:9)
38 at 0x........: main (arith.c:28)
44 by 0x........: main (arith.c:9)
49 at 0x........: main (arith.c:31
    [all...]
  /external/yaffs2/
Android.mk 13 LOCAL_CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
  /external/grub/
Android.mk 31 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \
87 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \
124 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \
  /external/yaffs2/yaffs2/utils/
Makefile 20 CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
  /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...]
var.c 465 getint(struct tbl *vp, mksh_ari_t *nump, bool arith)
487 if (arith && *s == '0' && *(s+1)) {
548 setint_v(struct tbl *vq, struct tbl *vp, bool arith)
553 if ((base = getint(vp, &num, arith)) == -1)
    [all...]
  /external/valgrind/main/drd/scripts/
download-and-build-splash2.in 91 CFLAGS := \$(CFLAGS) -Wpadded -Winline -Wpointer-arith -Wsign-compare -Wendif-labels
93 CFLAGS := \$(CFLAGS) -Wpadded -Winline -Wpointer-arith -Wsign-compare -Wendif-labels
  /external/valgrind/tsan/
Makefile 16 CWARN=-Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes \
  /external/oprofile/events/i386/westmere/
events 23 event:0x14 counters:0,1,2,3 um:arith minimum:2000000 name:ARITH : Cycles the divider is busy
unit_masks 18 name:arith type:bitmask default:0x01
  /external/libvpx/
configure 491 check_add_cflags -Wpointer-arith
500 check_add_cflags -Wpointer-arith
  /ndk/sources/host-tools/nawk-20071023/
proto.h 172 extern Cell *arith(Node **, int);
  /external/qemu/tcg/
tcg.h 487 int c, int right, int arith);
tcg.c 715 int c, int right, int arith)
723 if (arith) {
741 if (arith)
    [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...]
jm-fp.stdout.exp 1 PPC floating point arith insns with three args:
119 PPC floating point arith insns
238 PPC floating point arith insns with two args:
439 PPC floating point arith insns
    [all...]
jm-int.stdout.exp 1 PPC integer arith insns with two args:
150 PPC integer arith insns with two args with flags update:
299 PPC integer arith insns with two args and carry:
376 PPC integer arith insns with two args and carry with flags update:
    [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...]
jm-fp.stdout.exp 1 PPC floating point arith insns with three args:
119 PPC floating point arith insns
238 PPC floating point arith insns with two args:
439 PPC floating point arith insns
    [all...]
  /build/core/
config.mk 91 COMMON_GLOBAL_CFLAGS:= -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith
  /external/valgrind/main/
Android.mk 25 -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wmissing-declarations \

Completed in 735 milliseconds

1 2