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

1 2 3 4 5 6 7 8 9

  /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
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_lex.l 46 #include "arith.h"
71 error("arith: syntax error: \"%s\"", arith_startbuf);
95 . { error("arith: syntax error: \"%s\"", arith_startbuf); }
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.h 68 /* From arith.y */
69 int arith(const char *);
  /external/skia/src/effects/
SkArithmeticMode.cpp 39 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, function
77 a = arith(k1, k2, k3, k4, sa, sa);
78 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc));
79 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc));
80 b = arith(k1, k2, k3, k4, SkGetPackedB32(sc), SkGetPackedB32(dc));
102 a = arith(k1, k2, k3, k4, sa, sa);
103 r = arith(k1, k2, k3, k4, sr, dr);
104 g = arith(k1, k2, k3, k4, sg, dg);
105 b = arith(k1, k2, k3, k4, sb, db);
  /external/icu4c/data/
icupkg.inc 7 COMPILE=gcc -DU_USING_ICU_NAMESPACE=1 -D_REENTRANT -DU_ATTRIBUTE_DEPRECATED= -g -O0 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -c
9 GENLIB=gcc -g -O0 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -shared -Wl,-Bsymbolic
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 59 { ADD, "arith", " + " },
60 { MINUS, "arith", " - " },
61 { MULT, "arith", " * " },
62 { DIVIDE, "arith", " / " },
63 { MOD, "arith", " % " },
64 { UMINUS, "arith", " -" },
65 { POWER, "arith", " **" },
  /external/yaffs2/
Android.mk 13 LOCAL_CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
  /external/elfutils/libdwfl/
Android.mk 60 LOCAL_CFLAGS += -Wno-pointer-arith
99 LOCAL_CFLAGS += -Wno-pointer-arith
  /external/llvm/test/TableGen/
TargetInstrSpec.td 80 multiclass arith<bits<8> opcode, string asmstr, string intr, list<dag> patterns> {
96 defm ADD : arith<0x58, "add", "int_x86_sse2_addSUFFIX",
cast.td 67 multiclass arith<bits<8> opcode, string asmstr, string Intr> {
77 defm ADD : arith<0x58, "add", "int_x86_sse2_add">;
MultiPat.td 106 multiclass arith<bits<8> opcode, string asmstr, string intr, list<list<dag>> patterns> {
114 defm ADD : arith<0x58, "add", "int_x86_sse2_addSUFFIX",
  /external/llvm/test/CodeGen/Thumb2/
2009-11-13-STRDBug.ll 4 define void @lshift_double(i64 %l1, i64 %h1, i64 %count, i32 %prec, i64* nocapture %lv, i64* nocapture %hv, i32 %arith) nounwind {
  /external/grub/
config.log 205 configure:3883: gcc -c -m32 -g -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef conftest.c >&5
241 configure:4090: gcc -o conftest -m32 -g -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef conftest.c >&5
268 configure:4156: gcc -o conftest -m32 -g -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef conftest.c >&5
277 configure:4229: gcc -o conftest -m32 -g -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef conftest.c >&5
286 configure:4295: gcc -o conftest -m32 -g -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef conftest.c >&5
295 configure:4361: gcc -o conftest -m32 -g -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef conftest.c >&5
304 configure:4435: gcc -o conftest -m32 -g -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef conftest.c >&5
313 configure:4501: gcc -o conftest -m32 -g -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef conftest.c >&5
322 configure:4592: gcc -o conftest -m32 -g -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef conftest.c -lutil >&5
362 configure:4668: gcc -o conftest -m32 -g -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef conftest.c -lncurses >&
    [all...]
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 \
  /ndk/build/tools/toolchain-patches/build/
0002-Options-brought-in-from-core-combo-for-IA.patch 25 + -Werror=sequence-point -Winit-self -Wno-multichar -Wno-unused -Wpointer-arith -Wstrict-aliasing=2 \
42 + -W -Wall -Wno-unused -Winit-self -Wpointer-arith -Werror=return-type -Werror=non-virtual-dtor \
  /external/clang/test/SemaCXX/
array-bounds-ptr-arith.cpp 28 // TODO: Add FixIt notes for adding parens around non-ptr part of arith expr
  /external/linux-tools-perf/
Android.mk 107 LOCAL_CFLAGS += -Wno-pointer-arith
144 LOCAL_CFLAGS += -Wno-pointer-arith
210 LOCAL_CFLAGS += -Wno-pointer-arith
254 LOCAL_CFLAGS += -Wno-pointer-arith
  /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
169 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith)
176 ret = v_evaluate(&v, expr, error_ok, arith);
186 bool arith)
196 curstate.arith = arith;
226 if (es->arith && es->natural)
229 setint_v(vp, v, es->arith);
245 es->arith = false;
466 setint_v(vasn, vr, es->arith);
    [all...]
  /external/valgrind/main/exp-sgcheck/
pc_common.c 144 } Arith;
196 xe.XE.Arith.seg1 = seg1;
197 xe.XE.Arith.seg2 = seg2;
198 xe.XE.Arith.opname = opname;
469 Seg* seg1 = xe->XE.Arith.seg1;
470 Seg* seg2 = xe->XE.Arith.seg2;
479 xe->XE.Arith.opname );
509 xe->XE.Arith.opname );
729 else if (VG_STREQ(name, "Arith")) skind = XS_Arith;
774 case XE_Arith: return "Arith";
    [all...]
  /external/webkit/Source/cmake/
WebKitHelpers.cmake 24 SET(OLD_COMPILE_FLAGS "-W -DANOTHER_BRICK_IN_THE -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat -Wformat-security -Wmissing-format-attribute -Wno-format-y2k -Wno-parentheses -Wno-unused-parameter -Wpointer-arith -Wreturn-type -Wundef -Wwrite-strings ${OLD_COMPILE_FLAGS}")
  /external/yaffs2/yaffs2/direct/
Makefile 18 #CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
  /external/zlib/msdos/
Makefile.emx 15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \

Completed in 1602 milliseconds

1 2 3 4 5 6 7 8 9