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

1 2 3 4 5 6 7 8 9

  /external/clang/test/CXX/temp/temp.param/
p1.cpp 11 class X0 {}; // expected-note{{template is declared here}}
12 X0<int> x0; // expected-error{{too few template arguments for class template 'X0'}} variable
  /external/valgrind/main/memcheck/tests/darwin/
scalar_nocancel.c 13 // uninitialised, but we know px[0] is 0x0
15 long x0 = px[0]; local
52 SY(__NR_sem_wait_nocancel, x0); FAIL;
scalar.c 13 // uninitialised, but we know px[0] is 0x0
15 long x0 = px[0]; local
31 SY(__NR_read+(int)x0, x0, x0, x0+1); FAILx(EFAULT);
34 SY(__NR_write, x0, x0, x0+1); FAIL;
35 //res = write(x0, x0, x0+1); FAIL
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar_exit_group.c 5 // uninitialised, but we know px[0] is 0x0
7 long x0 = px[0]; local
14 SY(__NR_exit_group, x0);
  /external/clang/test/ASTMerge/Inputs/
var1.c 1 int *x0; variable
var2.c 1 int *x0; variable
  /external/clang/test/CXX/temp/temp.res/temp.local/
p1.cpp 10 template <typename T> struct X0 {
11 X0();
12 ~X0();
13 X0 f(const X0&);
30 X0<int> x0; (void)x0; local
  /external/clang/test/Sema/
array-size.c 4 int x0[1073741824]; // expected-error{{array is too large}} local
  /external/clang/test/PCH/
pr4489.c 33 void x0(void) function
  /external/clang/test/SemaTemplate/
unused-variables.cpp 3 struct X0 {
4 ~X0();
11 X0 x0; local
21 template void g<X0, X1>(); // expected-note{{in instantiation of}}
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
post_pro.h 106 Word16 x0; member in struct:__anon16458
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pre_proc.h 78 Word16 x0; member in struct:__anon16473
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_Clip8_s.s 34 x0 RN 3 label
48 LDMIA pSrc!,{x0, x1}
51 USAT16 x0, #8, x0 ;// clip two samples to [0,255]
53 STRB x0, [pDst]
54 MOV x0, x0, LSR #16
55 STRB x0, [pDst,#1]
  /external/dropbear/libtommath/
bn_mp_karatsuba_mul.c 49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
62 if (mp_init_size (&x0, B) != MP_OKAY)
65 goto X0;
80 x0.used = y0.used = B;
94 tmpx = x0.dp;
115 mp_clamp (&x0);
119 /* after this x0 is no longer required, free temp [x0==t2]! */
120 if (mp_mul (&x0, &y0, &x0y0) != MP_OKAY)
121 goto X1Y1; /* x0y0 = x0*y0 *
    [all...]
bn_mp_karatsuba_sqr.c 27 mp_int x0, x1, t1, t2, x0x0, x1x1; local
39 if (mp_init_size (&x0, B) != MP_OKAY)
42 goto X0;
61 dst = x0.dp;
72 x0.used = B;
75 mp_clamp (&x0);
77 /* now calc the products x0*x0 and x1*x1 */
78 if (mp_sqr (&x0, &x0x0) != MP_OKAY)
79 goto X1X1; /* x0x0 = x0*x0 *
    [all...]
  /external/skia/samplecode/
SampleLCD.cpp 43 SkScalar x0 = SkIntToScalar(10); local
52 canvas->drawText(text, len, x0, y, paint);
SampleDash.cpp 65 SkScalar x0 = SkIntToScalar(10); local
67 SkScalar x1 = x0 + SkIntToScalar(1000);
77 canvas->drawLine(x0, y0, x1, y0, paint);
84 canvas->drawLine(x0, y0, x1, y0, paint);
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
highpass_400hz_at_12k8.cpp 150 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
158 x0 = mem[4];
172 x1 = x0;
173 x0 = signal[i];
176 L_tmp2 = fxp_mac_16by16(x0, 915, L_tmp2);
196 mem[4] = x0;
highpass_50hz_at_12k8.cpp 152 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
161 x0 = mem[4];
177 x1 = x0;
178 x0 = *pt_sign;
181 L_tmp2 = fxp_mac_16by16(x0, 8106, L_tmp2);
201 mem[4] = x0;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
hp400.c 64 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
71 x0 = *mem++;
77 x1 = x0;
78 x0 = *signal;
85 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2)* b[0] + x1 * b[1]) << 1;
97 *mem-- = x0;
hp50.c 65 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
73 x0 = *mem++;
79 x1 = x0;
80 x0 = *signal;
87 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2) * b[0] + x1 * b[1]) << 1;
97 *mem-- = x0;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s 39 x0 RN 4 label
62 M_LDR x0, [pSrc], srcStep
64 M_STR x0, [pDst], dstStep
74 M_LDR x0, [pSrc], srcStep
77 MOV x0, x0, LSR #8
78 ORR x0, x0, x1, LSL #24
79 M_STR x0, [pDst], dstStep
83 M_LDR x0, [pSrc], srcSte
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s 39 x0 RN 4 label
62 M_LDR x0, [pSrc], srcStep
64 M_STR x0, [pDst], dstStep
74 M_LDR x0, [pSrc], srcStep
77 MOV x0, x0, LSR #8
78 ORR x0, x0, x1, LSL #24
79 M_STR x0, [pDst], dstStep
83 M_LDR x0, [pSrc], srcSte
    [all...]
  /external/openssl/crypto/rc2/
rc2_cbc.c 140 register RC2_INT x0,x1,x2,x3,t; local
144 x0=(RC2_INT)l&0xffff;
156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff;
157 x0=(t<<1)|(t>>15);
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;
170 x0+=p1[x3&0x3f];
171 x1+=p1[x0&0x3f]
185 register RC2_INT x0,x1,x2,x3,t; local
    [all...]
  /external/skia/src/utils/
SkCullPoints.cpp 26 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const {
29 if ((x0 < r.fLeft && x1 < r.fLeft) ||
30 (x0 > r.fRight && x1 > r.fRight) ||
37 if (r.contains(x0, y0) || r.contains(x1, y1)) {
45 vec.set(x1 - x0, y1 - y0);
46 bool isNeg = cross_product_is_neg(vec, x0 - rAsQuad[0].fX, y0 - rAsQuad[0].fY);
48 if (cross_product_is_neg(vec, x0 - rAsQuad[i].fX, y0 - rAsQuad[i].fY) != isNeg) {
90 int x0 = fPrevPt.fX; local
96 if (this->sect_test(x0, y0, x, y)) {
97 line[0].set(x0, y0)
    [all...]

Completed in 1031 milliseconds

1 2 3 4 5 6 7 8 9