HomeSort by relevance Sort by last modified time
    Searched defs:x2 (Results 101 - 125 of 534) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/Sema/
tentative-decls.c 5 static struct a x2; // expected-warning{{tentative definition of variable with internal linkage has incomplete non-array type 'struct a'}} variable in typeref:struct:a
types.c 70 typedef int __attribute__ ((ext_vector_type(8192))) x2; // expected-error {{vector size too large}} typedef
  /external/clang/test/SemaCXX/
copy-initialization.cpp 13 X x2 = 0; local
default-constructor-initializers.cpp 7 struct X2 : X1 { // expected-note 2 {{'X2' declared here}}
8 X2(int);
11 struct X3 : public X2 { // expected-error {{implicit default constructor for 'X3' must explicitly initialize the base class 'X2' which does not have a default constructor}}
16 struct X4 { // expected-error {{must explicitly initialize the member 'x2'}} \
18 X2 x2; // expected-note {{member is declared here}} member in struct:X4
19 X2 & rx2; // expected-note {{declared here}}
warn-bad-memaccess.cpp 25 struct X2 : virtual S1 {} x2; variable in typeref:struct:X2
31 memset(&x2, 0, sizeof x2); // \
57 __builtin_memset(&x2, 0, sizeof x2); // \
77 __builtin___memset_chk(&x2, 0, sizeof x2, sizeof x2); // \
  /external/clang/test/SemaTemplate/
instantiate-expr-5.cpp 21 A<HasM> x2; // expected-note{{in instantiation of}} member in namespace:PR5880
  /external/compiler-rt/lib/asan/tests/
asan_mem_test.cc 78 static bool AllocateTwoAdjacentArrays(char **x1, char **x2, size_t size) {
88 *x2 = v[j];
98 if (res && v[i] == *x2) continue;
106 char *x1, *x2; local
107 if (!Ident(AllocateTwoAdjacentArrays)(&x1, &x2, size))
109 // fprintf(stderr, " large oob memset: %p %p %zd\n", x1, x2, size);
110 // Do a memset on x1 with huge out-of-bound access that will end up in x2.
114 delete [] x2;
  /external/freetype/src/autofit/
afwarp.h 36 FT_Pos x1, x2; member in struct:AF_WarperRec_
  /external/openssh/
jpake.h 48 BIGNUM *x2; /* random in Z*q */ member in struct:jpake_ctx
58 BIGNUM *g_x2; /* g^x2 */
67 BIGNUM *a; /* g^((x1+x3+x4)*x2*s) */
70 BIGNUM *b; /* g^((x1+x2+x3)*x4*s) */
  /external/openssl/crypto/ec/
ec2_mult.c 109 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
116 const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx)
129 if (!group->meth->field_mul(group, z1, z1, x2, ctx)) goto err;
143 /* Compute the x, y affine coordinates from the point (x1, z1) (x2, z2)
153 BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx)
160 BN_zero(x2);
167 if (!BN_copy(x2, x)) return 0;
187 if (!BN_GF2m_add(z2, z2, x2)) goto err;
198 if (!group->meth->field_mul(group, x2, x1, t3, ctx)) goto err
220 BIGNUM *x1, *x2, *z1, *z2; local
    [all...]
  /external/qemu/android/skin/
rect.h 61 int x2, y2; member in struct:__anon26547
64 extern void skin_box_init( SkinBox* box, int x1, int y1, int x2, int y2 );
  /external/valgrind/main/memcheck/tests/
mempool.c 115 char *x1, *x2, *x3, *x4, *x5; local
122 x2 = allocate(p, 20);
128 *x2 = 'b'; // valid
139 *x2 = 'f'; // valid
mempool2.c 118 char *x1, *x2; local
131 x2 = allocate(p2, 20);
140 res += x2[-1]; // invalid
141 res += x2[20]; // invalid
150 VALGRIND_MEMPOOL_FREE(p2, x2);
151 res += x2[11];
159 VALGRIND_MEMPOOL_FREE(p2, x2);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 867 uint32 x1, x2, x1m, x2m, y1, y2, y1m, y2m; /* new way */ local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/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...]
  /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...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicLUT.cpp 64 uint32_t x2 = xend; local
71 while (x1 < x2) {
  /external/ceres-solver/examples/
bal_problem.cc 55 double x1, x2, w; local
58 x2 = 2.0 * RandDouble() - 1.0;
59 w = x1 * x1 + x2 * x2;
  /external/ceres-solver/internal/ceres/
evaluator_test.cc 546 double x2 = parameters[0][1]; local
548 residuals[1] = x2 * x2;
556 jacobian[3] = 2.0 * x2;
  /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/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
AnimationTranslationUtil.cpp 144 bool appendKeyframeWithCustomBezierTimingFunction(Curve* curve, double keyTime, const Value* value, const Value* lastValue, double x1, double y1, double x2, double y2, const FloatSize&)
146 curve->add(Keyframe(keyTime, value->value()), x1, y1, x2, y2); local
180 bool appendKeyframeWithCustomBezierTimingFunction<TransformAnimationValue, WebTransformKeyframe, WebTransformAnimationCurve>(WebTransformAnimationCurve* curve, double keyTime, const TransformAnimationValue* value, const TransformAnimationValue* lastValue, double x1, double y1, double x2, double y2, const FloatSize& boxSize)
193 curve->add(WebTransformKeyframe(keyTime, operations.leakPtr()), x1, y1, x2, y2); local
232 double x2 = 1; local
248 x2 = originalBezierTimingFunction->x2();
262 addedKeyframe = appendKeyframeWithCustomBezierTimingFunction<Value, Keyframe, Curve>(curve, keyTime, originalValue, lastOriginalValue, x1, y1, x2, y2, boxSize);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.cpp 117 float x2 = bounds.maxX(); local
124 x2 = bounds.maxX() - bounds.rx() + xi;
129 x2 = bounds.maxX() - bounds.rx() + xi;
133 result.append(LineSegment(x1, x2));
149 float x2 = bounds.maxX(); local
174 x2 = bounds.maxX() - bounds.rx() + xi;
178 result.append(LineSegment(x1, x2));
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
SwapChain9.cpp 316 float x2 = (x + width) - 0.5f; local
325 {x2, y1, 0.0f, 1.0f, u2, v2},
326 {x2, y2, 0.0f, 1.0f, u2, v1},
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_dynamic.c 271 unsigned x2 = i915->scissor.maxx - 1; local
277 sc[2] = (y2 << 16) | (x2 & 0xffff);
  /external/chromium_org/third_party/opus/src/silk/fixed/
burg_modified_FIX.c 56 opus_int32 C0, num, nrg, rc_Q31, invGain_Q30, Atmp_QA, Atmp1, tmp1, tmp2, x1, x2; local
119 x2 = -silk_LSHIFT32( (opus_int32)x_ptr[ subfr_length - n - 1 ], 16 - rshifts ); /* Q(16-rshifts) */
124 C_last_row[ k ] = silk_SMLAWB( C_last_row[ k ], x2, x_ptr[ subfr_length - n + k ] ); /* Q( -rshifts ) */
140 x2 = -silk_LSHIFT32( (opus_int32)x_ptr[ subfr_length - n - 1 ], -rshifts ); /* Q( -rshifts ) */
145 C_last_row[ k ] = silk_MLA( C_last_row[ k ], x2, x_ptr[ subfr_length - n + k ] ); /* Q( -rshifts ) */

Completed in 613 milliseconds

1 2 3 45 6 7 8 91011>>