Home
last modified time | relevance | path

Searched refs:xend (Results 1 – 13 of 13) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp226 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/llvm/test/CodeGen/X86/
Drtm.ll4 declare void @llvm.x86.xend() nounwind
18 tail call void @llvm.x86.xend() nounwind
21 ; CHECK: xend
Dvec_compare-2.ll9 define void @blackDespeckle_wrapper(i8** %args_list, i64* %gtid, i64 %xend) {
/external/compiler-rt/lib/builtins/
Dclear_cache.c70 uint64_t xend = (uint64_t)(uintptr_t) end; in __clear_cache()
81 for (uint64_t addr = xstart; addr < xend; addr += dcache_line_size) in __clear_cache()
86 for (uint64_t addr = xstart; addr < xend; addr += icache_line_size) in __clear_cache()
/external/clang/test/CodeGen/
D2003-11-16-StaticArrayInit.c5 static char *xend = x + 10; in bar() local
/external/llvm/test/MC/X86/
Dx86_64-rtm-encoding.s9 xend
/external/llvm/lib/Target/X86/
DX86InstrTSX.td31 "xend", [(int_x86_xend)]>, TB, Requires<[HasRTM]>;
/external/mksh/src/
Dedit.c911 static char *xend; /* end input buffer */ variable
1191 xend = buf + LINE; in x_emacs()
1333 if (xep + len >= xend) { in x_do_ins()
1828 strlcpy(xbuf, sp, xend - xbuf); in x_load_hist()
3001 int ret = x_do_comment(xbuf, xend - xbuf, &len); in x_comment()
3020 char *o_xbuf = xbuf, *o_xend = xend; in x_version()
3029 xend = xep = v + (vlen = strlen(v)); in x_version()
3035 xend = o_xend; in x_version()
3068 shf_snprintf(xbuf, xend - xbuf, "%s %d", in x_edit_line()
3071 strlcpy(xbuf, "fc -e ${VISUAL:-${EDITOR:-vi}} --", xend - xbuf); in x_edit_line()
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp1474 UChar32 xend = DATA[i+3]; in TestInvalidCodePoint() local
1480 set, xstart, xend); in TestInvalidCodePoint()
1485 set, xstart, xend); in TestInvalidCodePoint()
1499 set, xstart, xend); in TestInvalidCodePoint()
1504 set, xstart, xend); in TestInvalidCodePoint()
1512 set, xstart, xend); in TestInvalidCodePoint()
1518 set, xstart, xend); in TestInvalidCodePoint()
/external/chromium_org/third_party/icu/source/test/intltest/
Dusettest.cpp1474 UChar32 xend = DATA[i+3]; in TestInvalidCodePoint() local
1480 set, xstart, xend); in TestInvalidCodePoint()
1485 set, xstart, xend); in TestInvalidCodePoint()
1499 set, xstart, xend); in TestInvalidCodePoint()
1504 set, xstart, xend); in TestInvalidCodePoint()
1512 set, xstart, xend); in TestInvalidCodePoint()
1518 set, xstart, xend); in TestInvalidCodePoint()
/external/llvm/test/MC/Disassembler/X86/
Dx86-64.txt110 # CHECK: xend
/external/valgrind/main/docs/internals/
D3_9_BUGSTATUS.txt14 330319 amd64->IR: 0xF 0x1 0xD5 0x31 0xC0 0xC3 0x48 0x8D (xend)
/external/qemu/
Dqemu-options.hx1368 "-xen-create create domain using xen hypercalls, bypassing xend\n"
1369 " warning: should not be used when xend is in use\n")
1372 " xend will use this when starting qemu\n")