Searched refs:y11 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Analysis/
H A Ddead-stores.c253 int y11 = 4; local
275 ++y11;
344 (void)y11;
/external/clang/test/SemaCXX/
H A Dexplicit.cpp89 const Y& y11{z}; // expected-error {{excess elements}} expected-note {{in initialization of temporary of type 'const Y'}}
/external/v8/test/mjsunit/
H A Dtrack-fields.js64 o.y08 = v; o.y09 = v; o.y10 = v; o.y11 = v; o.y12 = v; o.y13 = v; o.y14 = v;
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp1427 int y11 = center.y - dy, y12 = center.y + dy, y21 = center.y - dx, y22 = center.y + dx;
1432 uchar *tptr0 = ptr + y11 * step;
1472 if( (unsigned)y11 < (unsigned)size.height )
1474 uchar *tptr = ptr + y11 * step;

Completed in 127 milliseconds