Searched refs:fPrev (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dctfutb.idl70 [in] BOOL fPrev);
H A Dwindowsx.h1182 /* HWND Cls_MDINext(HWND hwnd, HWND hwndCur, BOOL fPrev) */
1185 #define FORWARD_WM_MDINEXT(hwnd, hwndCur, fPrev, fn) \
1186 (HWND)(UINT)(DWORD)(fn)((hwnd), WM_MDINEXT, (WPARAM)(hwndCur), (LPARAM)(fPrev))
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp3380 bool fPrev = ASMBitTest(pbIntRedirBitmap, 0); /* LE/BE issue */ local
3384 if (fThis != fPrev)
3386 DBGCCmdHlpPrintf(pCmdHlp, "%02x-%02x %s\n", iStart, i - 1, fPrev ? "Protected mode" : "Redirected");
3387 fPrev = fThis;
3392 DBGCCmdHlpPrintf(pCmdHlp, "%02x-%02x %s\n", iStart, 255, fPrev ? "Protected mode" : "Redirected");
3419 bool fPrev = ASMBitTest(pbIoBitmap, 0); local
3424 if (fThis != fPrev)
3428 fPrev ? "GP" : "OK", (cLine % 6) == 0 ? "\n" : " ");
3429 fPrev = fThis;
3434 DBGCCmdHlpPrintf(pCmdHlp, "%04x-%04x %s\n", iStart, _64K-1, fPrev
[all...]
H A DVBoxDbgStatsQt4.cpp1279 bool fPrev = pNode->Data.f;
1281 iDelta = pNode->Data.f - fPrev;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwindowsx.h1182 /* HWND Cls_MDINext(HWND hwnd, HWND hwndCur, BOOL fPrev) */
1185 #define FORWARD_WM_MDINEXT(hwnd, hwndCur, fPrev, fn) \
1186 (HWND)(UINT)(DWORD)(fn)((hwnd), WM_MDINEXT, (WPARAM)(hwndCur), (LPARAM)(fPrev))

Completed in 102 milliseconds