HomeSort by relevance Sort by last modified time
    Searched full:xend (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/test/FrontendC/
2003-11-16-StaticArrayInit.c 5 static char *xend = x + 10; local
  /external/qemu/hw/
xen.h 15 XEN_ATTACH // attach to xen domain created by xend
  /frameworks/base/libs/rs/driver/
rsdBcc.cpp 205 uint32_t xEnd;
238 //LOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
245 for (p.x = mtls->xStart; p.x < mtls->xEnd; p.x++) {
268 uint32_t xEnd = xStart + mtls->mSliceSize;
269 xEnd = rsMin(xEnd, mtls->xEnd);
270 if (xEnd <= xStart) {
274 //LOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
278 for (p.x = xStart; p.x < xEnd; p.x++)
    [all...]
  /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/webkit/Source/WebCore/platform/graphics/filters/
FilterEffect.cpp 145 int xEnd = rect.maxX();
146 if (xEnd > m_absolutePaintRect.width())
147 xEnd = m_absolutePaintRect.width();
159 int size = (xEnd - xOrigin) * 4;
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 533 etc1_uint32 xEnd = width - x;
534 if (xEnd > 4) {
535 xEnd = 4;
537 int mask = ymask & kXMask[xEnd];
542 memcpy(q, p, xEnd * 3);
544 for (etc1_uint32 cx = 0; cx < xEnd; cx++) {
585 etc1_uint32 xEnd = width - x;
586 if (xEnd > 4) {
587 xEnd = 4;
595 memcpy(p, q, xEnd * 3)
    [all...]
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 533 etc1_uint32 xEnd = width - x;
534 if (xEnd > 4) {
535 xEnd = 4;
537 int mask = ymask & kXMask[xEnd];
542 memcpy(q, p, xEnd * 3);
544 for (etc1_uint32 cx = 0; cx < xEnd; cx++) {
585 etc1_uint32 xEnd = width - x;
586 if (xEnd > 4) {
587 xEnd = 4;
595 memcpy(p, q, xEnd * 3)
    [all...]
  /external/llvm/test/CodeGen/X86/
vec_compare-2.ll 9 define void @blackDespeckle_wrapper(i8** %args_list, i64* %gtid, i64 %xend) {
  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageDecoder.cpp 204 int xEnd = lowerBoundScaledX(std::min(static_cast<int>(frameReader->x_offset + (rowEnd - rowBuffer)), size().width()) - 1, xBegin + 1) + 1;
206 if (!rowBuffer || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
228 for (int x = xBegin; x < xEnd; ++x) {
249 buffer.copyRowNTimes(xBegin, xEnd, yBegin, yEnd);
  /frameworks/base/libs/rs/
RenderScriptDefines.h 323 uint32_t xEnd;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
streambuf 90 * end of the array (called @e xend here).
95 * - If @e xnext is not a null pointer, then @e xbeg and @e xend shall
97 * described above; otherwise, @e xbeg and @e xend shall also be null.
98 * - If @e xnext is not a null pointer and @e xnext < @e xend for an
107 * - If @e xnext is not a null pointer and @e xnext< @e xend for an
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
streambuf 90 * end of the array (called @e xend here).
95 * - If @e xnext is not a null pointer, then @e xbeg and @e xend shall
97 * described above; otherwise, @e xbeg and @e xend shall also be null.
98 * - If @e xnext is not a null pointer and @e xnext < @e xend for an
107 * - If @e xnext is not a null pointer and @e xnext< @e xend for an
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
streambuf 90 * end of the array (called @e xend here).
95 * - If @e xnext is not a null pointer, then @e xbeg and @e xend shall
97 * described above; otherwise, @e xbeg and @e xend shall also be null.
98 * - If @e xnext is not a null pointer and @e xnext < @e xend for an
107 * - If @e xnext is not a null pointer and @e xnext< @e xend for an
  /external/llvm/lib/CompilerDriver/
CompilationGraph.cpp 258 xBegin = xIter, xEnd = Languages.end();
263 if (xIter != xEnd) {
267 xPosNext = (xNext == xEnd) ? std::numeric_limits<unsigned>::max()
293 if (xNext == xEnd)
  /frameworks/base/libs/rs/scriptc/
rs_core.rsh 91 uint32_t xEnd;
  /prebuilt/sdk/11/renderscript/include/
rs_math.rsh 191 uint32_t xEnd;
  /prebuilt/sdk/12/renderscript/include/
rs_math.rsh 191 uint32_t xEnd;
  /prebuilt/sdk/13/renderscript/include/
rs_math.rsh 191 uint32_t xEnd;
  /prebuilt/sdk/14/renderscript/include/
rs_core.rsh 91 uint32_t xEnd;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 349 const int xBegin = -15, xEnd = 15;
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
365 for (x = xBegin; x < xEnd; ++x)
  /frameworks/base/opengl/tests/angeles/
demo.c 349 const int xBegin = -15, xEnd = 15;
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
365 for (x = xBegin; x < xEnd; ++x)
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 366 float xEnd = Float.parseFloat(args[2]);
376 float xStep = (xEnd - xStart) / stepCount;
  /external/mksh/src/
edit.c 825 static char *xend; /* end input buffer */ variable
1104 xbp = xbuf = buf; xend = buf + len;
1240 if (xep + len >= xend) {
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
scilab.php 213 'xaxis', 'xbasc', 'xbasimp', 'xbasr', 'xchange', 'xclea', 'xclear', 'xclick', 'xclip', 'xdel', 'xend',
  /external/icu4c/test/intltest/
usettest.cpp 1474 UChar32 xend = DATA[i+3]; local
    [all...]

Completed in 4296 milliseconds

1 2