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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/AArch64/
elf-reloc-pcreladdressing.s 5 adrp x5, some_label
7 adrp x5, :got:some_label
8 ldr x0, [x5, #:got_lo12:some_label]
elf-reloc-addend.s 5 add x3, x5, #:lo12:sym+1
7 add x3, x5, #:lo12:sym-1
elf-reloc-movw.s 8 movk x5, #:abs_g1_nc:some_label
11 movk x5, #:abs_g2_nc:some_label
  /external/clang/test/Sema/
attr-regparm.c 9 void __attribute__((regparm(3))) x5(int);
10 void x5(int); // expected-note{{previous declaration is here}}
11 void __attribute__((regparm(2))) x5(int); // expected-error{{function declared with regparm(2) attribute was previously declared with the regparm(3) attribute}}
  /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;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/ubench/
function-correct-args.js 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
function-missing-args.js 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
  /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/ceres-solver/internal/ceres/
cost_function_to_functor_test.cc 161 const T* x5, T* residuals) const {
163 + x4[0] * x4[0] + x5[0] * x5[0];
165 + x4[1] * x4[1] + x5[1] * x5[1];
174 const T* x5, const T* x6, T* residuals) const {
176 + x4[0] * x4[0] + x5[0] * x5[0] + x6[0] * x6[0];
178 + x4[1] * x4[1] + x5[1] * x5[1] + x6[1] * x6[1]
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct_vca.cpp 99 int32 x0, x1, x2, x4, x5; local
119 x5 = (W7 * x4 + 4) >> 3;
123 x2 = (181 * (x4 + x5) + 128) >> 8;
124 x1 = (181 * (x4 - x5) + 128) >> 8;
136 res = (x0 + x5) >> 14;
142 res = (x0 - x5) >> 14;
160 int32 x0, x1, x3, x5, x7;//, x8; local
170 x5 = (181 * (x1 - x7) + 128) >> 8;
175 blk[16] = (x0 + x5) >> 8;
179 blk[40] = (x0 - x5) >> 8
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
450 int32 x0, x1, x2, x4, x5, temp; local
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_inline.h 81 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
93 // x5 = (x4<<8)-x4; /* x5 = x4*255; */
94 x4 = x5 = 0;
116 x5 = x5 + x10; /* accumulate low bytes */
119 x5 = x5 + x11; /* accumulate low bytes */
135 x5 = x5 + x10; /* accumulate low bytes *
256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
430 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
sad_mb_offset.h 31 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
33 // x5 = (x4<<8) - x4;
34 x4 = x5 = 0;
68 x5 = x5 + x10; /* accumulate low bytes */
71 x5 = x5 + x11; /* accumulate low bytes */
94 x5 = x5 + x10; /* accumulate low bytes */
97 x5 = x5 + x11; /* accumulate low bytes *
134 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
226 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
96 // x5 = (x4<<8)-x4; /* x5 = x4*255; */
97 x4 = x5 = 0;
119 x5 = x5 + x10; /* accumulate low bytes */
122 x5 = x5 + x11; /* accumulate low bytes */
138 x5 = x5 + x10; /* accumulate low bytes *
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
fastidct.cpp 81 int32 x0, x1, x3, x5, x7;//, x8; local
91 x5 = (181 * (x1 - x7) + 128) >> 8;
96 blk[16] = (x0 + x5) >> 8;
100 blk[40] = (x0 - x5) >> 8;
107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
126 x5 = (181 * (x1 - x7) + 128) >> 8;
131 blk[16] = (x6 + x5) >> 8;
135 blk[40] = (x6 - x5) >> 8;
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
160 x5 = W3 * x3
185 int32 x1, x3, x5, x7;\/\/, x8; local
235 int32 x1, x3, x5, x7; local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x4, x5; local
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
578 int32 x1, x2, x4, x5; local
691 int32 x1, x3, x5, x7; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
869 int32 x0, x1, x2, x4, x5; local
924 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
990 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1063 int32 x1, x2, x4, x5; local
1171 int32 x1, x3, x5, x7; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1369 int32 x0, x1, x2, x4, x5; local
1429 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1500 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1577 int32 x1, x2, x4, x5; local
1692 int32 x1, x3, x5, x7; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
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...]
  /external/ceres-solver/include/ceres/
numeric_diff_functor.h 178 const double* x5,
180 return functor_(x0, x1, x2, x3, x4, x5, residuals);
188 const double* x5,
191 return functor_(x0, x1, x2, x3, x4, x5, x6, residuals);
199 const double* x5,
203 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, residuals);
211 const double* x5,
216 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, residuals);
224 const double* x5,
230 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, residuals)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-constants.h 8 #define TCODE_READ_BLOCK_REQUEST 0x5
20 #define EXTCODE_BOUNDED_ADD 0x5
35 #define RCODE_DATA_ERROR 0x5
51 #define SCODE_3200 0x5
57 #define ACK_BUSY_A 0x5
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-constants.h 8 #define TCODE_READ_BLOCK_REQUEST 0x5
20 #define EXTCODE_BOUNDED_ADD 0x5
35 #define RCODE_DATA_ERROR 0x5
51 #define SCODE_3200 0x5
57 #define ACK_BUSY_A 0x5
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-constants.h 8 #define TCODE_READ_BLOCK_REQUEST 0x5
20 #define EXTCODE_BOUNDED_ADD 0x5
35 #define RCODE_DATA_ERROR 0x5
51 #define SCODE_3200 0x5
57 #define ACK_BUSY_A 0x5
  /external/clang/test/CXX/except/except.spec/
p14-ir.cpp 26 struct X5 : X0, X4 { };
28 void test(X2 x2, X3 x3, X5 x5) {
42 X5 x5a(x5);
  /external/clang/test/ASTMerge/Inputs/
enum1.c 34 } x5; variable in typeref:enum:E5
enum2.c 34 } x5; variable in typeref:enum:E5
  /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

Completed in 1016 milliseconds

1 2 3 4 5 6 7 8 91011>>