/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 211 VectorType *VT0 = dyn_cast<VectorType>(Ty0); in isVec3ToVec4Shuffle() local 213 if (!VT0 || !VT1) in isVec3ToVec4Shuffle() 216 if (VT0->getNumElements() != 3 || in isVec3ToVec4Shuffle() 220 return DL->getTypeSizeInBits(VT0->getElementType()) == in isVec3ToVec4Shuffle()
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 81 #define VT0 0000000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 78 #define VT0 0000000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 78 #define VT0 0000000 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 78 #define VT0 0000000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 81 #define VT0 0000000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 77 #define VT0 0000000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 77 #define VT0 0000000 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 77 #define VT0 0000000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 77 #define VT0 0000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 77 #define VT0 0000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 77 #define VT0 0000000 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 154 VT0
|
D | fuchsia.txt | 994 VT0
|
D | apple.txt | 1644 VT0
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 254 pub const VT0: c::c_uint = linux_raw_sys::general::VT0; constant
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 68 C(VT0) in f()
|
/third_party/python/Modules/ |
D | termios.c | 530 #ifdef VT0 531 {"VT0", VT0},
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 591 pub const VT0: c::c_uint = c::VT0; constant
|
/third_party/toybox/toys/pending/ |
D | stty.c | 107 { "bs0", BS0, BSDLY }, { "bs1", BS1, BSDLY }, { "vt0", VT0, VTDLY },
|
/third_party/rust/crates/rustix/src/termios/ |
D | mod.rs | 727 pub use constants::VT0;
|
D | constants.rs | 635 pub use backend::termios::types::VT0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 75 for (MVT VT0 : MVT::fixedlen_vector_valuetypes()) { in MipsSETargetLowering() local 77 setTruncStoreAction(VT0, VT1, Expand); in MipsSETargetLowering() 78 setLoadExtAction(ISD::SEXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering() 79 setLoadExtAction(ISD::ZEXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering() 80 setLoadExtAction(ISD::EXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 3973 EVT VT0 = getSetCCResultType(getSETCCOperandType(SETCC0)); in WidenVSELECTAndMask() local 3975 unsigned ScalarBits0 = VT0.getScalarSizeInBits(); in WidenVSELECTAndMask() 3983 EVT NarrowVT = ((ScalarBits0 < ScalarBits1) ? VT0 : VT1); in WidenVSELECTAndMask() 3984 EVT WideVT = ((NarrowVT == VT0) ? VT1 : VT0); in WidenVSELECTAndMask() 3993 MaskVT = VT0; in WidenVSELECTAndMask() 3996 SETCC0 = convertMask(SETCC0, VT0, MaskVT); in WidenVSELECTAndMask()
|
/third_party/rust/crates/nix/src/sys/ |
D | termios.rs | 775 VT0 as tcflag_t;
|