Home
last modified time | relevance | path

Searched refs:Ref (Results 1 – 25 of 29) sorted by relevance

12

/reactos/dll/directx/d3d9/
H A Dd3d9_baseobject.c47 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 Dstencil.c110 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 Dget.c721 *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 Dtypes.h882 GLstencil Ref; /* Reference value */ member
/reactos/drivers/wdm/audio/backpln/portcls/
H A Dprivate.hpp458 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 Dfocus.c154 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 Dpainting.c522 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 Dsimplecall.c591 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 Dscrollbar.c1148 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 Devent.c188 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 Dcaret.c427 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 Dwinpos.c289 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 Dvis.c150 USER_REFERENCE_ENTRY Ref; in co_VIS_WindowLayoutChanged() local
167 UserRefObjectCo(Parent, &Ref); in co_VIS_WindowLayoutChanged()
H A Ddefwnd.c173 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 Dwindow.c586 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 Dime.c1961 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 Dscrollex.c585 USER_REFERENCE_ENTRY Ref; in NtUserScrollWindowEx() local
596 UserRefObjectCo(Window, &Ref); in NtUserScrollWindowEx()
H A Dhook.c1114 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 Dmessage.c1526 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 Dkbdlayout.c602 USER_REFERENCE_ENTRY Ref; in IntImmActivateLayout() local
610 UserRefObjectCo(pImeWnd, &Ref); in IntImmActivateLayout()
H A Dmenu.c2946 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 Dsysparams.c785 USER_REFERENCE_ENTRY Ref; in SpiNotifyNCMetricsChanged() local
801 UserRefObjectCo(pwndCurrent, &Ref); in SpiNotifyNCMetricsChanged()
H A Dmsgqueue.c1775 USER_REFERENCE_ENTRY Ref; in co_IntProcessKeyboardMessage() local
1803 if (pWnd) UserRefObjectCo(pWnd, &Ref); in co_IntProcessKeyboardMessage()
/reactos/sdk/include/ucrt/
H A Dsafeint.h478 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 Dpalette.c1209 USER_REFERENCE_ENTRY Ref; in NtGdiUpdateColors() local
1229 UserRefObjectCo(Wnd, &Ref); in NtGdiUpdateColors()

12