Home
last modified time | relevance | path

Searched defs:TY (Results 1 – 13 of 13) sorted by relevance

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs603 const TY: TrbType; constant
607 const TY: TrbType = TrbType::Reserved; constant
611 const TY: TrbType = TrbType::Normal; constant
615 const TY: TrbType = TrbType::SetupStage; constant
619 const TY: TrbType = TrbType::DataStage; constant
623 const TY: TrbType = TrbType::StatusStage; constant
627 const TY: TrbType = TrbType::Isoch; constant
631 const TY: TrbType = TrbType::Link; constant
635 const TY: TrbType = TrbType::EventData; constant
639 const TY: TrbType = TrbType::Noop; constant
[all …]
/external/rust/android-crates-io/crates/uefi/src/mem/memory_map/
Dmod.rs130 const TY: MemoryType = MemoryType::RESERVED; in mem_map_sorting() constant
168 const TY: MemoryType = MemoryType::RESERVED; in mem_map_get() constant
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCTargetOptionsCommandFlags.cpp20 #define MCOPT(TY, NAME) \ argument
27 #define MCOPT_EXP(TY, NAME) \ argument
/external/clang/test/Preprocessor/
Dextension-warning.c5 #define TY typeof macro
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DCommandFlags.cpp30 #define CGOPT(TY, NAME) \ argument
37 #define CGLIST(TY, NAME) \ argument
45 #define CGOPT_EXP(TY, NAME) \ argument
/external/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops.h26 #define TY(TYNAME) FIELD(TYNAME, Ty) macro
Dvectors.h60 #define DECLARE_VECTOR_TYPE(LABEL, TY, ELTTY, CASTTY, NUM_ELEMENTS) \ argument
/external/llvm/tools/opt/
DBreakpointPrinter.cpp37 } else if (auto *TY = dyn_cast<DIType>(Context)) { in getContextName() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp103 #define IMPLEMENT_BINARY_OPERATOR(OP, TY) \ argument
167 #define IMPLEMENT_INTEGER_ICMP(OP, TY) \ argument
172 #define IMPLEMENT_VECTOR_INTEGER_ICMP(OP, TY) \ argument
358 #define IMPLEMENT_FCMP(OP, TY) \ argument
363 #define IMPLEMENT_VECTOR_FCMP_T(OP, TY) \ argument
394 #define IMPLEMENT_SCALAR_NANS(TY, X,Y) \ argument
419 #define MASK_VECTOR_NANS(TY, X,Y, FLAG) \ argument
512 #define IMPLEMENT_UNORDERED(TY, X,Y) \ argument
523 #define IMPLEMENT_VECTOR_UNORDERED(TY, X, Y, FUNC) \ argument
763 #define FLOAT_VECTOR_FUNCTION(OP, TY) \ in visitBinaryOperator() argument
[all …]
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp50 #define IMPLEMENT_BINARY_OPERATOR(OP, TY) \ argument
114 #define IMPLEMENT_INTEGER_ICMP(OP, TY) \ argument
119 #define IMPLEMENT_VECTOR_INTEGER_ICMP(OP, TY) \ argument
304 #define IMPLEMENT_FCMP(OP, TY) \ argument
309 #define IMPLEMENT_VECTOR_FCMP_T(OP, TY) \ argument
339 #define IMPLEMENT_SCALAR_NANS(TY, X,Y) \ argument
364 #define MASK_VECTOR_NANS(TY, X,Y, FLAG) \ argument
457 #define IMPLEMENT_UNORDERED(TY, X,Y) \ argument
468 #define IMPLEMENT_VECTOR_UNORDERED(TY, X, Y, FUNC) \ argument
708 #define FLOAT_VECTOR_FUNCTION(OP, TY) \ in visitBinaryOperator() argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp103 #define IMPLEMENT_BINARY_OPERATOR(OP, TY) \ argument
167 #define IMPLEMENT_INTEGER_ICMP(OP, TY) \ argument
172 #define IMPLEMENT_VECTOR_INTEGER_ICMP(OP, TY) \ argument
357 #define IMPLEMENT_FCMP(OP, TY) \ argument
362 #define IMPLEMENT_VECTOR_FCMP_T(OP, TY) \ argument
392 #define IMPLEMENT_SCALAR_NANS(TY, X,Y) \ argument
417 #define MASK_VECTOR_NANS(TY, X,Y, FLAG) \ argument
510 #define IMPLEMENT_UNORDERED(TY, X,Y) \ argument
521 #define IMPLEMENT_VECTOR_UNORDERED(TY, X, Y, FUNC) \ argument
761 #define FLOAT_VECTOR_FUNCTION(OP, TY) \ in visitBinaryOperator() argument
[all …]
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2554 const TemplateTypeParmDecl *TY = cast<TemplateTypeParmDecl>(Y); in isSameTemplateParameter() local
2559 const NonTypeTemplateParmDecl *TY = cast<NonTypeTemplateParmDecl>(Y); in isSameTemplateParameter() local
2565 const TemplateTemplateParmDecl *TY = cast<TemplateTemplateParmDecl>(Y); in isSameTemplateParameter() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp1620 APInt TY = Y * TC; in exactSIVtest() local
2012 APInt TY = Y * TC; in exactRDIVtest() local