Home
last modified time | relevance | path

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

/external/cpu_features/src/
Dhwcaps.c38 PlatformType CpuFeatures_GetPlatformType(void);
166 PlatformType kEmptyPlatformType;
168 PlatformType CpuFeatures_GetPlatformType(void) { in CpuFeatures_GetPlatformType()
169 PlatformType type = kEmptyPlatformType; in CpuFeatures_GetPlatformType()
/external/cpu_features/test/
Dhwcaps_for_testing.cc25 static auto* const g_platform_types = new PlatformType();
45 PlatformType CpuFeatures_GetPlatformType(void) { return *g_platform_types; } in CpuFeatures_GetPlatformType()
/external/webrtc/modules/audio_device/
Daudio_device_impl.h31 enum PlatformType { enum
162 PlatformType Platform() const;
166 PlatformType platform_type_ = kPlatformNotSupported;
Daudio_device_impl.cc128 PlatformType platform(kPlatformNotSupported); in CheckPlatform()
940 AudioDeviceModuleImpl::PlatformType AudioDeviceModuleImpl::Platform() const { in Platform()
/external/cpu_features/include/internal/
Dhwcaps.h180 } PlatformType; typedef
182 PlatformType CpuFeatures_GetPlatformType(void);
/external/cpu_features/include/
Dcpuinfo_ppc.h82 PlatformType type;
/external/llvm-project/llvm/include/llvm/MC/
DMCAssembler.h92 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true.
269 void setBuildVersion(MachO::PlatformType Platform, unsigned Major,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAssembler.h92 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true.
266 void setBuildVersion(MachO::PlatformType Platform, unsigned Major,
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dproto_to_flatbuffer.cc216 static_cast<tflite::EdgeTpuDeviceSpec_::PlatformType>( in ConvertEdgeTpuDeviceSpec()
Dconfiguration_generated.h264 enum PlatformType { enum
273 inline const PlatformType (&EnumValuesPlatformType())[4] { in EnumValuesPlatformType()
274 static const PlatformType values[] = { in EnumValuesPlatformType()
294 inline const char *EnumNamePlatformType(PlatformType e) { in EnumNamePlatformType()
986 tflite::EdgeTpuDeviceSpec_::PlatformType platform_type;
1005 tflite::EdgeTpuDeviceSpec_::PlatformType platform_type() const { in platform_type()
1006 …return static_cast<tflite::EdgeTpuDeviceSpec_::PlatformType>(GetField<int32_t>(VT_PLATFORM_TYPE, 0… in platform_type()
1035 void add_platform_type(tflite::EdgeTpuDeviceSpec_::PlatformType platform_type) { in add_platform_type()
1061 …tflite::EdgeTpuDeviceSpec_::PlatformType platform_type = tflite::EdgeTpuDeviceSpec_::PlatformType_…
1075 …tflite::EdgeTpuDeviceSpec_::PlatformType platform_type = tflite::EdgeTpuDeviceSpec_::PlatformType_…
Dconfiguration.proto188 enum PlatformType { enum
196 optional PlatformType platform_type = 1;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCMachOStreamer.cpp280 getAssembler().setBuildVersion((MachO::PlatformType)Platform, Major, Minor, in EmitBuildVersion()
DMCAsmStreamer.cpp562 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName()
580 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in EmitBuildVersion()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp1144 static Triple::OSType getOSTypeFromPlatform(MachO::PlatformType Type) { in getOSTypeFromPlatform()
1195 = getOSTypeFromPlatform((MachO::PlatformType)Platform); in parseBuildVersion()
/external/llvm-project/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp1144 static Triple::OSType getOSTypeFromPlatform(MachO::PlatformType Type) { in getOSTypeFromPlatform()
1196 = getOSTypeFromPlatform((MachO::PlatformType)Platform); in parseBuildVersion()
/external/llvm-project/llvm/lib/MC/
DMCMachOStreamer.cpp282 getAssembler().setBuildVersion((MachO::PlatformType)Platform, Major, Minor, in emitBuildVersion()
DMCAsmStreamer.cpp577 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName()
596 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in emitBuildVersion()
DMCStreamer.cpp1215 static MachO::PlatformType
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h490 enum PlatformType { enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h484 enum PlatformType { enum