/reactos/dll/directx/d3d9/ |
H A D | d3d9_baseobject.c | 47 ULONG Ref = 0; in D3D9BaseObject_Release() local 51 Ref = InterlockedDecrement(&pBaseObject->lRefCnt); in D3D9BaseObject_Release() 53 if (Ref == 0) in D3D9BaseObject_Release() 62 return Ref; in D3D9BaseObject_Release()
|
/reactos/dll/opengl/mesa/ |
H A D | stencil.c | 110 ctx->Stencil.Ref = CLAMP( ref, 0, maxref ); in gl_StencilFunc() 218 ref = ctx->Stencil.Ref; in apply_stencil_op_to_span() 374 r = ctx->Stencil.Ref & ctx->Stencil.ValueMask; in gl_stencil_span() 393 r = ctx->Stencil.Ref & ctx->Stencil.ValueMask; in gl_stencil_span() 412 r = ctx->Stencil.Ref & ctx->Stencil.ValueMask; in gl_stencil_span() 431 r = ctx->Stencil.Ref & ctx->Stencil.ValueMask; in gl_stencil_span() 450 r = ctx->Stencil.Ref & ctx->Stencil.ValueMask; in gl_stencil_span() 469 r = ctx->Stencil.Ref & ctx->Stencil.ValueMask; in gl_stencil_span() 582 ref = ctx->Stencil.Ref; in apply_stencil_op_to_pixels() 736 r = ctx->Stencil.Ref & ctx->Stencil.ValueMask; in gl_stencil_pixels() [all …]
|
H A D | get.c | 721 *params = INT_TO_BOOL(ctx->Stencil.Ref); in gl_GetBooleanv() 1486 *params = (GLdouble) ctx->Stencil.Ref; in gl_GetDoublev() 2248 *params = (GLfloat) ctx->Stencil.Ref; in gl_GetFloatv() 3014 *params = (GLint) ctx->Stencil.Ref; in gl_GetIntegerv()
|
H A D | types.h | 882 GLstencil Ref; /* Reference value */ member
|
/reactos/drivers/wdm/audio/backpln/portcls/ |
H A D | private.hpp | 458 ULONG Ref = InterlockedIncrement(&m_Ref); in AddRef() local 459 ASSERT(Ref < 0x10000); in AddRef() 460 return Ref; in AddRef() 464 ULONG Ref = InterlockedDecrement(&m_Ref); in Release() local 465 ASSERT(Ref < 0x10000); in Release() 466 if (!Ref) in Release() 471 return Ref; in Release()
|
/reactos/win32ss/user/ntuser/ |
H A D | focus.c | 154 USER_REFERENCE_ENTRY Ref; in IntFocusSetInputContext() local 170 UserRefObjectCo(pImeWnd, &Ref); in IntFocusSetInputContext() 193 USER_REFERENCE_ENTRY Ref; in IntDeactivateWindow() local 362 USER_REFERENCE_ENTRY Ref; in IntActivateWindow() local 371 UserRefObjectCo(Wnd, &Ref); in IntActivateWindow() 409 UserRefObjectCo(Wnd, &Ref); in IntActivateWindow() 460 UserRefObjectCo(Window, &Ref); in co_IntSendActivateMessages() 623 USER_REFERENCE_ENTRY Ref; in IntSendFocusMessages() local 1667 USER_REFERENCE_ENTRY Ref; in NtUserSetActiveWindow() local 1727 USER_REFERENCE_ENTRY Ref; in NtUserSetFocus() local [all …]
|
H A D | painting.c | 522 USER_REFERENCE_ENTRY Ref; in co_IntUpdateWindows() local 547 UserRefObjectCo(Wnd, &Ref); in co_IntUpdateWindows() 1621 USER_REFERENCE_ENTRY Ref; in NtUserBeginPaint() local 1632 UserRefObjectCo(Window, &Ref); in NtUserBeginPaint() 1666 USER_REFERENCE_ENTRY Ref; in NtUserEndPaint() local 1718 USER_REFERENCE_ENTRY Ref; in NtUserFillWindow() local 1738 UserRefObjectCo(pWnd, &Ref); in NtUserFillWindow() 1801 USER_REFERENCE_ENTRY Ref; in co_UserGetUpdateRgn() local 1870 USER_REFERENCE_ENTRY Ref; in co_UserGetUpdateRect() local 2012 USER_REFERENCE_ENTRY Ref; in NtUserRedrawWindow() local [all …]
|
H A D | simplecall.c | 591 USER_REFERENCE_ENTRY Ref; in NtUserCallHwndLock() local 602 UserRefObjectCo(Window, &Ref); in NtUserCallHwndLock() 808 USER_REFERENCE_ENTRY Ref; in NtUserCallHwndParam() local 817 UserRefObjectCo(pWnd, &Ref); in NtUserCallHwndParam() 891 USER_REFERENCE_ENTRY Ref; in NtUserCallHwndParamLock() local 902 UserRefObjectCo(Window, &Ref); in NtUserCallHwndParamLock()
|
H A D | scrollbar.c | 1148 USER_REFERENCE_ENTRY Ref; in NtUserGetScrollBarInfo() local 1163 UserRefObjectCo(Window, &Ref); in NtUserGetScrollBarInfo() 1192 USER_REFERENCE_ENTRY Ref; in NtUserSBGetParms() local 1217 UserRefObjectCo(Window, &Ref); in NtUserSBGetParms() 1252 USER_REFERENCE_ENTRY Ref; in NtUserEnableScrollBar() local 1260 UserRefObjectCo(Window, &Ref); in NtUserEnableScrollBar() 1341 USER_REFERENCE_ENTRY Ref; in NtUserSetScrollInfo() local 1349 UserRefObjectCo(Window, &Ref); in NtUserSetScrollInfo() 1374 USER_REFERENCE_ENTRY Ref; in NtUserShowScrollBar() local 1409 USER_REFERENCE_ENTRY Ref; in NtUserSetScrollBarInfo() local [all …]
|
H A D | event.c | 188 USER_REFERENCE_ENTRY Ref; in IntNotifyWinEvent() local 221 UserRefObjectCo(pEH, &Ref); in IntNotifyWinEvent() 261 USER_REFERENCE_ENTRY Ref; in NtUserNotifyWinEvent() local 277 if (Window) UserRefObjectCo(Window, &Ref); in NtUserNotifyWinEvent()
|
H A D | caret.c | 427 USER_REFERENCE_ENTRY Ref; in NtUserShowCaret() local 438 if (Window) UserRefObjectCo(Window, &Ref); in NtUserShowCaret() 455 USER_REFERENCE_ENTRY Ref; in NtUserHideCaret() local 466 if (Window) UserRefObjectCo(Window, &Ref); in NtUserHideCaret()
|
H A D | winpos.c | 289 USER_REFERENCE_ENTRY Ref; in ActivateOtherWindowMin() local 400 USER_REFERENCE_ENTRY Ref; in co_WinPosActivateOtherWindow() local 1758 USER_REFERENCE_ENTRY Ref; in IntImeWindowPosChanged() local 2959 USER_REFERENCE_ENTRY Ref; in co_WinPosWindowFromPoint() local 3534 USER_REFERENCE_ENTRY Ref; in NtUserSetWindowPos() local 3655 USER_REFERENCE_ENTRY Ref; in NtUserSetInternalWindowPos() local 3702 UserRefObjectCo(Wnd, &Ref); in NtUserSetInternalWindowPos() 3724 USER_REFERENCE_ENTRY Ref; in NtUserSetWindowPlacement() local 3779 USER_REFERENCE_ENTRY Ref; in NtUserShowWindowAsync() local 3815 USER_REFERENCE_ENTRY Ref; in NtUserShowWindow() local [all …]
|
H A D | vis.c | 150 USER_REFERENCE_ENTRY Ref; in co_VIS_WindowLayoutChanged() local 167 UserRefObjectCo(Parent, &Ref); in co_VIS_WindowLayoutChanged()
|
H A D | defwnd.c | 173 USER_REFERENCE_ENTRY Ref; in DefWndHandleSysCommand() local 182 UserRefObjectCo(pWnd, &Ref); in DefWndHandleSysCommand() 259 USER_REFERENCE_ENTRY Ref; in DefWndHandleSetCursor() local 275 UserRefObjectCo(pwndPopUP, &Ref); in DefWndHandleSetCursor() 544 USER_REFERENCE_ENTRY Ref; in IntDefWindowProc() local 643 UserRefObjectCo(Wnd->spwndParent, &Ref); in IntDefWindowProc()
|
H A D | window.c | 586 USER_REFERENCE_ENTRY Ref; in co_UserFreeWindow() local 744 UserRefObjectCo(Window, &Ref); in co_UserFreeWindow() 1301 USER_REFERENCE_ENTRY Ref, ParentRef; in co_UserSetParent() local 1338 UserRefObjectCo(Wnd, &Ref); in co_UserSetParent() 1702 USER_REFERENCE_ENTRY Ref; in IntSendParentNotify() local 2308 UserRefObjectCo(Window, &Ref); in co_UserCreateWindowEx() 2450 USER_REFERENCE_ENTRY Ref; in co_UserCreateWindowEx() local 2825 USER_REFERENCE_ENTRY Ref; in IntDestroyOwnedWindows() local 3044 USER_REFERENCE_ENTRY Ref; in NtUserDestroyWindow() local 3722 USER_REFERENCE_ENTRY Ref; in NtUserSetShellWindowEx() local [all …]
|
H A D | ime.c | 1961 USER_REFERENCE_ENTRY Ref; in co_IntCreateDefaultImeWindow() local 1983 UserRefObjectCo(pwndTarget, &Ref); in co_IntCreateDefaultImeWindow() 2204 USER_REFERENCE_ENTRY Ref; in IntCheckImeShowStatus() local 2206 UserRefObjectCo(pwndIMC, &Ref); in IntCheckImeShowStatus() 2228 USER_REFERENCE_ENTRY Ref; in IntSendMessageToUI() local 2272 UserRefObjectCo(pwndUI, &Ref); in IntSendMessageToUI() 2308 USER_REFERENCE_ENTRY Ref; in IntSendOpenStatusNotify() local 2312 UserRefObjectCo(pWnd, &Ref); in IntSendOpenStatusNotify()
|
H A D | scrollex.c | 585 USER_REFERENCE_ENTRY Ref; in NtUserScrollWindowEx() local 596 UserRefObjectCo(Window, &Ref); in NtUserScrollWindowEx()
|
H A D | hook.c | 1114 USER_REFERENCE_ENTRY Ref; in co_HOOK_CallHooks() local 1173 UserRefObjectCo(Hook, &Ref); in co_HOOK_CallHooks() 1258 UserRefObjectCo(Hook, &Ref); in co_HOOK_CallHooks()
|
H A D | message.c | 1526 USER_REFERENCE_ENTRY Ref; in co_IntSendMessageTimeoutSingle() local 1535 UserRefObjectCo(Window, &Ref); in co_IntSendMessageTimeoutSingle() 1800 USER_REFERENCE_ENTRY Ref; in co_IntSendMessageWithCallBack() local 1810 UserRefObjectCo(Window, &Ref); in co_IntSendMessageWithCallBack() 2551 USER_REFERENCE_ENTRY Ref; in NtUserMessageCall() local 2601 UserRefObjectCo(Window, &Ref); in NtUserMessageCall()
|
H A D | kbdlayout.c | 602 USER_REFERENCE_ENTRY Ref; in IntImmActivateLayout() local 610 UserRefObjectCo(pImeWnd, &Ref); in IntImmActivateLayout()
|
H A D | menu.c | 2946 USER_REFERENCE_ENTRY Ref; in MENU_ShowPopup() local 3088 UserRefObjectCo(pWnd, &Ref); in MENU_ShowPopup() 3104 USER_REFERENCE_ENTRY Ref; in MENU_EnsureMenuItemVisible() local 3122 UserRefObjectCo(pWnd, &Ref); in MENU_EnsureMenuItemVisible() 5931 USER_REFERENCE_ENTRY Ref; in NtUserGetMenuBarInfo() local 5944 UserRefObjectCo(pWnd, &Ref); in NtUserGetMenuBarInfo() 6442 USER_REFERENCE_ENTRY Ref; in NtUserSetMenu() local 6443 UserRefObjectCo(Window, &Ref); in NtUserSetMenu() 6636 USER_REFERENCE_ENTRY Ref; in NtUserTrackPopupMenuEx() local 6667 UserRefObjectCo(pWnd, &Ref); in NtUserTrackPopupMenuEx()
|
H A D | sysparams.c | 785 USER_REFERENCE_ENTRY Ref; in SpiNotifyNCMetricsChanged() local 801 UserRefObjectCo(pwndCurrent, &Ref); in SpiNotifyNCMetricsChanged()
|
H A D | msgqueue.c | 1775 USER_REFERENCE_ENTRY Ref; in co_IntProcessKeyboardMessage() local 1803 if (pWnd) UserRefObjectCo(pWnd, &Ref); in co_IntProcessKeyboardMessage()
|
/reactos/sdk/include/ucrt/ |
H A D | safeint.h | 478 details::SafeCastHelper< T, U, E >::Cast( rhs.Ref(), m_int ); 589 const T& Ref() const throw() { return m_int; } in Ref() function 769 details::MultiplicationHelper< T, U, E >::Multiply( m_int, rhs.Ref(), m_int ); 1439 …ionHelper< U, T, E, details::SubtractionMethod2< U, T >::method >::Subtract( lhs, rhs.Ref(), ret );
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | palette.c | 1209 USER_REFERENCE_ENTRY Ref; in NtGdiUpdateColors() local 1229 UserRefObjectCo(Wnd, &Ref); in NtGdiUpdateColors()
|