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

  /system/core/sh/
Android.mk 6 arith.c \
43 p4 edit arith.c arith_lex.c arith.h builtins.h builtins.c
46 bison -o arith.c arith.y
48 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...]
expand.c 391 result = arith(p+2);
  /external/yaffs2/
Android.mk 13 LOCAL_CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
  /external/grub/
Android.mk 32 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \
87 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \
123 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \
config.status 535 s,@CPPFLAGS@, -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef,;t t
    [all...]
  /external/yaffs2/yaffs2/utils/
Makefile 20 CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
  /external/libvpx/
configure 486 check_add_cflags -Wpointer-arith
495 check_add_cflags -Wpointer-arith
  /external/qemu/tcg/
tcg.h 462 int c, int right, int arith);
tcg.c 636 int c, int right, int arith)
644 if (arith) {
662 if (arith)
    [all...]
  /build/core/
config.mk 89 COMMON_GLOBAL_CFLAGS:= -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith
  /external/dbus/
configure     [all...]

Completed in 1350 milliseconds