Home
last modified time | relevance | path

Searched refs:PlatformType (Results 1 – 11 of 11) sorted by relevance

/external/cpu_features/src/
Dhwcaps.c148 PlatformType kEmptyPlatformType;
150 PlatformType CpuFeatures_GetPlatformType(void) { in CpuFeatures_GetPlatformType()
151 PlatformType type = kEmptyPlatformType; in CpuFeatures_GetPlatformType()
/external/cpu_features/test/
Dhwcaps_for_testing.cc24 static auto* const g_platform_types = new PlatformType();
44 PlatformType CpuFeatures_GetPlatformType(void) { return *g_platform_types; } in CpuFeatures_GetPlatformType()
/external/cpu_features/include/internal/
Dhwcaps.h132 } PlatformType; typedef
134 PlatformType CpuFeatures_GetPlatformType(void);
/external/webrtc/webrtc/modules/audio_device/
Daudio_device_impl.h29 enum PlatformType { enum
206 PlatformType Platform() const;
224 PlatformType _platformType;
Daudio_device_impl.cc152 PlatformType platform(kPlatformNotSupported); in CheckPlatform()
1933 AudioDeviceModuleImpl::PlatformType AudioDeviceModuleImpl::Platform() const in Platform()
/external/cpu_features/include/
Dcpuinfo_ppc.h82 PlatformType type;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAssembler.h92 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true.
265 void setBuildVersion(MachO::PlatformType Platform, unsigned Major, in setBuildVersion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp1091 static Triple::OSType getOSTypeFromPlatform(MachO::PlatformType Type) { in getOSTypeFromPlatform()
1133 = getOSTypeFromPlatform((MachO::PlatformType)Platform); in parseBuildVersion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCMachOStreamer.cpp279 getAssembler().setBuildVersion((MachO::PlatformType)Platform, Major, Minor, in EmitBuildVersion()
DMCAsmStreamer.cpp524 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName()
537 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in EmitBuildVersion()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h484 enum PlatformType { enum