Searched refs:xSize (Results 1 - 12 of 12) sorted by relevance

/external/skia/gm/
H A Dsamplerstress.cpp47 static const int xSize = 16; local
51 xSize,
53 xSize*sizeof(SkColor));
60 for (int x = 0; x < xSize; ++x) {
61 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorBLACK);
64 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorRED);
67 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorGREEN);
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DConstrainedConjGrad.h115 Index xSize = x.size(); local
116 TmpVec p(xSize), q(xSize), q2(xSize),
117 r(xSize), old_z(xSize), z(xSize),
118 memox(xSize);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_init.c64 static int wrMemSize(void *p) {return wrapped.mem.xSize(p);}
H A Dmalloc.c448 return sqlite3GlobalConfig.m.xSize(p);
458 return sqlite3GlobalConfig.m.xSize(p);
H A Dsqlite.h.in1177 ** xSize should return the allocated size of a memory allocation
1215 int (*xSize)(void*); /* Return the size of an allocation */
5477 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
H A Dtest_malloc.c100 ** xSize
109 return memfault.m.xSize(p);
189 faultsimSize, /* xSize */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1182 ** xSize should return the allocated size of a memory allocation
1220 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
5482 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
H A Dsqlite3.c1725 ** xSize should return the allocated size of a memory allocation
1763 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
6025 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
18168 return sqlite3GlobalConfig.m.xSize(p);
18178 return sqlite3GlobalConfig.m.xSize(p);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1285 ** xSize should return the allocated size of a memory allocation
1323 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
5837 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
H A Dsqlite3.c1835 ** xSize should return the allocated size of a memory allocation
1873 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
6387 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
19034 return sqlite3GlobalConfig.m.xSize(p);
19044 return sqlite3GlobalConfig.m.xSize(p);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1285 ** xSize should return the allocated size of a memory allocation
1323 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
5837 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
H A Dsqlite3.c1835 ** xSize should return the allocated size of a memory allocation
1873 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
6387 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
19034 return sqlite3GlobalConfig.m.xSize(p);
19044 return sqlite3GlobalConfig.m.xSize(p);
[all...]

Completed in 597 milliseconds