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.c123576 LogEst rSize; /* Number of rows in the table */
123605 rSize = pProbe->aiRowLogEst[0];
123606 rLogSize = estLog(rSize);
123767 whereLoopOutputAdjust(pBuilder->pWC, pNew, rSize);
123958 LogEst rSize; /* number of rows in the table */
124000 rSize = pTab->nRowLogEst;
124001 rLogSize = estLog(rSize);
124033 pNew->rSetup = rLogSize + rSize + 4;
124060 rSize = pProbe->aiRowLogEst[0];
124067 pNew->nOut = rSize;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c123558 LogEst rSize; /* Number of rows in the table */
123587 rSize = pProbe->aiRowLogEst[0];
123588 rLogSize = estLog(rSize);
123749 whereLoopOutputAdjust(pBuilder->pWC, pNew, rSize);
123940 LogEst rSize; /* number of rows in the table */
123982 rSize = pTab->nRowLogEst;
123983 rLogSize = estLog(rSize);
124015 pNew->rSetup = rLogSize + rSize + 4;
124042 rSize = pProbe->aiRowLogEst[0];
124049 pNew->nOut = rSize;
[all …]