Searched refs:bEnableHighResTimer (Results 1 – 10 of 10) sorted by relevance
3 bool bEnableHighResTimer = true; // default value variable275 if (bEnableHighResTimer) { in EnableHighResolutionTiming()
258 VAR(bEnableHighResTimer); in ConfigAppLoad()672 VAR(bEnableHighResTimer); in ConfigAppSave()
211 extern bool bEnableHighResTimer;
2049 bEnableHighResTimer = !bEnableHighResTimer; in OnCommand()
1005 CheckMenuItem(hMenu, MENU_HIGHRESTIMER, bEnableHighResTimer ? MF_CHECKED : MF_UNCHECKED); in MenuUpdate()
3 bool bEnableHighResTimer = true; // default value variable274 if (bEnableHighResTimer) { in EnableHighResolutionTiming()
245 VAR(bEnableHighResTimer); in ConfigAppLoad()643 VAR(bEnableHighResTimer); in ConfigAppSave()
208 extern bool bEnableHighResTimer;
1981 bEnableHighResTimer = !bEnableHighResTimer; in OnCommand()
976 CheckMenuItem(hMenu, MENU_HIGHRESTIMER, bEnableHighResTimer ? MF_CHECKED : MF_UNCHECKED); in MenuUpdate()