HomeSort by relevance Sort by last modified time
    Searched full:zbase (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
vdbetrace.c 77 char zBase[100]; /* Initial working space */
80 sqlite3StrAccumInit(&out, zBase, sizeof(zBase),
printf.c 770 char *zOld = (p->zText==p->zBase ? 0 : p->zText);
807 if( p->useMalloc && p->zText==p->zBase ){
814 memcpy(p->zText, p->zBase, p->nChar+1);
827 if( p->zText!=p->zBase ){
840 void sqlite3StrAccumInit(StrAccum *p, char *zBase, int n, int mx){
841 p->zText = p->zBase = zBase;
857 char zBase[SQLITE_PRINT_BUF_SIZE];
860 sqlite3StrAccumInit(&acc, zBase, sizeof(zBase),
    [all...]
sqliteInt.h     [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 426 // we're going to index zbase of parts.count
427 // zbase = base + (xl-count + stride*y)*2
429 int zbase = scratches.obtain(); local
431 CONTEXT_ADDR_LOAD(zbase, state.buffers.depth.data);
434 ADDR_ADD(AL, 0, zbase, zbase, reg_imm(Rs, LSL, 1));
435 CONTEXT_ADDR_STORE(zbase, generated_vars.zbase);
764 int zbase = scratches.obtain(); local
768 CONTEXT_ADDR_LOAD(zbase, generated_vars.zbase); // stal
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 498 int32_t zbase; member in struct:android::generated_vars_t

Completed in 1643 milliseconds