Home
last modified time | relevance | path

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

12345

/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/darwin/
Dscalar_nocancel.c15 long x0 = px[0]; in main() local
Dscalar.c15 long x0 = px[0]; in main() local
/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar_exit_group.c7 long x0 = px[0]; in main() 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/clang/test/ASTMerge/Inputs/
Dvar1.c1 int *x0; variable
Dvar2.c1 int *x0; variable
/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/skia/src/core/
DSkBitmapProcState_sample.h92 SRCTYPE x0 = srcAddr[UNPACK_PRIMARY_SHORT(xx0)]; in MAKENAME() local
143 unsigned x0 = XX >> 14; in MAKENAME() local
183 unsigned x0 = data >> 14; in MAKENAME() local
DSkEdge.cpp37 SkFDot6 x0, y0, x1, y1; in setLine() local
92 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) in updateLine()
178 SkFDot6 x0, y0, x1, y1, x2, y2; in setQuadratic() local
319 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; in setCubic() local
/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/CXX/temp/temp.res/temp.local/
Dp1.cpp30 X0<int> x0; (void)x0; in test() local
/external/clang/test/CodeGenObjC/
Dassign.m8 @property int x0; property
/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
Dbn_mp_karatsuba_mul.c49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; in mp_karatsuba_mul() local
/external/skia/src/utils/
DSkCullPoints.cpp34 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const { in sect_test()
98 int x0 = fPrevPt.fX; in lineTo() local
/external/webkit/Source/WebKit/android/plugins/
DANPPathInterface.cpp66 static void anp_quadTo(ANPPath* path, float x0, float y0, float x1, float y1) { in anp_quadTo()
71 static void anp_cubicTo(ANPPath* path, float x0, float y0, in anp_cubicTo()

12345