Searched refs:xend (Results 1 – 6 of 6) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg2000.cpp | 226 int xend = jas_image_cmptbrx( m_image, cmptlut[i] ); in ReadData() local 229 jas_matrix_t *buffer = jas_matrix_create( yend / ystep, xend / xstep ); in ReadData() 232 … if( !jas_image_readcmpt( m_image, cmptlut[i], 0, 0, xend / xstep, yend / ystep, buffer )) in ReadData() 264 int xend = jas_image_cmptbrx( m_image, cmpt ); in ReadComponent8u() local 285 for( x = 0; x < xend - xstart; x++ ) in ReadComponent8u() 291 for( x = 0; x < xend - xstart; x++ ) in ReadComponent8u() 298 for( x = 0, j = 0; x < xend - xstart; x += 2, j++ ) in ReadComponent8u() 304 for( x = 0, j = 0; x < xend - xstart; j++ ) in ReadComponent8u() 313 for( x = 0; x < xend - xstart; x++ ) in ReadComponent8u() 326 int xend = jas_image_cmptbrx( m_image, cmpt ); in ReadComponent16u() local [all …]
|
/external/clang/test/CodeGen/ |
D | 2003-11-16-StaticArrayInit.c | 5 static char *xend = x + 10; in bar() local
|
/external/llvm/test/CodeGen/X86/ |
D | vec_compare-2.ll | 9 define void @blackDespeckle_wrapper(i8** %args_list, i64* %gtid, i64 %xend) {
|
/external/mksh/src/ |
D | edit.c | 841 static char *xend; /* end input buffer */ variable 1121 xbp = xbuf = buf; xend = buf + len; in x_emacs() 1258 if (xep + len >= xend) { in x_do_ins() 1762 strlcpy(xbuf, sp, xend - xbuf); in x_load_hist() 2913 int ret = x_do_comment(xbuf, xend - xbuf, &len); in x_comment() 2932 char *o_xbuf = xbuf, *o_xend = xend; in x_version() 2941 xend = xep = v + (vlen = strlen(v)); in x_version() 2947 xend = o_xend; in x_version() 2980 shf_snprintf(xbuf, xend - xbuf, "%s %d", in x_edit_line() 2983 strlcpy(xbuf, "fc -e ${VISUAL:-${EDITOR:-vi}} --", xend - xbuf); in x_edit_line()
|
/external/icu4c/test/intltest/ |
D | usettest.cpp | 1474 UChar32 xend = DATA[i+3]; in TestInvalidCodePoint() local 1480 set, xstart, xend); in TestInvalidCodePoint() 1485 set, xstart, xend); in TestInvalidCodePoint() 1498 set, xstart, xend); in TestInvalidCodePoint() 1503 set, xstart, xend); in TestInvalidCodePoint() 1511 set, xstart, xend); in TestInvalidCodePoint() 1517 set, xstart, xend); in TestInvalidCodePoint()
|
/external/qemu/ |
D | qemu-options.hx | 1377 "-xen-create create domain using xen hypercalls, bypassing xend\n" 1378 " warning: should not be used when xend is in use\n") 1381 " xend will use this when starting qemu\n")
|