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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
p1.cpp 16 wchar_t x5[] = L"hello"; variable
17 extern wchar_t x5[6];
  /external/clang/test/CodeGen/
ms-declspecs.cpp 10 __declspec(selectany) int x5; variable
15 // CHECK: @"\01?x5@@3HA" = weak_odr global i32 0, comdat, align 4
attr-mode-enums.c 22 // CHECK: [[X5:%.+]] = alloca i8
24 T5 x5 = A5; local
40 // CHECK: store i8 0, i8* [[X5]]
44 return x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8;
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
median5.cpp 120 int16 x1, x2, x3, x4, x5; local
127 x5 = x[2];
149 if (x5 < x1)
151 x5 = x1;
165 if (x5 < x2)
167 x5 = x2;
173 if (x5 < x3)
175 x3 = x5;
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9036.go 27 const x5 = 1p10 // ERROR "unexpected p10" const
35 fmt.Printf("%g %T\n", x5, x5)
issue13821b.go 20 var x5 = x2 && b2 // ERROR "mismatched types B and B2" var
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9036.go 27 const x5 = 1p10 // ERROR "unexpected p10" const
35 fmt.Printf("%g %T\n", x5, x5)
issue13821b.go 20 var x5 = x2 && b2 // ERROR "mismatched types B and B2" var
  /external/clang/test/CXX/temp/temp.names/
p3-0x.cpp 9 Y<X<(6>>1)>> x5; variable
  /external/clang/test/SemaCXX/
dependent-types.cpp 10 T x5[Size]; local
attr-selectany.cpp 16 extern __declspec(selectany) int x5; variable
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
tocopt.s 5 .quad x5
18 x5: label
43 # if we had a reloc tying the ld to x5/x5t then we could throw away
tocopt5.s 5 .quad x5
18 x5: label
39 # if we had a reloc tying the ld to x5/x5t then we could throw away
tocopt7.s 6 .quad x5
20 x5: label
43 # if we had a reloc tying the ld to x5/x5t then we could throw away
tocopt8.s 5 .quad x5
17 x5: label
37 # if we had a reloc tying the ld to x5/x5t then we could throw away
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/
plat_sip_calls.c 58 uint64_t x5, x6; local
66 x5 = read_ctx_reg(get_gpregs_ctx(handle), CTX_GPREG_X5);
68 SMC_RET1(handle, dp_hdcp_store_key(x1, x2, x3, x4, x5, x6));
  /external/clang/test/CodeGenCXX/
pragma-visibility.cpp 35 template<class T> struct x5 { struct
39 template<> void x5<int>::y() {}
  /frameworks/av/media/libeffects/loudness/common/core/
math.h 61 const T x5 = x3 * x2; local
65 0.008333333333333333217685101601546193705871701240539550781250f * x5;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-pcrel2.s 14 move.d [pc-(x5-x+32768-26)],r8 ; 6
31 move.d [pc-(x5-x+32768-26)],r8 ; 6
32 x5: label
45 move.d [pc-(x5-x+32768-26)],r8 ; 6
57 move.d [pc-(x5-x+32768-26)],r8 ; 6
  /external/libcxx/test/libcxx/utilities/memory/util.smartptr/
race_condition.pass.cpp 40 WeakPtr x5 = x3; // increment weak count local
  /external/libvpx/libvpx/vpx_dsp/x86/
convolve_ssse3.h 96 // compensate the subtracted 64 in f[2]. x5 is always non negative.
97 const __m128i x5 = _mm_maddubs_epi16(s[2], _mm_set1_epi8(64)); local
105 temp = _mm_adds_epi16(temp, x5);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
36 // x5 = (x4<<8) - x4;
37 x4 = x5 = 0;
71 x5 = x5 + x10; /* accumulate low bytes */
74 x5 = x5 + x11; /* accumulate low bytes */
97 x5 = x5 + x10; /* accumulate low bytes */
100 x5 = x5 + x11; /* accumulate low bytes *
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/memory/util.smartptr/
race_condition.pass.cpp 40 WeakPtr x5 = x3; // increment weak count local
  /external/clang/test/Lexer/
ms-extensions.c 8 __int64 x5 = 0x42i64; variable
  /external/valgrind/memcheck/tests/
mempool.c 115 char *x1, *x2, *x3, *x4, *x5; local
141 x5 = allocate(p, 10);
143 *x5 = 'g'; // valid
147 // *x5 = 'g'; // invalid

Completed in 497 milliseconds

1 2 3 4 5 6 7 8 91011>>