/external/opencv3/3rdparty/libjasper/ |
D | jpc_tsfb.c | 86 int xstart, int ystart, int xend, int yend, jpc_tsfb_band_t **bands, 178 uint_fast32_t ystart, uint_fast32_t xend, uint_fast32_t yend, in jpc_tsfb_getbands() argument 185 jpc_tsfb_getbands2(tsfb, xstart, ystart, xstart, ystart, xend, yend, in jpc_tsfb_getbands() 191 band->xend = xend; in jpc_tsfb_getbands() 195 band->locxend = band->locxstart + band->xend - band->xstart; in jpc_tsfb_getbands() 205 int xstart, int ystart, int xend, int yend, jpc_tsfb_band_t **bands, in jpc_tsfb_getbands2() argument 216 newxend = JPC_CEILDIVPOW2(xend, 1); in jpc_tsfb_getbands2() 227 band->xend = JPC_FLOORDIVPOW2(xend, 1); in jpc_tsfb_getbands2() 231 band->locxend = band->locxstart + band->xend - band->xstart; in jpc_tsfb_getbands2() 242 band->xend = newxend; in jpc_tsfb_getbands2() [all …]
|
D | jpc_dec.h | 323 uint_fast32_t xend; member 401 uint_fast32_t xend; member 456 uint_fast32_t xend; member 502 uint_fast32_t xend; member 584 uint_fast32_t xend; member
|
D | jpc_tsfb.h | 102 int xend; member 135 uint_fast32_t ystart, uint_fast32_t xend, uint_fast32_t yend,
|
D | jas_seq.c | 86 jas_matrix_t *jas_seq2d_create(int xstart, int ystart, int xend, int yend) in jas_seq2d_create() argument 89 assert(xstart <= xend && ystart <= yend); in jas_seq2d_create() 90 if (!(matrix = jas_matrix_create(yend - ystart, xend - xstart))) { in jas_seq2d_create() 95 matrix->xend_ = xend; in jas_seq2d_create() 197 int xend, int yend) in jas_seq2d_bindsub() argument 200 yend - s1->ystart_ - 1, xend - s1->xstart_ - 1); in jas_seq2d_bindsub()
|
D | jpc_dec.c | 701 JPC_CEILDIV(tile->xend, cmpt->hstep), JPC_CEILDIV(tile->yend, in jpc_dec_tileinit() 719 rlvl->xend = JPC_CEILDIVPOW2(tcomp->xend, in jpc_dec_tileinit() 729 brprcxend = JPC_CEILDIVPOW2(rlvl->xend, in jpc_dec_tileinit() 739 if (rlvl->xstart >= rlvl->xend || rlvl->ystart >= rlvl->yend) { in jpc_dec_tileinit() 789 if (bnd->xstart == bnd->xend || bnd->ystart == bnd->yend) { in jpc_dec_tileinit() 813 prc->xend = JAS_MIN(cbgxend, JAS_CAST(uint_fast32_t, jas_seq2d_xend(band->data))); in jpc_dec_tileinit() 815 if (prc->xend > prc->xstart && prc->yend > prc->ystart) { in jpc_dec_tileinit() 820 brcblkxend = JPC_CEILDIVPOW2(prc->xend, in jpc_dec_tileinit() 848 tmpxend = JAS_MIN(cblkxend, prc->xend); in jpc_dec_tileinit() 1173 dec->xend = siz->width; in jpc_dec_process_siz() [all …]
|
D | jpc_t2cod.h | 195 int xend; member
|
D | jpc_t2dec.c | 538 pi->xend = tile->xend; in jpc_dec_pi_create()
|
D | jpc_t2cod.c | 267 for (pi->x = pi->xstart; pi->x < pi->xend; pi->x += in jpc_pi_nextrpcl() 361 for (pi->x = pi->xstart; pi->x < pi->xend; pi->x += pi->xstep - in jpc_pi_nextpcrl() 450 for (pi->x = pi->xstart; pi->x < pi->xend; in jpc_pi_nextcprl()
|
D | jpc_t2enc.c | 628 pi->xend = tile->brx; in jpc_enc_pi_create()
|
/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/opencv3/modules/imgcodecs/src/ |
D | grfmt_jpeg2000.cpp | 246 int xend = jas_image_cmptbrx( image, cmptlut[i] ); in readData() local 249 jas_matrix_t *buffer = jas_matrix_create( yend / ystep, xend / xstep ); in readData() 252 … if( !jas_image_readcmpt( image, cmptlut[i], 0, 0, xend / xstep, yend / ystep, buffer )) in readData() 293 int xend = jas_image_cmptbrx( image, cmpt ); in readComponent8u() local 314 for( x = 0; x < xend - xstart; x++ ) in readComponent8u() 320 for( x = 0; x < xend - xstart; x++ ) in readComponent8u() 327 for( x = 0, j = 0; x < xend - xstart; x += 2, j++ ) in readComponent8u() 333 for( x = 0, j = 0; x < xend - xstart; j++ ) in readComponent8u() 342 for( x = 0; x < xend - xstart; x++ ) in readComponent8u() 357 int xend = jas_image_cmptbrx( image, cmpt ); in readComponent16u() local [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | rtm.ll | 4 declare void @llvm.x86.xend() nounwind 18 tail call void @llvm.x86.xend() nounwind 21 ; CHECK: xend
|
/external/compiler-rt/lib/builtins/ |
D | clear_cache.c | 130 uint64_t xend = (uint64_t)(uintptr_t) end; in __clear_cache() 142 for (addr = xstart; addr < xend; addr += dcache_line_size) in __clear_cache() 147 for (addr = xstart; addr < xend; addr += icache_line_size) in __clear_cache()
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | ccomponetns.cu | 418 int xend = xbegin + tilesNumX * tileSizeX; in crossMerge() local 423 xend -= xIncomplete * tileSizeX; in crossMerge() 424 xend -= tileSizeX; in crossMerge() 427 xend += tileSizeX; in crossMerge() 432 xend = xbegin; in crossMerge() 436 int tasksH = (tilesNumY - 1) * (xend - xbegin); in crossMerge() 450 int row = indexH / (xend - xbegin); in crossMerge() 451 int col = indexH - row * (xend - xbegin); in crossMerge()
|
/external/clang/test/CodeGen/ |
D | 2003-11-16-StaticArrayInit.c | 5 static char *xend = x + 10; in bar() local
|
/external/llvm/test/MC/X86/ |
D | x86_64-rtm-encoding.s | 9 xend
|
/external/opencv3/3rdparty/libjasper/jasper/ |
D | jas_seq.h | 245 jas_matrix_t *jas_seq2d_create(int xstart, int ystart, int xend, int yend); 274 int ystart, int xend, int yend);
|
/external/llvm/lib/Target/X86/ |
D | X86InstrTSX.td | 34 "xend", [(int_x86_xend)]>, TB, Requires<[HasRTM]>;
|
/external/mksh/src/ |
D | edit.c | 909 static char *xend; /* end input buffer */ variable 1208 xend = buf + LINE; in x_emacs() 1350 if (xep + len >= xend) { in x_do_ins() 1845 strlcpy(xbuf, sp, xend - xbuf); in x_load_hist() 3020 int ret = x_do_comment(xbuf, xend - xbuf, &len); in x_comment() 3039 char *o_xbuf = xbuf, *o_xend = xend; in x_version() 3048 xend = xep = v + (vlen = strlen(v)); in x_version() 3054 xend = o_xend; in x_version() 3087 shf_snprintf(xbuf, xend - xbuf, "%s %d", in x_edit_line() 3090 strlcpy(xbuf, "fc -e ${VISUAL:-${EDITOR:-vi}} --", xend - xbuf); in x_edit_line()
|
/external/libvncserver/webclients/novnc/include/ |
D | display.js | 387 var xend = x + w; 393 for (var i = x; i < xend; i++) {
|
/external/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 1473 UChar32 xend = DATA[i+3]; in TestInvalidCodePoint() local 1479 set, xstart, xend); in TestInvalidCodePoint() 1484 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/llvm/test/MC/Disassembler/X86/ |
D | x86-64.txt | 113 # CHECK: xend
|
/external/selinux/policycoreutils/po/ |
D | hi.po | 3552 "Allow xend to run blktapctrl/tapdisk. Not required if using dedicated " 3555 "xend को blktapctrl/tapdisk चलाने की अनुमति दें. जरूरत नहीं है यदि डिस्क छवि के लिए " 3559 msgid "Allow xend to run qemu-dm. Not required if using paravirt and no vfb." 3561 "xend को qemu-dm चलाने दें. जरूरी नहीं है यदि paravirt और no vfb का उपयोग हो रहा है."
|
D | te.po | 3519 "Allow xend to run blktapctrl/tapdisk. Not required if using dedicated " 3522 "xend ను blktapctrl/tapdisk నడుపుటకు అనుమతించు. డిస్కు ప్రతిబింబముల కొరకు డెడికేటెడ్ లాజికల్ " 3526 msgid "Allow xend to run qemu-dm. Not required if using paravirt and no vfb." 3528 "qemu-dm నడుపుటకు xend అనుమతించు. paravirt మరియు no vfb వుపయోగిస్తుంటే అవసరం లేదు."
|
D | ko.po | 3619 "Allow xend to run blktapctrl/tapdisk. Not required if using dedicated " 3622 "xend가 blktapctrl/tapdisk를 실행하는 것을 허용합니다. 디스크 이미지의 전용 논" 3626 msgid "Allow xend to run qemu-dm. Not required if using paravirt and no vfb." 3628 "xend가 qemu-dm을 실행하는 것을 허용합니다. 반가상화를 사용하고 vfb가 없을 경"
|