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

1 2

  /external/chromium_org/third_party/sqlite/
fts3.patch 17 - if( nPrefix<0 || nSuffix<0 || &zCsr[nSuffix]>zEnd ){
19 + ** nSuffix and suffix overrunning zEnd. Additionally corrupt if
24 + || &zCsr[nSuffix]<zCsr || &zCsr[nSuffix]>zEnd ){
  /external/chromium_org/third_party/sqlite/src/src/
util.c 265 const char *zEnd = z + length;
281 while( z<zEnd && sqlite3Isspace(*z) ) z+=incr;
282 if( z>=zEnd ) return 0;
293 while( z<zEnd && z[0]=='0' ) z+=incr, nDigits++;
296 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
303 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
304 if( z>=zEnd ) goto do_atof_calc;
311 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){
316 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++;
318 if( z>=zEnd ) goto do_atof_calc
    [all...]
parse.y 281 v.zEnd = X.zEnd;
724 ** ExprSpan.zEnd values of pOut so that the span covers the complete
729 pOut->zEnd = &pEnd->z[pEnd->n];
739 pOut->zEnd = &pValue->z[pValue->n];
785 A.zEnd = &C.z[C.n];
830 pOut->zEnd = pRight->zEnd;
858 A.zEnd = Y.zEnd;
    [all...]
alter.c 705 char *zEnd = &zCol[pColDef->n-1];
707 while( zEnd>zCol && (*zEnd==';' || sqlite3Isspace(*zEnd)) ){
708 *zEnd-- = '\0';
recover.c     [all...]
  /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);
419 private int zend = 0; field in class:Script.LaunchOptions
472 zend = zendArg;
523 return zend;
RenderScript.java 611 int xstart, int xend, int ystart, int yend, int zstart, int zend);
613 int xstart, int xend, int ystart, int yend, int zstart, int zend);
624 int xstart, int xend, int ystart, int yend, int zstart, int zend) {
627 rsnScriptForEachClipped(mContext, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend);
629 rsnScriptForEachClipped(mContext, id, slot, ain, aout, params, xstart, xend, ystart, yend, zstart, zend);
640 int xstart, int xend, int ystart, int yend, int zstart, int zend);
643 int xstart, int xend, int ystart, int yend, int zstart, int zend);
647 int xstart, int xend, int ystart, int yend, int zstart, int zend) {
650 rsnScriptForEachMultiClipped(mContext, id, slot, ains, aout, xstart, xend, ystart, yend, zstart, zend);
652 rsnScriptForEachMultiClipped(mContext, id, slot, ains, aout, params, xstart, xend, ystart, yend, zstart, zend);
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/php/
phprun.swg 10 #include "zend.h"
92 /* empty zend destructor for types without one */
110 zend_error(E_ERROR, "Type: %s failed to register with zend",type->name);
160 zend_error(E_ERROR, "Type: %s not registered with zend",type->name);
173 and the registered zend destructors for which we have one per type each
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 859 if (!sc || (sc->zEnd == 0)) {
860 mtls->zEnd = mtls->fep.dimZ;
863 rsAssert(sc->zEnd <= mtls->fep.dimZ);
864 rsAssert(sc->zStart < sc->zEnd);
866 mtls->zEnd = rsMin(mtls->fep.dimZ, sc->zEnd);
867 if (mtls->zStart >= mtls->zEnd) return;
872 mtls->zEnd = rsMax((uint32_t)1, mtls->zEnd);
    [all...]
rsCpuCore.h 111 uint32_t zEnd;
  /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);
477 private int zend = 0; field in class:Script.LaunchOptions
530 zend = zendArg;
581 return zend;
RenderScript.java 544 int xstart, int xend, int ystart, int yend, int zstart, int zend);
546 int xstart, int xend, int ystart, int yend, int zstart, int zend);
557 int xstart, int xend, int ystart, int yend, int zstart, int zend) {
560 rsnScriptForEachClipped(mContext, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend);
562 rsnScriptForEachClipped(mContext, id, slot, ain, aout, params, xstart, xend, ystart, yend, zstart, zend);
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_tokenizer.c 161 char *zEnd; /* Pointer to nul-term of zCopy */
166 zEnd = &zCopy[strlen(zCopy)];
180 while( z<zEnd && (NULL!=(z = (char *)sqlite3Fts3NextToken(z, &n))) ){
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/rs/
rsDefines.h 394 uint32_t zEnd;
  /frameworks/rs/scriptc/
rs_core.rsh 119 uint32_t zEnd;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsDefines.h 392 uint32_t zEnd;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_core.rsh 117 uint32_t zEnd;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsDefines.h 392 uint32_t zEnd;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_core.rsh 117 uint32_t zEnd;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsDefines.h 392 uint32_t zEnd;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_core.rsh 117 uint32_t zEnd;
  /prebuilts/sdk/renderscript/include/
rs_core.rsh 119 uint32_t zEnd;
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_core.rsh 119 uint32_t zEnd;
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 805 jint ystart, jint yend, jint zstart, jint zend)
814 sc.zEnd = zend;
    [all...]

Completed in 4403 milliseconds

1 2