/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
|
decl.c | 110 } x5; typedef in typeref:struct:__anon6138 113 typedef long (*x1)(x0 x0a, x5 x6); 117 long x3(x0 x0a, x5 a) {
|
/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/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
|
/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;
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
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...] |
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...] |
/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...] |
/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
|
/system/bt/embdrv/sbc/encoder/srce/ |
sbc_dct.c | 87 register SINT32 x0, x1, x2, x3, x4, x5, x6, x7,temp; local 97 x5 = (pInVect[9] - pInVect[15]) >>1; 123 /* rearrangement of x1,x3,x5,x7 as in (15) */ 125 x5 = ( x5 <<1 ) - x7 ; 126 x3 = ( x3 <<1 ) - x5 ; 129 /* two-dimensional IDCT of x1 and x5 */ 130 SBC_IDCT_MULT(SBC_COS_PI_SUR_4, x5, x5); /*x5 = x5 * cos(1*pi/4) ; * [all...] |
/external/clang/test/ASTMerge/Inputs/ |
enum1.c | 34 } x5; variable in typeref:enum:E5
|
enum2.c | 34 } x5; variable in typeref:enum:E5
|
struct1.c | 30 struct S5 { int i : 8; unsigned j : 8; } x5; variable in typeref:struct:S5
|
struct2.c | 27 struct S5 { int i : 8; unsigned j : 8; } x5; variable in typeref:struct:S5
|
/external/clang/test/Lexer/ |
ms-extensions.c | 8 __int64 x5 = 0x42i64; variable
|
/external/libavc/common/ |
ih264_ihadamard_scaling.c | 96 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local 107 x5 = pi2_src_ptr[1]; 112 x1 = x5 + x6; 113 x2 = x5 - x6; 129 x5 = pi4_tmp_ptr[4]; 134 x1 = x5 + x6; 135 x2 = x5 - x6;
|
ih264_resi_trans_quant.c | 125 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local 135 x5 = pu1_src[1] - pu1_pred[1]; 141 x1 = x5 + x6; 142 x2 = x5 - x6; 162 x5 = pi2_out_tmp[4]; 168 x1 = x5 + x6; 169 x2 = x5 - x6; 273 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local 283 x5 = pu1_src[2] - pu1_pred[2]; 289 x1 = x5 + x6 422 WORD32 x0,x1,x2,x3,x4,x5,x6,x7,i4_value; local 550 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local [all...] |
/external/lzma/Asm/x86/ |
7zAsm.asm | 47 x5 equ EBP
define 76 r5 equ x5
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
p_med_ol.c | 174 Word16 x1, x2, x3, x4, x5; local 181 x5 = x[2]; 201 if (x5 < x1) 203 x5 = x1; 217 if (x5 < x2) 219 x5 = x2; 225 if (x5 < x3) 227 x3 = x5;
|
/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...] |
/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local 128 x5 = j5; 141 QUARTERROUND( x1, x5, x9,x13) 144 QUARTERROUND( x0, x5,x10,x15) 154 x5 = PLUS(x5,j5); 172 x5 = XOR(x5,U8TO32_LITTLE(m + 20)); 196 U32TO8_LITTLE(c + 20,x5);
|