Home
last modified time | relevance | path

Searched defs:Major (Results 1 - 25 of 25) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
H A Dtmod.c53 static int Major = TMOD_MAJOR; variable
/third_party/skia/third_party/externals/oboe/include/oboe/
H A DVersion.h65 static constexpr uint8_t Major = OBOE_VERSION_MAJOR; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTargetParser.h137 unsigned Major; member
H A DVersionTuple.h43 explicit VersionTuple(unsigned Major) in VersionTuple() argument
47 explicit VersionTuple(unsigned Major, unsigned Minor) in VersionTuple() argument
51 explicit VersionTuple(unsigned Major, unsigned Minor, unsigned Subminor) in VersionTuple() argument
55 VersionTuple(unsigned Major, unsigned Minor, unsigned Subminor, unsigned Build) VersionTuple() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DPackedVersion.h28 PackedVersion(unsigned Major, unsigned Minor, unsigned Subminor) in PackedVersion() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp286 unsigned Major, Minor, Micro; in supportsAddressTopByteIgnored() local
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dtusb.c77 static int Major = TUSB_MAJOR; variable
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H A Dtagp.c82 static int Major = TAGP_MAJOR; variable
/third_party/ltp/testcases/kernel/device-drivers/include/
H A DincludeTest.c75 static int Major = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp338 Error parseVersion(uint32_t *Major, uint32_t *Minor) { in parseVersion() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp186 unsigned Major, Minor, Micro; in initialize() local
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHeader.h26 Byte Major; member
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
H A Dtbase.c73 static int Major = TBASEMAJOR; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp40 void DbiStreamBuilder::setBuildNumber(uint8_t Major, uint8_t Minor) { in setBuildNumber() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCMachOStreamer.cpp271 void MCMachOStreamer::EmitVersionMin(MCVersionMinType Kind, unsigned Major, in EmitVersionMin() argument
277 void MCMachOStreamer::EmitBuildVersion(unsigned Platform, unsigned Major, in EmitBuildVersion() argument
H A DMCAsmStreamer.cpp552 void MCAsmStreamer::EmitVersionMin(MCVersionMinType Type, unsigned Major, in EmitVersionMin() argument
577 void MCAsmStreamer::EmitBuildVersion(unsigned Platform, unsigned Major, in EmitBuildVersion() argument
H A DMCStreamer.cpp1137 unsigned Major; in EmitVersionForTarget() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp184 AMDGPUTargetAsmStreamer::EmitDirectiveHSACodeObjectISA(uint32_t Major, in EmitDirectiveHSACodeObjectISA() argument
177 EmitDirectiveHSACodeObjectVersion( uint32_t Major, uint32_t Minor) EmitDirectiveHSACodeObjectVersion() argument
456 EmitDirectiveHSACodeObjectVersion( uint32_t Major, uint32_t Minor) EmitDirectiveHSACodeObjectVersion() argument
467 EmitDirectiveHSACodeObjectISA(uint32_t Major, uint32_t Minor, uint32_t Stepping, StringRef VendorName, StringRef ArchName) EmitDirectiveHSACodeObjectISA() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAssembler.h94 unsigned Major; member in llvm::MCAssembler
256 void setVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor, in setVersionMin() argument
266 void setBuildVersion(MachO::PlatformType Platform, unsigned Major, in setBuildVersion() argument
H A DMCStreamer.h471 virtual void EmitVersionMin(MCVersionMinType Type, unsigned Major, in EmitVersionMin() argument
477 virtual void EmitBuildVersion(unsigned Platform, unsigned Major, in EmitBuildVersion() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp1012 bool DarwinAsmParser::parseMajorMinorVersionComponent(unsigned *Major, in parseMajorMinorVersionComponent() argument
1058 bool DarwinAsmParser::parseVersion(unsigned *Major, unsigned *Minor, in parseVersion() argument
1078 unsigned Major, Minor; in parseSDKVersion() local
1125 unsigned Major; parseVersionMin() local
1181 unsigned Major; parseBuildVersion() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h385 uint32_t Major; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DTriple.h415 bool isOSVersionLT(unsigned Major, unsigned Minor = 0, in isOSVersionLT() argument
439 bool isMacOSXVersionLT(unsigned Major, unsigned Minor = 0, in isMacOSXVersionLT() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp792 int Major = 1000 * LLVM_VERSION_MAJOR + in emitCompilerInformation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3605 bool AMDGPUAsmParser::ParseDirectiveMajorMinor(uint32_t &Major, in ParseDirectiveMajorMinor() argument
3976 uint32_t Major; ParseDirectiveHSACodeObjectVersion() local
3987 uint32_t Major; ParseDirectiveHSACodeObjectISA() local
[all...]

Completed in 36 milliseconds