Lines Matching refs:old
380 BOOL old; in DEMOWinDestroyWindow() local
385 old = OSDisableInterrupts(); in DEMOWinDestroyWindow()
399 OSRestoreInterrupts(old); in DEMOWinDestroyWindow()
516 BOOL old; in DEMOWinLogPrintf() local
526 old = OSDisableInterrupts(); in DEMOWinLogPrintf()
566 OSRestoreInterrupts(old); in DEMOWinLogPrintf()
583 BOOL old; in DEMOWinPrintfXY() local
599 old = OSDisableInterrupts(); in DEMOWinPrintfXY()
621 OSRestoreInterrupts(old); in DEMOWinPrintfXY()
639 BOOL old; in DEMOWinScrollWindow() local
652 old = OSDisableInterrupts(); in DEMOWinScrollWindow()
662 OSRestoreInterrupts(old); in DEMOWinScrollWindow()
666 old = OSDisableInterrupts(); in DEMOWinScrollWindow()
671 OSRestoreInterrupts(old); in DEMOWinScrollWindow()
675 old = OSDisableInterrupts(); in DEMOWinScrollWindow()
677 OSRestoreInterrupts(old); in DEMOWinScrollWindow()
762 BOOL old; in DEMOWinClearRow() local
773 old = OSDisableInterrupts(); in DEMOWinClearRow()
788 OSRestoreInterrupts(old); in DEMOWinClearRow()
811 BOOL old; in DEMOWinClearWindow() local
816 old = OSDisableInterrupts(); in DEMOWinClearWindow()
828 OSRestoreInterrupts(old); in DEMOWinClearWindow()
845 BOOL old; in DEMOWinClearBuffer() local
849 old = OSDisableInterrupts(); in DEMOWinClearBuffer()
854 OSRestoreInterrupts(old); in DEMOWinClearBuffer()
885 BOOL old; in DEMOWinRefresh() local
1016 old = OSDisableInterrupts(); in DEMOWinRefresh()
1100 OSRestoreInterrupts(old); in DEMOWinRefresh()
1732 u32 old; in DEMOWinPadRead() local
1742 old = p->old_button[index]; in DEMOWinPadRead()
1757 p->changed_button[index] = (u32)((old ^ curr) & curr); in DEMOWinPadRead()
1761 if (old == curr) in DEMOWinPadRead()