Home
last modified time | relevance | path

Searched refs:sWC (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_Windows.cpp192 WNDCLASS sWC; in WinMain() local
193 sWC.style = CS_HREDRAW | CS_VREDRAW; in WinMain()
194 sWC.lpfnWndProc = WndProc; in WinMain()
195 sWC.cbClsExtra = 0; in WinMain()
196 sWC.cbWndExtra = 0; in WinMain()
197 sWC.hInstance = hInstance; in WinMain()
198 sWC.hIcon = 0; in WinMain()
199 sWC.hCursor = 0; in WinMain()
200 sWC.lpszMenuName = 0; in WinMain()
201 sWC.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH); in WinMain()
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c129068 WhereClause sWC; /* Decomposition of the WHERE clause */
130104 pWC = &pWInfo->sWC;
130357 pWC = &pWInfo->sWC;
134801 sqlite3WhereClauseClear(&pWInfo->sWC);
135874 WhereClause *pWC2 = &pWInfo->sWC;
136521 pTerm = sqlite3WhereFindTerm(&pWInfo->sWC, iCur, pOBExpr->iColumn,
137202 pWC = &pWInfo->sWC;
137466 offsetof(WhereInfo,sWC) - offsetof(WhereInfo,nOBSat));
137471 sWLB.pWC = &pWInfo->sWC;
137483 sqlite3WhereClauseInit(&pWInfo->sWC, pWInfo);
[all …]
/external/sqlite/dist/
Dsqlite3.c129084 WhereClause sWC; /* Decomposition of the WHERE clause */
130120 pWC = &pWInfo->sWC;
130373 pWC = &pWInfo->sWC;
134817 sqlite3WhereClauseClear(&pWInfo->sWC);
135890 WhereClause *pWC2 = &pWInfo->sWC;
136537 pTerm = sqlite3WhereFindTerm(&pWInfo->sWC, iCur, pOBExpr->iColumn,
137218 pWC = &pWInfo->sWC;
137482 offsetof(WhereInfo,sWC) - offsetof(WhereInfo,nOBSat));
137487 sWLB.pWC = &pWInfo->sWC;
137499 sqlite3WhereClauseInit(&pWInfo->sWC, pWInfo);
[all …]