Searched refs:xstart (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/lib/builtins/
H A Dclear_cache.c69 uint64_t xstart = (uint64_t)(uintptr_t) start;
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.cpp263 int xstart = jas_image_cmpttlx( 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++ )
325 int xstart = jas_image_cmpttlx( m_image, cmpt ); local
347 for( x = 0; x < xend - xstart; x++ )
353 for( x = 0; x < xend - xstart; x++ )
360 for( x = 0, j = 0; x < xend - xstart;
[all...]
/external/libpng/contrib/examples/
H A Dpngpixel.c245 png_uint_32 ystart, xstart, ystep, xstep; local
264 xstart = PNG_PASS_START_COL(pass);
272 ystart = xstart = 0;
300 if (y == py) for (px = xstart, ppx = 0;
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py943 for xstart, ystart, xstep, ystep in _adam7:
944 if xstart >= self.width:
947 ppr = int(math.ceil((self.width-xstart)/float(xstep)))
958 offset = y * vpr + xstart * self.planes
1572 for xstart, ystart, xstep, ystep in _adam7:
1574 # xstart, ystart, xstep, ystep)
1575 if xstart >= self.width:
1582 ppr = int(math.ceil((self.width-xstart)/float(xstep)))
1594 assert xstart == 0
1598 offset = y * vpr + xstart * sel
[all...]
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c1192 static void vgamem_copy_pl4(xstart,ysrc,ydest,cols,nbcols,cheight)
1193 Bit8u xstart;Bit8u ysrc;Bit8u ydest;Bit8u cols;Bit8u nbcols;Bit8u cheight;
1198 src=ysrc*cheight*nbcols+xstart;
1199 dest=ydest*cheight*nbcols+xstart;
1209 static void vgamem_fill_pl4(xstart,ystart,cols,nbcols,cheight,attr)
1210 Bit8u xstart;Bit8u ystart;Bit8u cols;Bit8u nbcols;Bit8u cheight;Bit8u attr;
1215 dest=ystart*cheight*nbcols+xstart;
1225 static void vgamem_copy_cga(xstart,ysrc,ydest,cols,nbcols,cheight)
1226 Bit8u xstart;Bit8u ysrc;Bit8u ydest;Bit8u cols;Bit8u nbcols;Bit8u cheight;
1231 src=((ysrc*cheight*nbcols)>>1)+xstart;
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dusettest.cpp1473 UChar32 xstart = DATA[i+2]; 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);
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp1473 UChar32 xstart = DATA[i+2]; 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);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 199 milliseconds