HomeSort by relevance Sort by last modified time
    Searched defs:xend (Results 1 - 9 of 9) sorted by null

  /external/clang/test/CodeGen/
2003-11-16-StaticArrayInit.c 5 static char *xend = x + 10; local
  /frameworks/base/rs/java/android/renderscript/
Script.java 182 mRS.nScriptForEachClipped(getID(mRS), slot, in_id, out_id, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend);
230 mRS.nScriptForEachMultiClipped(getID(mRS), slot, in_ids, out_id, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend);
416 private int xend = 0; field in class:Script.LaunchOptions
436 xend = xendArg;
491 return xend;
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Script.java 288 mRS.nScriptForEachClipped(getID(mRS), slot, in_id, out_id, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend);
474 private int xend = 0; field in class:Script.LaunchOptions
494 xend = xendArg;
549 return xend;
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 226 int xend = jas_image_cmptbrx( m_image, cmptlut[i] ); local
229 jas_matrix_t *buffer = jas_matrix_create( yend / ystep, xend / xstep );
232 if( !jas_image_readcmpt( m_image, cmptlut[i], 0, 0, xend / xstep, yend / ystep, buffer ))
264 int xend = jas_image_cmptbrx( 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++ )
326 int xend = jas_image_cmptbrx( m_image, cmpt ) local
    [all...]