/external/valgrind/main/exp-ptrcheck/tests/ |
suppgen.stderr.exp | 33 Annelid:Arith
|
Makefile.in | 49 check_PROGRAMS = add$(EXEEXT) and$(EXEEXT) arith$(EXEEXT) \ 82 arith_SOURCES = arith.c 83 arith_OBJECTS = arith.$(OBJEXT) 204 SOURCES = add.c and.c arith.c bad_percentify.c base.c $(ccc_SOURCES) \ 210 DIST_SOURCES = add.c and.c arith.c bad_percentify.c base.c \ 371 -Wpointer-arith \ 505 arith.vgtest-disabled arith.stderr.exp \ 636 arith$(EXEEXT): $(arith_OBJECTS) $(arith_DEPENDENCIES) 637 @rm -f arith$(EXEEXT [all...] |
/external/zlib/msdos/ |
Makefile.dj2 | 33 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
|
/external/zlib/ |
treebuild.xml | 105 #CFLAGS=-O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
|
/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/qemu/tcg/ |
tcg-opc.h | 56 /* arith */ 149 /* arith */
|
/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...] |
/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...] |
/external/libpng/scripts/ |
makefile.sunos | 31 WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow -Wconversion \
|
/external/mksh/ |
mkmf.sh | 72 -W -Wall -Wno-unused -Winit-self -Wpointer-arith -Werror=return-type \
|
/external/webkit/Source/JavaScriptCore/Configurations/ |
Base.xcconfig | 56 WARNING_CFLAGS_BASE = -Wall -Wextra -Wcast-qual -Wchar-subscripts -Wextra-tokens -Wformat=2 -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings;
|
/external/webkit/Source/JavaScriptGlue/Configurations/ |
Base.xcconfig | 49 WARNING_CFLAGS_BASE = -Wall -W -Wchar-subscripts -Wformat-security -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter -Wundef -Wno-strict-aliasing;
|
/external/webkit/Source/WebCore/Configurations/ |
Base.xcconfig | 53 WARNING_CFLAGS_BASE = -Wall -Wextra -Wcast-qual -Wchar-subscripts -Wextra-tokens -Wformat=2 -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings;
|
/external/webkit/Source/WebKit/mac/Configurations/ |
Base.xcconfig | 55 WARNING_CFLAGS_BASE = -Wall -Wextra -Wchar-subscripts -Wextra-tokens -Wformat-security -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wno-unused-parameter -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings;
|
/external/webkit/Source/WebKit2/Configurations/ |
Base.xcconfig | 51 WARNING_CFLAGS = -Wall -Wextra -Wchar-subscripts -Wextra-tokens -Wformat-security -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wno-unused-parameter -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings;
|
/external/jpeg/ |
jpeglib.h | 45 #define NUM_ARITH_TBLS 16 /* Arith-coding tables are numbered 0..15 */ 313 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ 314 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */ 315 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */ 549 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ 550 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */ 551 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */ [all...] |
/external/llvm/lib/Target/MBlaze/ |
MBlazeInstrInfo.td | 163 class Arith<bits<6> op, bits<11> flags, string instr_asm, SDNode OpNode, 338 def ADDK : Arith<0x04, 0x000, "addk ", add, IIC_ALU>; 350 def ADD : Arith<0x00, 0x000, "add ", addc, IIC_ALU>; 353 def ADDC : Arith<0x02, 0x000, "addc ", adde, IIC_ALU>; 382 def MUL : Arith<0x10, 0x000, "mul ", mul, IIC_ALUm>; 386 def MULH : Arith<0x10, 0x001, "mulh ", mulhs, IIC_ALUm>; 387 def MULHU : Arith<0x10, 0x003, "mulhu ", mulhu, IIC_ALUm>; 395 def BSRL : Arith<0x11, 0x000, "bsrl ", srl, IIC_SHT>; 396 def BSRA : Arith<0x11, 0x200, "bsra ", sra, IIC_SHT>; 397 def BSLL : Arith<0x11, 0x400, "bsll ", shl, IIC_SHT> [all...] |
/external/bison/ |
TODO | 118 exp: arith | bool; 119 arith: exp '+' exp;
|
/external/icu4c/ |
aclocal.m4 | 454 CFLAGS="$CFLAGS -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long" 470 CXXFLAGS="$CXXFLAGS -W -Wall -ansi -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long"
|
/external/libvpx/ |
configure | 491 check_add_cflags -Wpointer-arith 500 check_add_cflags -Wpointer-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/llvm/lib/Target/ARM/ |
ARMSubtarget.h | 130 /// Thumb2DSP - If true, the subtarget supports the v7 DSP (saturating arith
|
/external/llvm/lib/Target/Sparc/ |
SparcAsmPrinter.cpp | 115 if (Modifier && !strcmp(Modifier, "arith")) {
|
/external/zlib/old/os2/ |
Makefile.os2 | 18 #CFLAGS=-O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
|