Home
last modified time | relevance | path

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

/external/pdfium/third_party/libpng16/
Dpngrutil.c3704 unsigned int sshift, dshift; in png_do_read_interlace() local
3716 dshift = ((final_width + 7) & 0x07); in png_do_read_interlace()
3726 dshift = 7 - ((final_width + 7) & 0x07); in png_do_read_interlace()
3737 unsigned int tmp = *dp & (0x7f7f >> (7 - dshift)); in png_do_read_interlace()
3738 tmp |= (unsigned int)(v << dshift); in png_do_read_interlace()
3741 if (dshift == s_end) in png_do_read_interlace()
3743 dshift = s_start; in png_do_read_interlace()
3748 dshift = (unsigned int)((int)dshift + s_inc); in png_do_read_interlace()
3767 unsigned int sshift, dshift; in png_do_read_interlace() local
3777 dshift = (((final_width + 3) & 0x03) << 1); in png_do_read_interlace()
[all …]
/external/libpng/
Dpngrutil.c3704 unsigned int sshift, dshift; in png_do_read_interlace() local
3716 dshift = ((final_width + 7) & 0x07); in png_do_read_interlace()
3726 dshift = 7 - ((final_width + 7) & 0x07); in png_do_read_interlace()
3737 unsigned int tmp = *dp & (0x7f7f >> (7 - dshift)); in png_do_read_interlace()
3738 tmp |= (unsigned int)(v << dshift); in png_do_read_interlace()
3741 if (dshift == s_end) in png_do_read_interlace()
3743 dshift = s_start; in png_do_read_interlace()
3748 dshift = (unsigned int)((int)dshift + s_inc); in png_do_read_interlace()
3767 unsigned int sshift, dshift; in png_do_read_interlace() local
3777 dshift = (((final_width + 3) & 0x03) << 1); in png_do_read_interlace()
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blitter.c196 unsigned sshift, dshift; in emit_blit_buffer() local
231 dshift = dbox->x & 0x3f; in emit_blit_buffer()
295 OUT_RING(ring, CP_BLIT_3_DST_X1(dshift) | CP_BLIT_3_DST_Y1(0)); in emit_blit_buffer()
296 OUT_RING(ring, CP_BLIT_4_DST_X2(dshift+w-1) | CP_BLIT_4_DST_Y2(0)); in emit_blit_buffer()
/external/skqp/src/core/
DSkAnalyticEdge.cpp463 const int dshift = fCubicDShift; in updateCubic() local
469 newx = oldx + (fCEdge.fCDx >> dshift); in updateCubic()
473 newy = oldy + (fCEdge.fCDy >> dshift); in updateCubic()
DSkEdge.cpp466 const int dshift = fCubicDShift; in updateCubic() local
473 newx = oldx + (fCDx >> dshift); in updateCubic()
477 newy = oldy + (fCDy >> dshift); in updateCubic()
/external/skia/src/core/
DSkAnalyticEdge.cpp463 const int dshift = fCubicDShift; in updateCubic() local
469 newx = oldx + (fCEdge.fCDx >> dshift); in updateCubic()
473 newy = oldy + (fCEdge.fCDy >> dshift); in updateCubic()
DSkEdge.cpp466 const int dshift = fCubicDShift; in updateCubic() local
473 newx = oldx + (fCDx >> dshift); in updateCubic()
477 newy = oldy + (fCDy >> dshift); in updateCubic()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c316 unsigned sshift, dshift; in emit_blit_buffer() local
356 dshift = dbox->x & 0x3f; in emit_blit_buffer()
416 OUT_RING(ring, A6XX_GRAS_2D_DST_TL_X(dshift) | A6XX_GRAS_2D_DST_TL_Y(0)); in emit_blit_buffer()
417 OUT_RING(ring, A6XX_GRAS_2D_DST_BR_X(dshift + w - 1) | A6XX_GRAS_2D_DST_BR_Y(0)); in emit_blit_buffer()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVTimeZone.java1743 int dshift = 0; in toWallTimeRule() local
1745 dshift = -1; in toWallTimeRule()
1748 dshift = 1; in toWallTimeRule()
1757 if (dshift != 0) { in toWallTimeRule()
1771 dom += dshift; in toWallTimeRule()
1783 dow += dshift; in toWallTimeRule()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DVTimeZone.java1712 int dshift = 0; in toWallTimeRule() local
1714 dshift = -1; in toWallTimeRule()
1717 dshift = 1; in toWallTimeRule()
1726 if (dshift != 0) { in toWallTimeRule()
1740 dom += dshift; in toWallTimeRule()
1752 dow += dshift; in toWallTimeRule()
/external/icu/icu4c/source/i18n/
Dvtzone.cpp823 int32_t dshift = 0; in toWallTimeRule() local
825 dshift = -1; in toWallTimeRule()
828 dshift = 1; in toWallTimeRule()
837 if (dshift != 0) { in toWallTimeRule()
850 dom += dshift; in toWallTimeRule()
862 dow += dshift; in toWallTimeRule()
/external/python/cpython3/Python/
Ddtoa.c1150 dshift(Bigint *b, int p2) in dshift() function
1353 i = dshift(d, d2); in bigcomp()
2657 i = dshift(S, s2); in _Py_dg_dtoa()
/external/python/cpython2/Python/
Ddtoa.c1220 dshift(Bigint *b, int p2) in dshift() function
1452 i = dshift(d, d2); in bigcomp()
2747 i = dshift(S, s2); in _Py_dg_dtoa()