/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_InterpolateLuma_Align_unsafe_s.s | 35 x2 RN 11 label 76 LDM pSrc, {x0, x1, x2} 82 STM pDst!, {x0, x1, x2} ;// Store aligned output row 87 LDM pSrc, {x0, x1, x2} 96 ORR x1, x1, x2, LSL #24 97 MOV x2, x2, LSR #8 98 STM pDst!, {x0, x1, x2} ;// Store aligned output row 103 LDM pSrc, {x0, x1, x2} 112 ORR x1, x1, x2, LSL #1 [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
nine_box.cc | 119 int x2 = images_[2] ? dst_width - gdk_pixbuf_get_width(images_[2]) : x1; local 122 if (x2 < x1 || y2 < y1) 143 TileImage(cr, images_[1], x1, 0, x2 - x1, y1, opacity); 145 DrawPixbuf(cr, images_[2], x2, 0, opacity); 151 TileImage(cr, images_[4], x1, y1, x2 - x1, y2 - y1, opacity); 153 TileImage(cr, images_[5], x2, y1, dst_width - x2, y2 - y1, opacity); 159 TileImage(cr, images_[7], x1, y2, x2 - x1, dst_height - y2, opacity); 161 DrawPixbuf(cr, images_[8], x2, y2, opacity); 206 int x2 = width - gdk_pixbuf_get_width(images_[2]) local [all...] |
/external/clang/test/ASTMerge/Inputs/ |
enum1.c | 13 } x2; variable in typeref:enum:E2
|
enum2.c | 13 } x2; variable in typeref:enum:E2
|
struct1.c | 21 struct S2 { int i; float f; } x2; variable in typeref:struct:S2
|
struct2.c | 18 union S2 { int i; float f; } x2; variable in typeref:union:S2
|
/external/clang/test/CodeGen/ |
decl.c | 112 typedef struct x2 *x0; 114 struct x2 { struct
|
/external/clang/test/Sema/ |
function-redecl.c | 123 a2 x2; // expected-note{{passing argument to parameter here}} variable 126 x2(5); // expected-warning{{incompatible integer to pointer conversion passing 'int' to parameter of type 'int *'}}
|
/external/clang/test/SemaCXX/ |
nullptr.cpp | 171 struct X2 {}; 173 X2<nullptr, nullptr, nullptr, nullptr> x2; member in namespace:templates
|
/external/clang/test/SemaTemplate/ |
instantiate-field.cpp | 11 mutable T x2; // expected-error{{data member instantiated with function type}} member in struct:X 19 xi->x2 = 17;
|
instantiate-static-var.cpp | 52 struct X2 { 53 virtual ~X2(); 72 Z1<Y2<X2>::value> x2; local 73 int y2[Y2<X2>::value];
|
member-template-access-expr.cpp | 79 template<int A> struct X2 { 89 void f(X2<sizeof(X3<U>().U::m)>); 93 X2<sizeof(int)> x2; local 94 x4i.f<X2<sizeof(int)> >(x2);
|
/external/dropbear/libtommath/etc/ |
pprime.c | 17 mp_word x1, x2; local 19 x2 = x; 21 x1 = x2; 22 x2 = x1 - ((x1 * x1) - x) / (2 * x1); 23 } while (x1 != x2);
|
/external/opencv/cv/src/ |
cvlinefit.cpp | 48 double x = 0, y = 0, x2 = 0, y2 = 0, xy = 0, w = 0; local 62 x2 += points[i].x * points[i].x; 74 x2 += weights[i] * points[i].x * points[i].x; 83 x2 /= w; 87 dx2 = x2 - x * x; 107 float x2 = 0, y2 = 0, z2 = 0, xy = 0, yz = 0, xz = 0; local 126 x2 += x * x * w; 146 x2 += x * x; 159 x2 /= w0; 170 dx2 = x2 - x0 * x0 [all...] |
/external/openfst/src/include/fst/ |
signed-log-weight.h | 36 typedef LogWeightTpl<T> X2; 37 using PairWeight<X1, X2>::Value1; 38 using PairWeight<X1, X2>::Value2; 40 using PairWeight<X1, X2>::Reverse; 41 using PairWeight<X1, X2>::Quantize; 42 using PairWeight<X1, X2>::Member; 46 SignedLogWeightTpl() : PairWeight<X1, X2>() {} 49 : PairWeight<X1, X2> (w) { } 51 SignedLogWeightTpl(const PairWeight<X1, X2>& w) 52 : PairWeight<X1, X2> (w) { 296 LogWeight x2 = w.Value(); local 305 LogWeight x2 = w.Value(); local 314 LogWeight x2 = w.Value(); local 323 LogWeight x2 = w.Value2().Value(); local 333 Log64Weight x2 = w.Value(); local 342 Log64Weight x2 = w.Value(); local 351 Log64Weight x2 = w.Value(); local 360 Log64Weight x2 = w.Value2().Value(); local [all...] |
/external/skia/src/animator/ |
SkPathParts.h | 73 SkScalar x2; member in class:SkQuadTo 91 SkScalar x2; member in class:SkCubicTo
|
/external/srtp/tables/ |
aes_tables.c | 94 uint32_t x1, x2, x3; local 103 x2 = gf2_8_shift(x1); 104 x3 = x2 ^ x1; 106 tmp.v8[0] = x2; 113 tmp.v8[1] = x2; 120 tmp.v8[2] = x2; 127 tmp.v8[3] = x2;
|
/external/v8/test/mjsunit/ |
smi-ops-inlined.js | 237 var x2 = 0x40000002; variable 239 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<1(1)"); 244 x2 = 4 246 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<2(2)");
|
smi-ops.js | 244 var x2 = 0x40000002; variable 246 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<1(1)"); 251 x2 = 4 253 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<2(2)");
|
/external/webkit/Source/WebCore/platform/animation/ |
TimingFunction.h | 79 static PassRefPtr<CubicBezierTimingFunction> create(double x1, double y1, double x2, double y2) 81 return adoptRef(new CubicBezierTimingFunction(x1, y1, x2, y2)); 102 double x2() const { return m_x2; } function in class:WebCore::CubicBezierTimingFunction 112 CubicBezierTimingFunction(double x1 = 0.25, double y1 = 0.1, double x2 = 0.25, double y2 = 1.0) 116 , m_x2(x2)
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
ContextShadowCairo.cpp | 90 double x1, x2, y1, y2; local 91 cairo_clip_extents(context->platformContext()->cr(), &x1, &y1, &x2, &y2); 92 IntRect layerRect = calculateLayerBoundingRect(context, layerArea, IntRect(x1, y1, x2 - x1, y2 - y1)); 227 double x1, x2, y1, y2; local 228 cairo_clip_extents(cr, &x1, &y1, &x2, &y2); 229 calculateLayerBoundingRect(context, shadowRect, IntRect(x1, y1, x2 - x1, y2 - y1));
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
TilingData.cpp | 108 int x2 = bounds.maxX(); local 115 x2++; 121 bounds = IntRect(x1, y1, x2 - x1, y2 - y1);
|
/external/webrtc/src/modules/audio_processing/aec/ |
aec_resampler.c | 175 float x2 = 0; local 214 x2 += n*n; 225 denom = x2 - xAvg*x;
|
/frameworks/av/media/libeffects/testlibs/ |
AudioBiquadFilter.cpp | 153 audio_sample_t x2 = mDelays[0][1]; local 166 acc = mac_coef_sample(b2, x2, acc); 172 x2 = x1; 177 mDelays[0][1] = x2; 211 audio_sample_t x2 = mDelays[ch][1]; local 219 acc = mac_coef_sample(b2, x2, acc); 225 x2 = x1; 232 mDelays[ch][1] = x2;
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
p_med_ol.c | 174 Word16 x1, x2, x3, x4, x5; local 178 x2 = x[-1]; 183 if (x2 < x1) 186 x1 = x2; 187 x2 = tmp; 205 if (x3 < x2) 207 tmp = x2; 208 x2 = x3; 211 if (x4 < x2) 213 tmp = x2; [all...] |