Home
last modified time | relevance | path

Searched defs:x0 (Results 1 – 25 of 130) sorted by relevance

123456

/external/opencv/cv/src/
Dcvpyramids.cpp53 #define PD_FILTER( x0, x1, x2, x3, x4 ) ((x2)*6+((x1)+(x3))*4+(x0)+(x4)) argument
62 #define PD_LT(x0,x1,x2) ((x0)*6 + (x1)*8 + (x2)*2) argument
67 #define PD_RB(x0,x1,x2,x3) ((x0) + ((x1) + (x3))*4 + (x2)*7) argument
72 #define PD_SINGULAR(x0,x1) (((x0) + (x1))*8) argument
234 #define PU_FILTER( x0, x1, x2 ) ((x1)*6 + (x0) + (x2)) argument
239 #define PU_FILTER_ZI( x0, x1 ) (((x0) + (x1))*4) argument
248 #define PU_LT( x0, x1 ) ((x0)*6 + (x1)*2) argument
252 #define PU_LT_ZI( x0, x1 ) PU_FILTER_ZI((x0),(x1)) argument
257 #define PU_RB( x0, x1 ) ((x0) + (x1)*7) argument
262 #define PU_RB_ZI( x0 ) ((x0)*8) argument
[all …]
/external/clang/test/CXX/temp/temp.param/
Dp1.cpp12 X0<int> x0; // expected-error{{too few template arguments for class template 'X0'}} variable
/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar_exit_group.c7 long x0 = px[0]; in main() local
/external/valgrind/main/memcheck/tests/darwin/
Dscalar_nocancel.c15 long x0 = px[0]; in main() local
Dscalar.c15 long x0 = px[0]; in main() local
/external/skia/src/opts/
DSkBitmapProcState_opts_SSSE3.cpp47 int* x0, in PrepareConstantsTwoPixelPairs()
230 const int* x0, in ProcessTwoPixelPairs()
344 int x0[4]; in S32_generic_D32_filter_DX_SSSE3() local
381 unsigned x0 = xx >> 18; in S32_generic_D32_filter_DX_SSSE3() local
416 int x0[4]; in S32_generic_D32_filter_DX_SSSE3() local
455 const unsigned x0 = xx >> 18; in S32_generic_D32_filter_DX_SSSE3() local
/external/clang/test/Sema/
Darray-size.c4 int x0[1073741824]; // expected-error{{array is too large}} in f() local
Dstruct-decl.c46 struct x0 { struct
47 unsigned int x1;
/external/webkit/PerformanceTests/SunSpider/tests/ubench/
Dfunction-excess-args.js1 function f(x0, x1, x2, x3, x4) argument
Dfunction-missing-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9) argument
Dfunction-correct-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9) argument
/external/clang/test/ASTMerge/Inputs/
Dvar1.c1 int *x0; variable
Dvar2.c1 int *x0; variable
/external/skia/src/core/
DSkBitmapProcState_sample.h99 SRCTYPE x0 = srcAddr[UNPACK_PRIMARY_SHORT(xx0)]; in MAKENAME() local
150 unsigned x0 = XX >> 14; in MAKENAME() local
190 unsigned x0 = data >> 14; in MAKENAME() local
DSkEdge.cpp30 SkFDot6 x0, y0, x1, y1; in setLine() local
85 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) in updateLine()
171 SkFDot6 x0, y0, x1, y1, x2, y2; in setQuadratic() local
312 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; in setCubic() local
/external/v8/benchmarks/
Dnavier-stokes.js128 function lin_solve(b, x, x0, a, c) argument
157 function diffuse(b, x, x0, dt) argument
163 function lin_solve2(x, x0, y, y0, a, c) argument
198 function diffuse2(x, x0, y, y0, dt) argument
277 function dens_step(x, x0, u, v, dt) argument
/external/clang/test/SemaTemplate/
Dunused-variables.cpp11 X0 x0; in f() local
Dmember-access-expr.cpp15 void test_f0(X0 x0) { in test_f0() argument
25 void test_f0_through_typedef(X0 x0) { in test_f0_through_typedef()
42 void test_f0_through_typedef2(X0 x0, X1 x1) { in test_f0_through_typedef2()
/external/clang/test/CodeGenObjC/
Dassign.m8 @property int x0; property
/external/clang/test/CXX/temp/temp.res/temp.local/
Dp1.cpp30 X0<int> x0; (void)x0; in test() local
/external/openssl/crypto/rc2/
Drc2_cbc.c140 register RC2_INT x0,x1,x2,x3,t; in RC2_encrypt() local
185 register RC2_INT x0,x1,x2,x3,t; in RC2_decrypt() local
/external/clang/test/PCH/
Dfunctions.c8 int f0(int x0, int y0, ...) { return x0 + y0; } in f0()
Dpr4489.c33 void x0(void) in x0() function
/external/dropbear/libtommath/
Dbn_mp_karatsuba_sqr.c27 mp_int x0, x1, t1, t2, x0x0, x1x1; in mp_karatsuba_sqr() local
/external/skia/src/utils/
DSkCullPoints.cpp26 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const { in sect_test()
90 int x0 = fPrevPt.fX; in lineTo() local

123456