Searched refs:xend (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
H A D2003-11-16-StaticArrayInit.c5 static char *xend = x + 10; local
/external/llvm/test/MC/X86/
H A Dx86_64-rtm-encoding.s7 // CHECK: xend
9 xend
/external/compiler-rt/lib/builtins/
H A Dclear_cache.c70 uint64_t xend = (uint64_t)(uintptr_t) end;
81 for (uint64_t addr = xstart; addr < xend; addr += dcache_line_size)
86 for (uint64_t addr = xstart; addr < xend; addr += icache_line_size)
/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/mksh/src/
H A Dedit.c910 static char *xend; /* end input buffer */ variable
1190 xend = buf + LINE;
1332 if (xep + len >= xend) {
1837 strlcpy(xbuf, sp, xend - xbuf);
3009 int ret = x_do_comment(xbuf, xend - xbuf, &len);
3028 char *o_xbuf = xbuf, *o_xend = xend;
3037 xend = xep = v + (vlen = strlen(v));
3043 xend = o_xend;
3076 shf_snprintf(xbuf, xend - xbuf, "%s %d",
3079 strlcpy(xbuf, "fc -e ${VISUAL:-${EDITOR:-vi}} --", xend
[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);
1498 set, xstart, xend);
1503 set, xstart, xend);
1511 set, xstart, xend);
1517 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);

Completed in 504 milliseconds