HomeSort by relevance Sort by last modified time
    Searched defs:x4 (Results 1 - 25 of 1977) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/ELF/
section-sym-redefine.s 20 .section x4,"a",@progbits
22 .globl x4
24 x4: label
26 .long x4 // reloc: x4(global) + 0
48 // CHECK: Addend: 0x4
61 // CHECK: Offset: 0x4
63 // CHECK: Symbol: x4 (6)
95 // CHECK: Value: 0x4
130 // CHECK: Name: x4 (43
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.link/
p7.cpp 6 // CHECK: @x4 = global %struct.X zeroinitializer
17 X x4; variable
27 return x4;
  /external/clang/test/CodeGen/
ms-declspecs.cpp 8 __declspec(selectany) int x4; variable
14 // CHECK: @x4 = weak_odr global i32 0, comdat, align 4
  /external/clang/test/Index/
cxx-operator-overload.cpp 10 Cls x4 = x1 + x2 + x3; local
  /external/clang/test/Sema/
array-size.c 8 int x4[1073741824 - 1]; local
  /external/valgrind/massif/tests/
long-time.c 10 int i, *x1, *x2, *x3, *x4; local
18 x4 = malloc( 900 * 1000);
19 free(x4);
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
median5.cpp 120 int16 x1, x2, x3, x4, x5; local
126 x4 = x[1];
143 if (x4 < x1)
146 x1 = x4;
147 x4 = tmp;
159 if (x4 < x2)
162 x2 = x4;
163 x4 = tmp;
169 if (x4 < x3)
171 x3 = x4;
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9036.go 26 const x4 = 0x1p10 // ERROR "unexpected p10" const
34 fmt.Printf("%g %T\n", x4, x4)
issue13821b.go 19 var x4 = x1 && b2 // ERROR "mismatched types B and B2" var
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9036.go 26 const x4 = 0x1p10 // ERROR "unexpected p10" const
34 fmt.Printf("%g %T\n", x4, x4)
issue13821b.go 19 var x4 = x1 && b2 // ERROR "mismatched types B and B2" var
  /external/clang/test/CXX/temp/temp.names/
p3-0x.cpp 8 Y<X<6>>1>> x4; // expected-error{{expected unqualified-id}} variable
  /external/clang/test/SemaCXX/
dependent-types.cpp 9 T x4[]; // expected-error{{needs an explicit size or an initializer}} local
attr-selectany.cpp 12 extern const int x4;
13 const __declspec(selectany) int x4 = 4; variable
  /external/valgrind/memcheck/tests/
badrw.c 7 int *x4; local
14 x4 = x-4;
19 y4 = *x4;
20 *x4 = y4;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
tocopt.s 3 .quad x4
16 x4: label
tocopt5.s 3 .quad x4
16 x4: label
tocopt7.s 4 .quad x4
18 x4: label
tocopt8.s 3 .quad x4
15 x4: label
  /external/clang/test/CodeGenCXX/
pragma-visibility.cpp 20 template<class T> struct x4 { struct
24 template<> int x4<int>::y = 10;
  /external/eigen/test/
smallvectors.cpp 22 x4 = internal::random<Scalar>(); local
25 V4 v4(x1, x2, x3, x4);
34 VERIFY_IS_APPROX(x4, v4.w());
  /frameworks/av/media/libeffects/loudness/common/core/
math.h 60 const T x4 = x2 * x2; local
64 0.0416666666666666643537020320309238741174340248107910156250f * x4 +
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-pcrel2.s 13 move.d [pc+x4-x+128-18],r8 ; 6
29 move.d [pc+x4-x+128-18],r8 ; 6
30 x4: label
44 move.d [pc+x4-x+128-18],r8 ; 6
56 move.d [pc+x4-x+128-18],r8 ; 6
  /device/linaro/bootloader/arm-trusted-firmware/bl1/
bl1_main.c 248 register_t x4,
260 return bl1_fwu_smc_handler(smc_fid, x1, x2, x3, x4, cookie,
292 register_t x1, x2, x3, x4; local
296 get_smc_params_from_ctx(handle, x1, x2, x3, x4);
297 return bl1_smc_handler(smc_fid, x1, x2, x3, x4, cookie, handle, flags);
  /device/linaro/bootloader/arm-trusted-firmware/common/
runtime_svc.c 38 u_register_t x1, x2, x3, x4; local
53 get_smc_params_from_ctx(handle, x1, x2, x3, x4);
55 return rt_svc_descs[index].handle(smc_fid, x1, x2, x3, x4, cookie,

Completed in 768 milliseconds

1 2 3 4 5 6 7 8 91011>>