Home
last modified time | relevance | path

Searched refs:ProcessorFeature (Results 1 – 2 of 2) sorted by relevance

/external/cpu_features/test/
Dcpuinfo_x86_test.cc62 bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() argument
63 return windows_isprocessorfeaturepresent_.count(ProcessorFeature); in GetWindowsIsProcessorFeaturePresent()
66 void SetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in SetWindowsIsProcessorFeaturePresent() argument
67 windows_isprocessorfeaturepresent_.insert(ProcessorFeature); in SetWindowsIsProcessorFeaturePresent()
97 extern "C" bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() argument
98 return g_fake_cpu->GetWindowsIsProcessorFeaturePresent(ProcessorFeature); in GetWindowsIsProcessorFeaturePresent()
/external/cpu_features/src/
Dcpuinfo_x86.c1206 static bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() argument
1207 return IsProcessorFeaturePresent(ProcessorFeature); in GetWindowsIsProcessorFeaturePresent()