Searched refs:ProcessorFeature (Results 1 – 2 of 2) sorted by relevance
62 bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() argument63 return windows_isprocessorfeaturepresent_.count(ProcessorFeature); in GetWindowsIsProcessorFeaturePresent()66 void SetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in SetWindowsIsProcessorFeaturePresent() argument67 windows_isprocessorfeaturepresent_.insert(ProcessorFeature); in SetWindowsIsProcessorFeaturePresent()97 extern "C" bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() argument98 return g_fake_cpu->GetWindowsIsProcessorFeaturePresent(ProcessorFeature); in GetWindowsIsProcessorFeaturePresent()
1206 static bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() argument1207 return IsProcessorFeaturePresent(ProcessorFeature); in GetWindowsIsProcessorFeaturePresent()