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

  /external/clang/test/CodeGen/
2003-11-16-StaticArrayInit.c 5 static char *xend = x + 10; local
  /frameworks/base/graphics/java/android/renderscript/
Script.java 176 mRS.nScriptForEachClipped(getID(mRS), slot, in_id, out_id, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend);
352 private int xend = 0; field in class:Script.LaunchOptions
372 xend = xendArg;
427 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...]
  /external/icu4c/test/intltest/
usettest.cpp 1474 UChar32 xend = DATA[i+3]; local
    [all...]
  /external/mksh/src/
edit.c 910 static char *xend; /* end input buffer */ variable
1196 xbp = xbuf = buf; xend = buf + len;
1336 if (xep + len >= xend) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 434 milliseconds