/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/skia/legacy/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/skia/src/effects/ |
SkArithmeticMode.cpp | 43 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, function 81 a = arith(k1, k2, k3, k4, sa, sa); 82 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc)); 83 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc)); 84 b = arith(k1, k2, k3, k4, SkGetPackedB32(sc), SkGetPackedB32(dc)); 106 a = arith(k1, k2, k3, k4, sa, sa); 107 r = arith(k1, k2, k3, k4, sr, dr); 108 g = arith(k1, k2, k3, k4, sg, dg); 109 b = arith(k1, k2, k3, k4, sb, db);
|
/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/elfutils/libdwfl/ |
Android.mk | 60 LOCAL_CFLAGS += -Wno-pointer-arith 97 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 | 156 bool arith; member in struct:expr_state 183 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith) 190 ret = v_evaluate(&v, expr, error_ok, arith); 200 bool arith) 211 curstate.arith = arith; 238 if (es->arith && es->natural) 241 setint_v(vp, v, es->arith); 257 es->arith = false; 505 setint_v(vasn, vr, es->arith); [all...] |
var.c | 474 getint(struct tbl *vp, mksh_ari_t *nump, bool arith) 494 if (arith && s[0] == '0' && (s[1] | 0x20) == 'x') { 500 if (arith && s[0] == '0' && ksh_isdigit(s[1]) && 555 setint_v(struct tbl *vq, struct tbl *vp, bool arith) 560 if ((base = getint(vp, &num, arith)) == -1) [all...] |
/external/linux-tools-perf/ |
Android.mk | 106 LOCAL_CFLAGS += -Wno-pointer-arith 141 LOCAL_CFLAGS += -Wno-pointer-arith 205 LOCAL_CFLAGS += -Wno-pointer-arith 248 LOCAL_CFLAGS += -Wno-pointer-arith
|
/external/elfutils/libelf/ |
Android.mk | 152 LOCAL_CFLAGS += -Wno-pointer-arith 183 LOCAL_CFLAGS += -Wno-pointer-arith
|
/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/elfutils/libdw/ |
Android.mk | 171 LOCAL_CFLAGS += -Wno-pointer-arith
|
/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
|
/external/libvpx/libvpx/ |
configure | 537 check_add_cflags -Wpointer-arith 550 check_add_cflags -Wpointer-arith
|
/packages/inputmethods/LatinIME/native/jni/ |
Android.mk | 31 -Wwrite-strings -Wfloat-equal -Wpointer-arith -Winit-self -Wredundant-decls -Wno-system-headers
|
/ndk/sources/host-tools/nawk-20071023/ |
proto.h | 174 extern Cell *arith(Node **, int);
|
/external/icu4c/ |
icudefs.mk | 128 CFLAGS = -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $(THREADSCFLAGS) 130 CXXFLAGS = -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long $(THREADSCXXFLAGS)
|
/external/valgrind/main/VEX/switchback/ |
test_ppc_jm1.c | 4486 int arith = 0, logical = 0, compare = 0; local [all...] |
/external/qemu/tcg/ |
tcg.h | 487 int c, int right, int arith);
|
/external/valgrind/main/none/tests/ppc32/ |
jm-insns.c | 350 PPC_TWO_I16 = 0x00000006, // family: arith/logical 7341 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...] |