Searched defs:xend (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
H A D2003-11-16-StaticArrayInit.c5 static char *xend = x + 10; local
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg2000.cpp226 int xend = jas_image_cmptbrx( m_image, cmptlut[i] ); local
229 jas_matrix_t *buffer = jas_matrix_create( yend / ystep, xend / xstep );
232 if( !jas_image_readcmpt( m_image, cmptlut[i], 0, 0, xend / xstep, yend / ystep, buffer ))
264 int xend = jas_image_cmptbrx( m_image, cmpt ); local
285 for( x = 0; x < xend - xstart; x++ )
291 for( x = 0; x < xend - xstart; x++ )
298 for( x = 0, j = 0; x < xend - xstart; x += 2, j++ )
304 for( x = 0, j = 0; x < xend - xstart; j++ )
313 for( x = 0; x < xend - xstart; x++ )
326 int xend local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dusettest.cpp1474 UChar32 xend = DATA[i+3]; local
1480 set, xstart, xend);
1485 set, xstart, xend);
1499 set, xstart, xend);
1504 set, xstart, xend);
1512 set, xstart, xend);
1518 set, xstart, xend);
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp1474 UChar32 xend = DATA[i+3]; local
1480 set, xstart, xend);
1485 set, xstart, xend);
1499 set, xstart, xend);
1504 set, xstart, xend);
1512 set, xstart, xend);
1518 set, xstart, xend);
/external/mksh/src/
H A Dedit.c911 static char *xend; /* end input buffer */ variable
1191 xend = buf + LINE;
1333 if (xep + len >= xend) {
1828 strlcpy(xbuf, sp, xend - xbuf);
3001 int ret = x_do_comment(xbuf, xend - xbuf, &len);
3020 char *o_xbuf = xbuf, *o_xend = xend;
3029 xend = xep = v + (vlen = strlen(v));
3035 xend = o_xend;
3068 shf_snprintf(xbuf, xend - xbuf, "%s %d",
3071 strlcpy(xbuf, "fc -e ${VISUAL:-${EDITOR:-vi}} --", xend
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 829 milliseconds