Home
last modified time | relevance | path

Searched defs:GetWindowsIsProcessorFeaturePresent (Results 1 – 8 of 8) sorted by relevance

/external/cronet/third_party/cpu_features/src/test/
Dcpuinfo_aarch64_test.cc30 bool GetWindowsIsProcessorFeaturePresent(DWORD dwProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function in cpu_features::FakeCpuAarch64
60 extern "C" bool GetWindowsIsProcessorFeaturePresent(DWORD dwProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function
Dcpuinfo_x86_test.cc62 bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function in cpu_features::FakeCpu
102 extern "C" bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function
/external/cronet/third_party/cpu_features/src/src/
Dimpl_x86_windows.c32 static bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function
Dimpl_aarch64_windows.c96 static bool GetWindowsIsProcessorFeaturePresent(DWORD dwProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function
/external/cpu_features/src/
Dimpl_x86_windows.c32 static bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function
Dimpl_aarch64_windows.c96 static bool GetWindowsIsProcessorFeaturePresent(DWORD dwProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function
/external/cpu_features/test/
Dcpuinfo_aarch64_test.cc94 extern "C" bool GetWindowsIsProcessorFeaturePresent(DWORD dwProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function
Dcpuinfo_x86_test.cc62 bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function in cpu_features::FakeCpu
102 extern "C" bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function