Lines Matching refs:old
374 BOOL old; in DEMOWinDestroyWindow() local
379 old = OSDisableInterrupts(); in DEMOWinDestroyWindow()
393 OSRestoreInterrupts(old); in DEMOWinDestroyWindow()
510 BOOL old; in DEMOWinLogPrintf() local
520 old = OSDisableInterrupts(); in DEMOWinLogPrintf()
560 OSRestoreInterrupts(old); in DEMOWinLogPrintf()
577 BOOL old; in DEMOWinPrintfXY() local
593 old = OSDisableInterrupts(); in DEMOWinPrintfXY()
615 OSRestoreInterrupts(old); in DEMOWinPrintfXY()
633 BOOL old; in DEMOWinScrollWindow() local
646 old = OSDisableInterrupts(); in DEMOWinScrollWindow()
656 OSRestoreInterrupts(old); in DEMOWinScrollWindow()
660 old = OSDisableInterrupts(); in DEMOWinScrollWindow()
665 OSRestoreInterrupts(old); in DEMOWinScrollWindow()
669 old = OSDisableInterrupts(); in DEMOWinScrollWindow()
671 OSRestoreInterrupts(old); in DEMOWinScrollWindow()
756 BOOL old; in DEMOWinClearRow() local
767 old = OSDisableInterrupts(); in DEMOWinClearRow()
782 OSRestoreInterrupts(old); in DEMOWinClearRow()
805 BOOL old; in DEMOWinClearWindow() local
810 old = OSDisableInterrupts(); in DEMOWinClearWindow()
822 OSRestoreInterrupts(old); in DEMOWinClearWindow()
839 BOOL old; in DEMOWinClearBuffer() local
843 old = OSDisableInterrupts(); in DEMOWinClearBuffer()
848 OSRestoreInterrupts(old); in DEMOWinClearBuffer()
879 BOOL old; in DEMOWinRefresh() local
1010 old = OSDisableInterrupts(); in DEMOWinRefresh()
1094 OSRestoreInterrupts(old); in DEMOWinRefresh()
1726 u32 old; in DEMOWinPadRead() local
1736 old = p->old_button[index]; in DEMOWinPadRead()
1751 p->changed_button[index] = (u32)((old ^ curr) & curr); in DEMOWinPadRead()
1755 if (old == curr) in DEMOWinPadRead()