Lines Matching refs:old
377 BOOL old; in DEMOWinDestroyWindow() local
382 old = OSDisableInterrupts(); in DEMOWinDestroyWindow()
396 OSRestoreInterrupts(old); in DEMOWinDestroyWindow()
513 BOOL old; in DEMOWinLogPrintf() local
523 old = OSDisableInterrupts(); in DEMOWinLogPrintf()
563 OSRestoreInterrupts(old); in DEMOWinLogPrintf()
580 BOOL old; in DEMOWinPrintfXY() local
596 old = OSDisableInterrupts(); in DEMOWinPrintfXY()
618 OSRestoreInterrupts(old); in DEMOWinPrintfXY()
636 BOOL old; in DEMOWinScrollWindow() local
649 old = OSDisableInterrupts(); in DEMOWinScrollWindow()
659 OSRestoreInterrupts(old); in DEMOWinScrollWindow()
663 old = OSDisableInterrupts(); in DEMOWinScrollWindow()
668 OSRestoreInterrupts(old); in DEMOWinScrollWindow()
672 old = OSDisableInterrupts(); in DEMOWinScrollWindow()
674 OSRestoreInterrupts(old); in DEMOWinScrollWindow()
759 BOOL old; in DEMOWinClearRow() local
770 old = OSDisableInterrupts(); in DEMOWinClearRow()
785 OSRestoreInterrupts(old); in DEMOWinClearRow()
808 BOOL old; in DEMOWinClearWindow() local
813 old = OSDisableInterrupts(); in DEMOWinClearWindow()
825 OSRestoreInterrupts(old); in DEMOWinClearWindow()
842 BOOL old; in DEMOWinClearBuffer() local
846 old = OSDisableInterrupts(); in DEMOWinClearBuffer()
851 OSRestoreInterrupts(old); in DEMOWinClearBuffer()
882 BOOL old; in DEMOWinRefresh() local
1013 old = OSDisableInterrupts(); in DEMOWinRefresh()
1097 OSRestoreInterrupts(old); in DEMOWinRefresh()
1729 u32 old; in DEMOWinPadRead() local
1739 old = p->old_button[index]; in DEMOWinPadRead()
1754 p->changed_button[index] = (u32)((old ^ curr) & curr); in DEMOWinPadRead()
1758 if (old == curr) in DEMOWinPadRead()