/external/clang/utils/ABITest/return-types-32/ |
Makefile | 1 X_CFLAGS := -m32 2 Y_CFLAGS := -m32 3 CC_CFLAGS := -m32
|
/external/clang/utils/ABITest/single-args-32/ |
Makefile | 1 X_CFLAGS := -m32 2 Y_CFLAGS := -m32 3 CC_CFLAGS := -m32
|
/external/boringssl/src/util/ |
32-bit-toolchain.cmake | 5 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -m32 -msse2" CACHE STRING "c++ flags") 6 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -m32 -msse2" CACHE STRING "c flags") 7 set(CMAKE_ASM_FLAGS "${CMAKE_ASM_FLAGS} -m32 -msse2" CACHE STRING "asm flags")
|
/external/compiler-rt/make/platform/ |
multi_arch.mk | 4 Configs := m32 m64 11 CFLAGS.m32 := $(CFLAGS) -m32 -O3
|
/external/v8/test/unittests/base/ |
division-by-constant-unittest.cc | 28 typedef MagicNumbersForDivision<uint32_t> M32; 32 static M32 s32(int32_t d) { 42 static M32 u32(uint32_t d) { return UnsignedDivisionByConstant<uint32_t>(d); } 47 EXPECT_EQ(M32(0x99999999U, 1, false), s32(-5)); 48 EXPECT_EQ(M32(0x55555555U, 1, false), s32(-3)); 52 EXPECT_EQ(M32(0x7FFFFFFFU, k - 1, false), s32(d)); 55 EXPECT_EQ(M32(0x80000001U, k - 1, false), s32(1 << k)); 57 EXPECT_EQ(M32(0x55555556U, 0, false), s32(3)); 58 EXPECT_EQ(M32(0x66666667U, 1, false), s32(5)); 59 EXPECT_EQ(M32(0x2AAAAAABU, 0, false), s32(6)) [all...] |
/external/clang/test/Driver/ |
prefixed-tools.c | 6 // RUN: -m32 -target x86_64--linux %s 2>&1 | \ 7 // RUN: FileCheck --check-prefix=CHECK-M32 %s 11 // CHECK-M32: "{{.*}}{{/|\\\\}}prefixed_tools_tree{{/|\\\\}}x86_64--linux-as" 12 // CHECK-M32: "{{.*}}{{/|\\\\}}prefixed_tools_tree{{/|\\\\}}x86_64--linux-ld"
|
arc.c | 1 // RUN: not %clang -ObjC -target i386-apple-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck %s 2 // RUN: not %clang -x objective-c -target i386-apple-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck %s 3 // RUN: not %clang -x objective-c++ -target i386-apple-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck %s 4 // RUN: not %clang -x c -target i386-apple-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck -check-prefix NOTOBJC %s 5 // RUN: not %clang -x c++ -target i386-apple-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck -check-prefix NOTOBJC %s
|
Xarch.c | 1 // RUN: %clang -target i386-apple-darwin9 -m32 -Xarch_i386 -O2 %s -S -### 2> %t.log 6 // RUN: not %clang -target i386-apple-darwin9 -m32 -Xarch_i386 -o -Xarch_i386 -S %s -S -Xarch_i386 -o 2> %t.log
|
/external/elfutils/tests/ |
testfile_const_type.c | 1 // gcc -m32 -g -O2 -o const_type const_type.c
|
testfile_implicit_value.c | 1 // gcc -m32 -g -O2 -o implicit_value implicit_value.c
|
/external/strace/ |
.gitignore | 45 /tests-m32 48 /libmpers-m32.a 54 /mpers-m32 55 /mpers-m32.stamp
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
bmi.s | 11 # Test for op r32, r32, r/m32 15 # Test for op r32, r/m32, r32 19 # Test for op r32, r/m32 36 # Test for op r32, r32, r/m32 41 # Test for op r32, r/m32, r32 46 # Test for op r32, r/m32
|
bmi2.s | 7 # Test for op r32, r/m32, imm8 11 # Test for op r32, r32, r/m32 19 # Test for op r32, r/m32, r32 31 # Test for op r32, r/m32, imm8 36 # Test for op r32, r32, r/m32 47 # Test for op r32, r/m32, r32
|
/external/clang/test/Preprocessor/ |
mmx.c | 1 // RUN: %clang -march=i386 -m32 -E -dM %s -msse -o - 2>&1 \ 4 // RUN: %clang -march=i386 -m32 -E -dM %s -msse -mno-mmx -o - 2>&1 \ 7 // RUN: %clang -march=i386 -m32 -E -dM %s -mno-mmx -msse -o - 2>&1 \
|
/external/valgrind/exp-bbv/tests/ppc32-linux/ |
Makefile.am | 17 AM_CCASFLAGS += -ffreestanding -m32 -Xassembler -I$(top_srcdir)/exp-bbv/tests 19 LDFLAGS += -nostartfiles -nodefaultlibs -m32
|
/external/llvm/test/DebugInfo/Inputs/ |
dwarfdump-test-32bit.elf.c | 1 // clang -c -g -o dwarfdump-test-32bit.elf.o -m32 dwarfdump-test-32bit.elf.c
|
dwarfdump-test-loc-list-32bit.elf.cpp | 1 // clang -c -g -o dwarfdump-test-loc-list-32bit.elf.o -m32 dwarfdump-test-loc-list-32bit.elf.cpp
|
/external/opencv3/modules/java/android_test/src/org/opencv/test/android/ |
UtilsTest.java | 32 Mat m32 = new Mat(); local 33 Utils.bitmapToMat(bmp32, m32); 35 assertTrue(m16.rows() == m32.rows() && m16.cols() == m32.cols() && m16.type() == m32.type()); 37 double maxDiff = Core.norm(m16, m32, Core.NORM_INF); 64 Mat m32 = new Mat(imgBGR.rows(), imgBGR.cols(), CvType.CV_8UC4); local 85 bmp32.eraseColor(Color.WHITE); m32.setTo(s255); 86 Utils.matToBitmap(imgRGBA, bmp32); Utils.bitmapToMat(bmp32, m32); 87 maxDiff = Core.norm(imgRGBA, m32, Core.NORM_INF) [all...] |
/prebuilts/tools/gcc-sdk/ |
addr2line | 17 suffix_m32=${options##* -m32 } # suffix after the last -m32 20 len_m32=${#suffix_m32} # length of suffix after the last -m32 24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
|
ar | 17 suffix_m32=${options##* -m32 } # suffix after the last -m32 20 len_m32=${#suffix_m32} # length of suffix after the last -m32 24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
|
as | 17 suffix_m32=${options##* -m32 } # suffix after the last -m32 20 len_m32=${#suffix_m32} # length of suffix after the last -m32 24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
|
c++ | 17 suffix_m32=${options##* -m32 } # suffix after the last -m32 20 len_m32=${#suffix_m32} # length of suffix after the last -m32 24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
|
c++filt | 17 suffix_m32=${options##* -m32 } # suffix after the last -m32 20 len_m32=${#suffix_m32} # length of suffix after the last -m32 24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
|
cpp | 17 suffix_m32=${options##* -m32 } # suffix after the last -m32 20 len_m32=${#suffix_m32} # length of suffix after the last -m32 24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
|
elfedit | 17 suffix_m32=${options##* -m32 } # suffix after the last -m32 20 len_m32=${#suffix_m32} # length of suffix after the last -m32 24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
|