Home
last modified time | relevance | path

Searched refs:rSize (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_pixeltransfer.c96 const GLuint rSize = ctx->PixelMaps.RtoR.Size; in load_color_map_texture() local
120 rgba[0] = ctx->PixelMaps.RtoR.Map[j * rSize / texSize]; in load_color_map_texture()
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/ ...
Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/sqlite/dist/
Dsqlite3.c120903 LogEst rSize; /* Number of rows in the table */
120933 rSize = pProbe->aiRowLogEst[0];
120934 rLogSize = estLog(rSize);
121090 whereLoopOutputAdjust(pBuilder->pWC, pNew, rSize);
121270 LogEst rSize; /* number of rows in the table */
121312 rSize = pTab->nRowLogEst;
121313 rLogSize = estLog(rSize);
121346 pNew->rSetup = rLogSize + rSize + 4;
121373 rSize = pProbe->aiRowLogEst[0];
121380 pNew->nOut = rSize;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c120885 LogEst rSize; /* Number of rows in the table */
120915 rSize = pProbe->aiRowLogEst[0];
120916 rLogSize = estLog(rSize);
121072 whereLoopOutputAdjust(pBuilder->pWC, pNew, rSize);
121252 LogEst rSize; /* number of rows in the table */
121294 rSize = pTab->nRowLogEst;
121295 rLogSize = estLog(rSize);
121328 pNew->rSetup = rLogSize + rSize + 4;
121355 rSize = pProbe->aiRowLogEst[0];
121362 pNew->nOut = rSize;
[all …]