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

  /external/clang/test/CodeGen/
2003-11-16-StaticArrayInit.c 5 static char *xend = x + 10; local
  /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 841 static char *xend; /* end input buffer */ variable
1121 xbp = xbuf = buf; xend = buf + len;
1258 if (xep + len >= xend) {
    [all...]

Completed in 127 milliseconds