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

1 2 3 4 5

  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
p1.cpp 9 char x3[] = { "hello" }; variable
10 extern char x3[6];
  /external/compiler-rt/lib/
popcountti2.c 24 tu_int x3 = (tu_int)a; local
25 x3 = x3 - ((x3 >> 1) & (((tu_int)0x5555555555555555uLL << 64) |
28 x3 = ((x3 >> 2) & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL))
29 + (x3 & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL));
31 x3 = (x3 + (x3 >> 4)
    [all...]
  /frameworks/compile/libbcc/runtime/lib/
popcountti2.c 24 tu_int x3 = (tu_int)a; local
25 x3 = x3 - ((x3 >> 1) & (((tu_int)0x5555555555555555uLL << 64) |
28 x3 = ((x3 >> 2) & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL))
29 + (x3 & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL));
31 x3 = (x3 + (x3 >> 4)
    [all...]
  /external/clang/test/CXX/temp/temp.param/
p15.cpp 9 >> *x3; // expected-error{{a space is required between consecutive right angle brackets (use '> >')}} variable
  /external/clang/test/Index/
cxx-operator-overload.cpp 9 Cls x1, x2, x3; local
10 Cls x4 = x1 + x2 + x3;
  /external/clang/test/Sema/
array-size.c 7 int x3[(unsigned)1073741824 + 1]; // expected-error{{array is too large}} local
tentative-decls.c 6 struct a x3[10]; // expected-error{{array has incomplete element type 'struct a'}} variable in typeref:struct:a
  /external/valgrind/main/massif/tests/
long-time.c 10 int i, *x1, *x2, *x3, *x4; local
15 x3 = malloc(1200 * 1000);
17 free(x3);
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
median5.cpp 120 int16 x1, x2, x3, x4, x5; local
125 x3 = x[0];
137 if (x3 < x1)
140 x1 = x3;
141 x3 = tmp;
153 if (x3 < x2)
156 x2 = x3;
157 x3 = tmp;
169 if (x4 < x3)
171 x3 = x4
    [all...]
  /external/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2-cxx0x.cpp 16 X<B> x3; local
  /external/clang/test/CodeGenCXX/
pragma-visibility.cpp 20 struct x3 { struct
23 int x3::y = 10;
  /external/clang/test/SemaCXX/
dependent-types.cpp 8 T& x3; // expected-error{{declaration of reference variable 'x3' requires an initializer}} local
switch.cpp 39 void x3(C &c) { function
copy-initialization.cpp 14 X x3 = ip; local
  /external/v8/test/mjsunit/
obj-construct.js 43 var x3 = [ ]; variable
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_Clip8_s.s 37 x3 RN 6 label
50 LDMIA pSrc!,{x2, x3}
61 USAT16 x3, #8, x3 ;// clip two samples to [0,255]
65 STRB x3, [pDst,#6]
66 MOV x3, x3, LSR #16
67 STRB x3, [pDst,#7]
  /external/clang/test/CXX/dcl.decl/dcl.init/
p6.cpp 15 const int x3; // expected-error{{default initialization of an object of const type 'const int'}} local
  /external/clang/test/CXX/over/over.match/over.match.funcs/over.match.copy/
p1.cpp 13 X x3 = y; // expected-error{{no viable conversion from 'const ExplicitConv::Y' to 'ExplicitConv::X'}} local
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s 42 x3 RN 9 label
67 M_LDR x3, [pSrc], srcStep
69 M_STR x3, [pDst], dstStep
75 LDR x3, [pSrc, #4]
81 ORR x2, x2, x3, LSL #24
85 LDR x3, [pSrc, #4]
91 ORR x2, x2, x3, LSL #24
98 LDR x3, [pSrc, #4]
104 ORR x2, x2, x3, LSL #16
109 LDR x3, [pSrc, #4
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s 42 x3 RN 9 label
67 M_LDR x3, [pSrc], srcStep
69 M_STR x3, [pDst], dstStep
75 LDR x3, [pSrc, #4]
81 ORR x2, x2, x3, LSL #24
85 LDR x3, [pSrc, #4]
91 ORR x2, x2, x3, LSL #24
98 LDR x3, [pSrc, #4]
104 ORR x2, x2, x3, LSL #16
109 LDR x3, [pSrc, #4
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-member-pointers.cpp 29 struct X3 {
30 X3<T, Class, Ptr> &operator=(const T& value) {
35 X3<int, Y, &Y::x> x3; variable
41 X3<int, Y, Member> member;
  /external/openssl/crypto/rc2/
rc2_cbc.c 140 register RC2_INT x0,x1,x2,x3,t; local
148 x3=(RC2_INT)(l>>16L);
156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff;
158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff;
160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff;
162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff;
163 x3=(t<<5)|(t>>11);
170 x0+=p1[x3&0x3f];
173 x3+=p1[x2&0x3f]
185 register RC2_INT x0,x1,x2,x3,t; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
hp_wsp.c 87 Word16 x0, x1, x2, x3; local
103 x3 = x2;
121 L_tmp += (x3 * b[3])<<1;
  /frameworks/av/media/libstagefright/foundation/
base64.cpp 108 uint8_t x3 = data[i + 2]; local
112 out->append(encode6Bit((x2 << 2 | x3 >> 6) & 0x3f));
113 out->append(encode6Bit(x3 & 0x3f));
  /external/clang/test/Lexer/
ms-extensions.c 6 __int32 x3 = 5i32; variable

Completed in 1346 milliseconds

1 2 3 4 5