Searched defs:xSize (Results 1 - 8 of 8) sorted by relevance

/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/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/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 653 milliseconds